(1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreatePeople (20150428220101)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "ssn_encrypted" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150428220101"]]  (0.9ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction SQL (1.1ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:ChJFVVQozIQL4Ei0lqTraCToOnXpCcFYGqO5eO63iLRx0ys="], ["created_at", "2015-04-28 22:15:18.385978"], ["updated_at", "2015-04-28 22:15:18.385978"]]  (0.8ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" ORDER BY "people"."id" ASC LIMIT 1 Person Load (0.1ms) SELECT "people".* FROM "people" ORDER BY "people"."id" ASC LIMIT 1 Person Load (0.2ms) SELECT "people".* FROM "people" ORDER BY "people"."id" ASC LIMIT 1 Person Load (0.1ms) SELECT "people".* FROM "people" ORDER BY "people"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) UPDATE "people" SET "ssn_encrypted" = ?, "updated_at" = ? WHERE "people"."id" = ? [["ssn_encrypted", "vault:v0:6hdPkhvyL6cQszzuUicK/fFwjEFfI0yI7c+Ky7hE0YXogVKfnvUP"], ["updated_at", "2015-04-28 22:17:40.753649"], ["id", 1]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:PyUilsAeJXcs0n48lstavY00bDe+L044ohK+0oHkzq3pKOHsnLVz"], ["created_at", "2015-04-28 22:54:06.392867"], ["updated_at", "2015-04-28 22:54:06.392867"]]  (0.7ms) commit transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", nil]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:4OZF4htnZFxBm+n5hSW1S41dkNekHkka+mupSavZKC/6p4v31XDq"], ["created_at", "2015-04-28 22:54:06.402538"], ["updated_at", "2015-04-28 22:54:06.402538"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:4e+d6YE2ARcfoEPA32PCaU21WOVEXhkMJ1XNuSGj++wUpsI1gGzK"], ["created_at", "2015-04-28 22:54:15.370941"], ["updated_at", "2015-04-28 22:54:15.370941"]]  (0.7ms) commit transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", nil]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:Em8yLcueou4lz2md2G024qrnqPcWy9Y8jt3thFNc3dYOssjgwNZT"], ["created_at", "2015-04-28 22:54:15.380377"], ["updated_at", "2015-04-28 22:54:15.380377"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:/iNACGD48/XtQtG8rKau+jLpbCgzRYd8uFpDNoibDVbia832rsu7"], ["created_at", "2015-04-28 22:54:22.074986"], ["updated_at", "2015-04-28 22:54:22.074986"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:VyWSmZ2NLlzwTuIX34ipIRY7stww5J6XxaJ3ksmJH/ubiM0MXOy5"], ["created_at", "2015-04-28 22:54:22.081952"], ["updated_at", "2015-04-28 22:54:22.081952"]]  (0.9ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:AguGwPfOzd/U5qKlhPQahGIcDoC3ZRZ8e1glDv80Nu+DacFch4Pw"], ["created_at", "2015-04-28 23:32:08.648232"], ["updated_at", "2015-04-28 23:32:08.648232"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:lvqxMHbQcCjPJXuKuFZY//S9mG1gzGl1sUYFUmsAQSh04/jiv1fM"], ["created_at", "2015-04-28 23:32:08.655862"], ["updated_at", "2015-04-28 23:32:08.655862"]]  (0.8ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:JSY0u6LbUbF+E7D11qGbChOftPTMP2NAHlpoNREGBm0Tz66SmcjB"], ["created_at", "2015-04-28 23:39:20.798361"], ["updated_at", "2015-04-28 23:39:20.798361"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:wmtAJciM13T1WEaRoOM5oQqDX8ZIk0AxSEieGjRiE0oBNYwsaxHC"], ["created_at", "2015-04-28 23:39:20.805761"], ["updated_at", "2015-04-28 23:39:20.805761"]]  (0.8ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:QgPNlFX33ruxniWafaDZNRq93n51JkpMwmYrrgbhfIbh+EKzb6iM"], ["created_at", "2015-04-28 23:41:10.282604"], ["updated_at", "2015-04-28 23:41:10.282604"]]  (0.8ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 12]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:gkBm6xAPNCNAaA1xsBxMpDeIh7YzbTwBiZJHdaSFK+T5OnNPngtD"], ["created_at", "2015-04-28 23:41:10.292849"], ["updated_at", "2015-04-28 23:41:10.292849"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:3MkmGz/mZxMQQOlZET5XNe1X54zfnnlhDG0fYGimAe37QSIAeVz+"], ["created_at", "2015-04-28 23:42:19.896940"], ["updated_at", "2015-04-28 23:42:19.896940"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:bTyUfRRp6Q0zpKTVt3sObFyOsGit3rWEJOpR1v73dflBF3Fa5Mcu"], ["created_at", "2015-04-28 23:42:19.905932"], ["updated_at", "2015-04-28 23:42:19.905932"]]  (0.8ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:50HHLUsC9AnMM7jKI7tVA3eoAHfrtsB/T5vSE0kaWsxY+1JRIx1+"], ["created_at", "2015-04-28 23:42:23.392389"], ["updated_at", "2015-04-28 23:42:23.392389"]]  (2.2ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 16]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:J/o/NxxLp9GqS2lHYxi7rCifoQgNVBxgUHAYlxP8h6qVINOagkGH"], ["created_at", "2015-04-28 23:42:23.405220"], ["updated_at", "2015-04-28 23:42:23.405220"]]  (0.7ms) commit transaction  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreatePeople (20150428220101)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "ssn_encrypted" varchar, "cc_encrypted" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150428220101"]]  (1.2ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:4pz/FaGFkU+p9VHszxMXDyH/YXkdFYO6qlA3iaBdVvXzB3n6iF7Y"], ["created_at", "2015-04-28 23:43:45.402176"], ["updated_at", "2015-04-28 23:43:45.402176"]]  (2.2ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:mEeWpbBIJFlp2VtvLyl1PSFr2uz61oYbX/4Co96S5HkzGuUl295h"], ["created_at", "2015-04-28 23:43:45.415341"], ["updated_at", "2015-04-28 23:43:45.415341"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:A0Hq7zKoUKE9J56wN1H9NSaFkQ7bt5O27MU1mCmPxSFM7zr+BHDHD9Cmo5I="], ["created_at", "2015-04-28 23:43:45.420474"], ["updated_at", "2015-04-28 23:43:45.420474"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:Bmtn/OZ9jCRMwzfv1pCkcPbg91jfrMnDI5EYecHI0CDcpRnWph2P"], ["created_at", "2015-04-28 23:44:22.519005"], ["updated_at", "2015-04-28 23:44:22.519005"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:/1wLlIzPNcQxVfqObvhHCUSdJJI9dLXCOQYGjbQedsAmT31TUtAQmDPKYts="], ["created_at", "2015-04-28 23:44:22.525831"], ["updated_at", "2015-04-28 23:44:22.525831"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:wRD8X3AsC3mKwLDw63TgXB5S4QfW5+ZeOLDlKqpT40oS8HrkROhDb5OnZDc="], ["created_at", "2015-04-28 23:44:22.529001"], ["updated_at", "2015-04-28 23:44:22.529001"]]  (0.8ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:n6wRfQUbNYH/HVtRMJdyTjOUg4B9ZhsDWoaHSlM26BLkDF0YFPBw"], ["created_at", "2015-04-28 23:44:22.537869"], ["updated_at", "2015-04-28 23:44:22.537869"]]  (0.8ms) commit transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:bHJytjW2GdN0F6++PC5vsW293RxzJiJpAJpbd0Se9N+nxGKMAmY5"], ["created_at", "2015-04-28 23:44:27.200877"], ["updated_at", "2015-04-28 23:44:27.200877"]]  (2.2ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:Gjv/Semy8EGrxWeqYAY4HWmed6aDMDfSDISHzMls0SMK1lh9r8g5VWScnTM="], ["created_at", "2015-04-28 23:44:27.213798"], ["updated_at", "2015-04-28 23:44:27.213798"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:oMoXrN3ydHu71qxi5YLJz5ch2bx7AzX1FmWpRozeiEZlcY6dGeD8YjMNps0="], ["created_at", "2015-04-28 23:44:27.218940"], ["updated_at", "2015-04-28 23:44:27.218940"]]  (0.9ms) commit transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:m6f94GbtEQb1WIc3H67n4vQwC0p+vnOYAT8COCZ/fYQLXePJMNCu"], ["created_at", "2015-04-28 23:44:27.223470"], ["updated_at", "2015-04-28 23:44:27.223470"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:qxouo09RQjtBRqVKmKapa3a/U7zTB/odoT6h9+mwH0Mwn3dHXxU/"], ["created_at", "2015-05-03 20:00:55.530325"], ["updated_at", "2015-05-03 20:00:55.530325"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:n/XCr3mC8fEwqfPVyy2QdFIcv3Csosry9ppLfpv1yyyzdA2NyaOw"], ["created_at", "2015-05-03 20:00:55.538344"], ["updated_at", "2015-05-03 20:00:55.538344"]]  (0.7ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:r02c5cKhoKbfamYlqxllfbo+RJ21c99CWh2kkuqq0DZKB3dusgMMq0lmgQc="], ["created_at", "2015-05-03 20:00:55.549422"], ["updated_at", "2015-05-03 20:00:55.549422"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:OmsnAmkgOjrx9O7r1lYvuA6PuHPcioKVHlZCPSNYdILZfwb2sOuhxqmb6XA="], ["created_at", "2015-05-03 20:00:55.552834"], ["updated_at", "2015-05-03 20:00:55.552834"]]  (0.7ms) commit transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:ZWw4VVfGhXhjBaLJu3RLZRQfQ5njTQ3UgIRNTFCJbgroQw6e2UX6ZSVPMqk="], ["created_at", "2015-05-13 22:42:13.557668"], ["updated_at", "2015-05-13 22:42:13.557668"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:c+b+bkgvOvsVuhBGKCNeoIs+/IGpeKtaN1gmn9nWTAbKRQOUVOzT"], ["created_at", "2015-05-13 22:42:13.576030"], ["updated_at", "2015-05-13 22:42:13.576030"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:xQGXFichQPr1EQJk10Q+WgxFYBFrgvM8WU8aYBYaaHoiKYVmhI4MDOigR4c="], ["created_at", "2015-05-13 22:42:13.579756"], ["updated_at", "2015-05-13 22:42:13.579756"]]  (0.7ms) commit transaction Person Load (0.3ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:xdqQIbXzzT+3qJLC3/YyCam0/aoG5vddjdYB1m72M7XVRWAtfSHI"], ["created_at", "2015-05-13 22:42:13.590222"], ["updated_at", "2015-05-13 22:42:13.590222"]]  (0.8ms) commit transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (1.3ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:lyob1HoRyqXtcz0OdyazNRFXSgxEhMStp/qtdIPcKGZXTwavAmNk"], ["created_at", "2015-05-14 21:07:03.013228"], ["updated_at", "2015-05-14 21:07:03.013228"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:x+9YndjJapAygIu3rgfl32LUK0jrwdim+4gAANe1an9t/Md0sjGX"], ["created_at", "2015-05-14 21:07:03.022396"], ["updated_at", "2015-05-14 21:07:03.022396"]]  (0.6ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:Jq4943AAoz4bguLsMJ6grfXmIMxR/aAvd9n9YJgPRl5TEIb41sZK6hJcErs="], ["created_at", "2015-05-14 21:10:08.400894"], ["updated_at", "2015-05-14 21:10:08.400894"]]  (2.6ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:0fkpwHtDeMF3qFwpPUvWajgSkUDI/Vi9nZf0QZP9xE9I9hXLnQPfNN17jYo="], ["created_at", "2015-05-14 21:10:08.415192"], ["updated_at", "2015-05-14 21:10:08.415192"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:k+KTc+yiOtglFY7/5RgJLi1+9o19sdLyPbh6API67rIT69IkJ4XkzOhKESs="], ["created_at", "2015-05-14 21:12:10.261002"], ["updated_at", "2015-05-14 21:12:10.261002"]]  (2.6ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:VGH890CFQLCGLQtxQnVDtGS0xMNkKgrEfTIv1dgfIxk2a7Mv2TgT534E1OA="], ["created_at", "2015-05-14 21:12:10.275322"], ["updated_at", "2015-05-14 21:12:10.275322"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:2eiqCtfkPBrSgDoRJdC4YEWGytVmFanKBryFOYI7KkLC8mdWsN1j"], ["created_at", "2015-05-14 21:13:20.064458"], ["updated_at", "2015-05-14 21:13:20.064458"]]  (2.5ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:px/RLxtNaiFbKxlYTfktuWTHkpFfcbrNfBj6gOIqerUXctFFQO4N"], ["created_at", "2015-05-14 21:13:20.078441"], ["updated_at", "2015-05-14 21:13:20.078441"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:GNJT/n/8dzkttQVtxNyd0z3M7hryLx4jdoD5LYz5HQ9+stblD/YE"], ["created_at", "2015-05-14 21:13:27.996006"], ["updated_at", "2015-05-14 21:13:27.996006"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:448Y+maKT1Lymffon1wuqMhyPsFE1mFG8GshMDTvlO/QStAhSvOI"], ["created_at", "2015-05-14 21:13:28.005985"], ["updated_at", "2015-05-14 21:13:28.005985"]]  (0.8ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:cWlIWhf6/h56gRc0UeqJYf9GaKeAPw8kJGgUxiGvDN0gB/yGeRUf"], ["created_at", "2015-05-14 21:13:43.150436"], ["updated_at", "2015-05-14 21:13:43.150436"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:Z59Za9RulxIvwE6fKxv7hg7vsSWcZ2hP0LiKgvz6n4gPgP7YW6z5"], ["created_at", "2015-05-14 21:13:43.158950"], ["updated_at", "2015-05-14 21:13:43.158950"]]  (0.8ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 16]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:QkFthcFck8KJrhtCVgTlm0K/gd6a5gUsUSFAy1Yd0z1W0u6s+7wlHH0y7As="], ["created_at", "2015-05-14 21:13:43.171086"], ["updated_at", "2015-05-14 21:13:43.171086"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:5g2PhOWO/CnJnXChsV/mOGB3dABpQdEZxSju0OR8j7t3C3LnFHejhAVk9gc="], ["created_at", "2015-05-14 21:13:43.174391"], ["updated_at", "2015-05-14 21:13:43.174391"]]  (0.8ms) commit transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:SWkZPoHjdqKe+w2TyyVyabXOOLe29HzcUE3h+65TgO9qNmS4tH4j"], ["created_at", "2015-05-14 21:13:47.436004"], ["updated_at", "2015-05-14 21:13:47.436004"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:7yFN3ov89OKZfikE/+zbke4KlhK1indaBbJp8Youd3XGPkRTJuQp"], ["created_at", "2015-05-14 21:13:47.445138"], ["updated_at", "2015-05-14 21:13:47.445138"]]  (0.8ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 20]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:wSmSZb9I9iS3nxO33rXFWo908seAPY+npb3AEIPxrBHTbauaCGYpcxxiakU="], ["created_at", "2015-05-14 21:13:47.457032"], ["updated_at", "2015-05-14 21:13:47.457032"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:pCBzwUp/Wb69sCqyq/36bE4CDYlvJZ6t5gSDXbHponiNuT8zqvFvL6E6++8="], ["created_at", "2015-05-14 21:13:47.460244"], ["updated_at", "2015-05-14 21:13:47.460244"]]  (0.8ms) commit transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 22]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:b7BdmSYQKUvHUtSHUS/cetf4czqFRGyc8CVMroGrVE2hCjoBRaaggmaRmLc="], ["created_at", "2015-05-14 21:13:49.672083"], ["updated_at", "2015-05-14 21:13:49.672083"]]  (2.1ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:cnnADgNQXAfFQ+j1liLOxWOoat9jwdyZ0f9311sVek41gvURPeyns3FCWUw="], ["created_at", "2015-05-14 21:13:49.687560"], ["updated_at", "2015-05-14 21:13:49.687560"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:VojD+RWAEDf8rgZbJ2vaDU6gn8mxEi7TYswoqTfUO6BaIS9Ya7Pm"], ["created_at", "2015-05-14 21:13:49.696817"], ["updated_at", "2015-05-14 21:13:49.696817"]]  (0.9ms) commit transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:fSFEdWQ1UIUJuW7yiZWcSoluusvXsD6ivPo0bN7OeGFwV6uIQoKx"], ["created_at", "2015-05-14 21:13:49.701818"], ["updated_at", "2015-05-14 21:13:49.701818"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:zJdapyoZ1mfIEhCFC1qraDzCqyP1nutFtPAPbA5rbqsWazNUgBPK"], ["created_at", "2015-05-14 21:13:55.769105"], ["updated_at", "2015-05-14 21:13:55.769105"]]  (2.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:xjn2EwkwiTMj5PEvaV5ukRi2F9VVH3zlAt2l8A5hEX3LFdHPrfNB"], ["created_at", "2015-05-14 21:13:55.779698"], ["updated_at", "2015-05-14 21:13:55.779698"]]  (0.8ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 28]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:MininwjQCDVcZirW32pyzX6yY0Am0rLn2uggem7VcBqc1/yXK8TTiwuOvlw="], ["created_at", "2015-05-14 21:13:55.792096"], ["updated_at", "2015-05-14 21:13:55.792096"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:gHOVhtldG0/UNVcJSHnpw+hl2E0FiP+DGew+yW453DLHAix3F/Hp7U0hAtk="], ["created_at", "2015-05-14 21:13:55.795469"], ["updated_at", "2015-05-14 21:13:55.795469"]]  (0.8ms) commit transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 30]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:oscT9dMDlGX9g9NlktHJG7CbBySR7XxucsaVHBbVxSV/VKgwkhRL"], ["created_at", "2015-05-14 21:14:00.131326"], ["updated_at", "2015-05-14 21:14:00.131326"]]  (2.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:oC8Yq/jj4W0fSUSdBky1p7R7pXRFHvmR8gg0CfLwEkC0pku0limQ"], ["created_at", "2015-05-14 21:14:00.141288"], ["updated_at", "2015-05-14 21:14:00.141288"]]  (0.9ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 32]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:y+q7kMSUbVo4M4us4Yj1TTRiUN43NPtzfX4Zer9anRD4o94RmpBTprL1ZpU="], ["created_at", "2015-05-14 21:14:00.154565"], ["updated_at", "2015-05-14 21:14:00.154565"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:cfXqBHRv/pgf6lXefGNuIxXxv3DV09FFTW5zIGIOUoTlwtCU4P5xYPchdJc="], ["created_at", "2015-05-14 21:14:00.158466"], ["updated_at", "2015-05-14 21:14:00.158466"]]  (0.7ms) commit transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 34]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:4GHhB/qfbLZHc5Y3l+GFX8YzbGsfjcbiS4dRvc41U+tR/8vOeB0m"], ["created_at", "2015-05-14 21:14:04.108935"], ["updated_at", "2015-05-14 21:14:04.108935"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:tbDgY0iwwwnjfblPPXt+D34B0h2DDGrJsUnio5waaoZGd/Xn/oMH"], ["created_at", "2015-05-14 21:14:04.116967"], ["updated_at", "2015-05-14 21:14:04.116967"]]  (0.8ms) commit transaction Person Load (0.3ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 36]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:0095lfyyP8HkhnXWEJJNpBjcTEKewSey1bO2Tv0qj8L3yYX6cyPOvX8ALy0="], ["created_at", "2015-05-14 21:14:04.129678"], ["updated_at", "2015-05-14 21:14:04.129678"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:RzqY0O3r0LJUt04FDYYav/xn4iMjoyTtrYHIWqKTXrt8JINmUqtC1MPXT5M="], ["created_at", "2015-05-14 21:14:04.133522"], ["updated_at", "2015-05-14 21:14:04.133522"]]  (0.6ms) commit transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 38]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:3aDyYqdapKhr10LQvnyJ+X7Xxy8J02SaDKGFZmcY/flbTAimvR2z"], ["created_at", "2015-05-14 21:14:12.087622"], ["updated_at", "2015-05-14 21:14:12.087622"]]  (2.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:yAV4gzyvYE3bjDD41whScc9s9yT6npfVafIOLfWYjdbpwb1CRq/D"], ["created_at", "2015-05-14 21:14:12.097832"], ["updated_at", "2015-05-14 21:14:12.097832"]]  (0.8ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 40]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:QtxZGfFljTqMqccVQi7GTQHYFJ+SBWypK3kOovX1jJk9HURQQDcYyjnRB2Q="], ["created_at", "2015-05-14 21:14:12.109510"], ["updated_at", "2015-05-14 21:14:12.109510"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:F1vdrQYMtvaj6sWZWXgCI8ouh+AjVT56o2FwW1qY2b3qTVC2SFPGhnamkok="], ["created_at", "2015-05-14 21:14:12.112762"], ["updated_at", "2015-05-14 21:14:12.112762"]]  (0.8ms) commit transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 42]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:lb3XXy6GV537DWR861ZTMSZmGnaLV8dHgbzjK94EGFRj/R7soYn2V19RSgc="], ["created_at", "2015-05-14 21:14:14.552672"], ["updated_at", "2015-05-14 21:14:14.552672"]]  (2.4ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 43]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:v2kNyKHM4bu1hZd4je86py9OpswVMvVLHj2x0FjGhi+XjwF4DCBrPmDniiY="], ["created_at", "2015-05-14 21:14:14.565311"], ["updated_at", "2015-05-14 21:14:14.565311"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:HeiL/sRfAjFSWT27A5VODvo9DftaIWBoWLaQMKRD5Lm5k4xl0BF5wZTTdZo="], ["created_at", "2015-05-14 21:15:06.136565"], ["updated_at", "2015-05-14 21:15:06.136565"]]  (2.4ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 45]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:Q2XGX0Sum0fjPH4TTvIm9T6vhpraebqnTMeWkEztMtuUsVeCrCIHxuuEbuw="], ["created_at", "2015-05-14 21:15:06.148870"], ["updated_at", "2015-05-14 21:15:06.148870"]]  (0.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:IPrqtLBqLzD82Gem4ayZ2xg1txW/DL7CfRqyFvcZwa0p5nJi1S2mz9uxpbQ="], ["created_at", "2015-05-14 21:15:08.753364"], ["updated_at", "2015-05-14 21:15:08.753364"]]  (2.6ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 47]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:EBNLRNN+/YOoGTtGOFyiOQv7oE2Q+oQLTPlWjc38WybdWP5zxai/XO/1eQg="], ["created_at", "2015-05-14 21:15:08.767785"], ["updated_at", "2015-05-14 21:15:08.767785"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:hWoP0EGXS16E7+Oh4ifvct4wvbzfAFaPKBzBoN6a/ZS/XtiAHXb+"], ["created_at", "2015-05-14 21:15:22.828844"], ["updated_at", "2015-05-14 21:15:22.828844"]]  (2.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:BUArVKSLW4kwCazno+fwcgp0j1SClfeb1aH/xwfxLVELJmtc6OLI"], ["created_at", "2015-05-14 21:15:22.838416"], ["updated_at", "2015-05-14 21:15:22.838416"]]  (0.8ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 50]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:8WhbwYQ17TLvHP8lAv1ugACf7uh86zPaeH16umx/zaSt5lSNqTFJdP3vlSY="], ["created_at", "2015-05-14 21:15:22.850122"], ["updated_at", "2015-05-14 21:15:22.850122"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:Jr+ngZbvFlecP27n/QzoCkc4BpYoceDwRFbjk8etW0HL6mAeLTvU1sItkLg="], ["created_at", "2015-05-14 21:15:22.853420"], ["updated_at", "2015-05-14 21:15:22.853420"]]  (0.8ms) commit transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 52]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:ZMWJKTauEf7cslAXxBRT/WXMDFKFFT6GC3QR4pFAudTe+G7wcd5l"], ["created_at", "2015-05-14 21:15:26.238017"], ["updated_at", "2015-05-14 21:15:26.238017"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:Kc3YBXxQheYC800Rv0E0IQV2jNZcOopXPkh3wu74i7dX4g/8HE+H"], ["created_at", "2015-05-14 21:15:26.246425"], ["updated_at", "2015-05-14 21:15:26.246425"]]  (0.8ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 54]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:DO9klRvY5r+Nkyah2UKLZDmetXLF46Q09w41sFPKy77w4voMO4CMKO423hY="], ["created_at", "2015-05-14 21:15:26.258250"], ["updated_at", "2015-05-14 21:15:26.258250"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:Efv+XShrhoLjQZVgkF7y7DlU2Sjp6eLN0OYiIww4QVm7XMcrw7UAjRNR3lQ="], ["created_at", "2015-05-14 21:15:26.261643"], ["updated_at", "2015-05-14 21:15:26.261643"]]  (0.8ms) commit transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 56]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:bPIK4ULiNyRx7IdjSa0PIVI2XFB0czuiZTVXTqI7GILIvPNIwoQ2"], ["created_at", "2015-05-14 21:15:29.493953"], ["updated_at", "2015-05-14 21:15:29.493953"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:eWgEe2BlukoZE3PKeddS7XeGg3eVDjhIT/5Q70cDKTX0uSubog2V"], ["created_at", "2015-05-14 21:15:29.502981"], ["updated_at", "2015-05-14 21:15:29.502981"]]  (0.9ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 58]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:xdap07ZA/IsFzLOZOzLL0P8xFgGsYrmqggEVCL8zoB+SyRJcihDFdBa5+i4="], ["created_at", "2015-05-14 21:15:29.515243"], ["updated_at", "2015-05-14 21:15:29.515243"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:JPVVAq0951EJ+encHPNVbAjtHq0nH/wgMe/AOwE2OpXA1jZ00fDu6oy5SFs="], ["created_at", "2015-05-14 21:15:29.520450"], ["updated_at", "2015-05-14 21:15:29.520450"]]  (0.7ms) commit transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 60]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:xPDqzNRVWzZgt3wvi++y3DoMVTMrZ2qm+7Ct8K6ErNi9Jz2SLL4yQrzkZws="], ["created_at", "2015-05-14 21:16:06.661639"], ["updated_at", "2015-05-14 21:16:06.661639"]]  (2.5ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 61]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:cFHJZ7R+MvhTd8e5y2UdjWHoRW3R9eMHv+hJUO4w1plbYIMbOFE/"], ["created_at", "2015-05-14 21:16:20.509280"], ["updated_at", "2015-05-14 21:16:20.509280"]]  (2.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:OODwf91teWFfLGhdHofhBqxBzE2atzjBPjxtUnpRRKyaUsDWzpwzr3T1B84="], ["created_at", "2015-05-14 21:16:20.522391"], ["updated_at", "2015-05-14 21:16:20.522391"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:7fG4JPw3Eg/1GWsjq7IMlW1X6lYns8KB5Pjprp2BRA1yOows9bUh"], ["created_at", "2015-05-14 21:17:06.562680"], ["updated_at", "2015-05-14 21:17:06.562680"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:JgcSFZew5tvwFKmQ9tdeGREomHhADhkVIacPZBAF0jbZs63tMs1z"], ["created_at", "2015-05-14 21:17:06.572397"], ["updated_at", "2015-05-14 21:17:06.572397"]]  (0.8ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 65]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:bJXNo5eigCN0yauaqbffY0ja/mWDKFWOwld8zMAy8rqtrtJyAjk3Ng0tCd8="], ["created_at", "2015-05-14 21:17:06.582048"], ["updated_at", "2015-05-14 21:17:06.582048"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:lEcuhpJ5mownmVxpMq7mEbQGQSwV7JgCnewXdBCIKSEuouieq4/byZ100hY="], ["created_at", "2015-05-14 21:17:06.585540"], ["updated_at", "2015-05-14 21:17:06.585540"]]  (0.8ms) commit transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 67]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:OoSvHTmB7nDSSMl2iPG0MPrhAjtvoRad0F8jwaLCqVAFQZ2qlwcS"], ["created_at", "2015-05-14 21:17:12.501159"], ["updated_at", "2015-05-14 21:17:12.501159"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:uMS8QqciyNByxqWUP2XTwvJ0x1hOOfVG+5kfBBlg/hmEHTn58UqG"], ["created_at", "2015-05-14 21:17:12.508373"], ["updated_at", "2015-05-14 21:17:12.508373"]]  (0.8ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 69]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:8ep2V8S72LLD2IrSso9DH+lORJtfF/l03ANJp7WJOvTbtXem6vt1l0QYv18="], ["created_at", "2015-05-14 21:17:12.520571"], ["updated_at", "2015-05-14 21:17:12.520571"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:JxbfDl0lh02zGGxs7o2CM8lI92IO7B3QRytwZkrk4ARZrS0x/ESM0FRZpQM="], ["created_at", "2015-05-14 21:17:12.524630"], ["updated_at", "2015-05-14 21:17:12.524630"]]  (0.8ms) commit transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 71]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:99OukFsjYe88OUxhsg6PpjAiOYKLskIyWNhxYbAi5gdSXGpDEOGHlQ4ovd0="], ["created_at", "2015-05-14 21:17:14.783084"], ["updated_at", "2015-05-14 21:17:14.783084"]]  (0.9ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 72]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:JBuZlh9eiyAu2hF/U2z9d7SsOkFs+H+rvmcFQQUT37oXduIrRjAlW78RySQ="], ["created_at", "2015-05-14 21:17:14.795030"], ["updated_at", "2015-05-14 21:17:14.795030"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:+bE1MQYo5WK4DNdDjf7Dk7r8tCmt7YO90xPHnxTNaIo2eIEwL49NYOTRVdY="], ["created_at", "2015-05-14 21:18:03.343996"], ["updated_at", "2015-05-14 21:18:03.343996"]]  (2.7ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 74]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:jn8KkWiUqe8o4jvb48kfVG86nbW/C7XdSFe69/m8mr/8eGHcrSiGIWzwzTE="], ["created_at", "2015-05-14 21:18:03.360089"], ["updated_at", "2015-05-14 21:18:03.360089"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:m6NQsLRXNhsPPC/0GyIZiOBVd/AzDFZBszBo6aMDOa5Nb+bTfqJp/vDO3j4="], ["created_at", "2015-05-14 21:18:22.504560"], ["updated_at", "2015-05-14 21:18:22.504560"]]  (0.7ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 76]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:IFzYH1h+Q74nKg2AWT9o6XwbCDlIbJiEr+3+ylfDEz8uN4vC3jZDiHD9qgU="], ["created_at", "2015-05-14 21:18:22.515119"], ["updated_at", "2015-05-14 21:18:22.515119"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:c7d3FFIrTcSDmkriogz9L8O4Wn44iCt0xE4yv5D+v+HIQcmaKQrKzscA7Wc="], ["created_at", "2015-05-14 21:19:01.000367"], ["updated_at", "2015-05-14 21:19:01.000367"]]  (3.2ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 78]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:e2x22Xl0y/wOf3eQnwNv0hZtyXcDGIJqnzeLhn/ta5i62lHYvG2Nq9b9Aac="], ["created_at", "2015-05-14 21:19:01.015236"], ["updated_at", "2015-05-14 21:19:01.015236"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:RVR4jqwIsH/z1/6CVZtsBbwVXNoTdVitiP4RxelozhMjWnMewNuT"], ["created_at", "2015-05-14 21:19:35.127099"], ["updated_at", "2015-05-14 21:19:35.127099"]]  (2.4ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 80]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:bStIzvieZQx7dAgiCSQkQEam8AgPjVREH9r64Yq6UGu9qAu6u9tm"], ["created_at", "2015-05-14 21:19:35.140752"], ["updated_at", "2015-05-14 21:19:35.140752"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:cYuTo3HW/BTTLs8YeQf4sAex+ZQRADQxa6YkE8NcJb+YRoPpFkAs"], ["created_at", "2015-05-14 21:19:37.340194"], ["updated_at", "2015-05-14 21:19:37.340194"]]  (2.5ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 82]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:oLKl+kzw91fdLSg62OohybPxK0oJI7TkapMyEDbtTICD6o0HNXOp"], ["created_at", "2015-05-14 21:19:37.355455"], ["updated_at", "2015-05-14 21:19:37.355455"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:QSmaDuK6YYMJEnRhj1OCWcNQk7wUALGfECE+ucKAWLcrd6rR71OO"], ["created_at", "2015-05-14 21:19:39.389751"], ["updated_at", "2015-05-14 21:19:39.389751"]]  (2.5ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 84]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:GmcQ7L3MAkmg+/qbBOf2QxyCwAyfof5AMos1KYXRghKBm/rAjdy/"], ["created_at", "2015-05-14 21:19:39.402936"], ["updated_at", "2015-05-14 21:19:39.402936"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:LkBmzlm1+ePoAKYRJJofMxd2aJ03QxiIjKsH+dd2uuBiOchHjgqU"], ["created_at", "2015-05-14 21:19:41.148475"], ["updated_at", "2015-05-14 21:19:41.148475"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:Uz04yGY5qq3N7MO8kE8gEPpDv3nwAkpZVUWw3eTZuJAmYr3AEgc9"], ["created_at", "2015-05-14 21:19:41.157613"], ["updated_at", "2015-05-14 21:19:41.157613"]]  (0.8ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 87]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:RmEN1gjC6OKwcZvCImPlINwMZs/spnqw0t9zrtIHVQvry5blTt4e"], ["created_at", "2015-05-14 21:19:42.919194"], ["updated_at", "2015-05-14 21:19:42.919194"]]  (2.3ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 88]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:CMA6ew9n7EKEEmAhEjCbiBa8apVSYe56/CeivpVmpRe5P8PRF9XT"], ["created_at", "2015-05-14 21:19:42.933488"], ["updated_at", "2015-05-14 21:19:42.933488"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:RiVetPT1ONFStxRbMFE/Sbx/wBWyFPRtn/JpjkgicudhdyvhYffb"], ["created_at", "2015-05-14 21:19:44.750746"], ["updated_at", "2015-05-14 21:19:44.750746"]]  (2.1ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 90]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:hVTEnRd34zVk4fQ6HEBkYopq4RbSWNAMfbBd++o5m1C49YaS+IW8"], ["created_at", "2015-05-14 21:19:44.764584"], ["updated_at", "2015-05-14 21:19:44.764584"]]  (0.9ms) commit transaction  (0.4ms) begin transaction SQL (0.8ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:k+G3MNqlKZl4d9KpM09sTs2goa6CNA57qYFo3bvDsFkN44J6/N9I"], ["created_at", "2015-05-14 21:19:51.327697"], ["updated_at", "2015-05-14 21:19:51.327697"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:E8eIUTOxp11wV2GhWWC2ao3pBXoLZQ2/ze6CLw/1nFYC9/iSnzJW"], ["created_at", "2015-05-14 21:19:51.343165"], ["updated_at", "2015-05-14 21:19:51.343165"]]  (0.8ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 93]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:NqpaYqXSJmR/yB/N0HN8QNqpNjVBk3P0pkFeMjyReZncrVeLgbL3y2XFXmI="], ["created_at", "2015-05-14 21:19:51.356617"], ["updated_at", "2015-05-14 21:19:51.356617"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:LxhcmfM2J5bGCXulRWrmVsp52qc+9rbSop2ZkczZTxpgNbbyK11TBR906JE="], ["created_at", "2015-05-14 21:19:51.360311"], ["updated_at", "2015-05-14 21:19:51.360311"]]  (0.6ms) commit transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 95]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:1Y9Vtamuw7HvKMD1EX4Po3TPSBlJG0bSBgPjDLYXk3a66WSqqbFHyl4sgkY="], ["created_at", "2015-05-14 21:19:54.697054"], ["updated_at", "2015-05-14 21:19:54.697054"]]  (2.6ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 96]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:KkAdQNm8UFmi6gZYu08MP2dGKN53sJHENFqylRI5dBLGTj3fE1pqrKISKmw="], ["created_at", "2015-05-14 21:19:54.712095"], ["updated_at", "2015-05-14 21:19:54.712095"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:dwPKCgI8ZLIqsnjctRlyvPBD2ilrRAru0RcUGfXSjo/tppryTcdh"], ["created_at", "2015-05-14 21:19:54.717670"], ["updated_at", "2015-05-14 21:19:54.717670"]]  (0.7ms) commit transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 98]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:fgo8M4VZD4e6AIJdQWqbjaRtKAJbmDX1AmD/79ZnKIzICOd3xP3E"], ["created_at", "2015-05-14 21:19:54.722706"], ["updated_at", "2015-05-14 21:19:54.722706"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:1wl9mP2LgL9zARvRwOPydLpP+MuB2AHPdqVTcgUu+vcyU1TWA3Mo"], ["created_at", "2015-05-14 21:20:06.882933"], ["updated_at", "2015-05-14 21:20:06.882933"]]  (2.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:TNbaRLMOcxnJd3pexSmQkZ/LNG5gN5NklnA5J5MLe7+dWynNUN8I"], ["created_at", "2015-05-14 21:20:06.893137"], ["updated_at", "2015-05-14 21:20:06.893137"]]  (0.8ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 101]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:rdVqFKGGMPvBwIj/sc5INNDLXDr83/6PyWuByKXWbJlCqA/FxFRKulXxEyA="], ["created_at", "2015-05-14 21:20:06.904148"], ["updated_at", "2015-05-14 21:20:06.904148"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:9Z7XCK4UNstIsSpyVqaOJOsjdfwd6Mpz+EEkLCdnAhlUWRgs/ZcScuUv1NE="], ["created_at", "2015-05-14 21:20:06.907474"], ["updated_at", "2015-05-14 21:20:06.907474"]]  (0.8ms) commit transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 103]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:wpg5LqhUATm/8RcWRgaKDS1dLsSkmr6DpYA+44gYAVspl4Mc8Z6Jqg56RLM="], ["created_at", "2015-05-14 21:20:09.095036"], ["updated_at", "2015-05-14 21:20:09.095036"]]  (2.6ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 104]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:bLYaMByJ5LOcCYwl+YV1lUtpplC17DV4xLxNaegVPyq0b0pfpVsFOIrux6I="], ["created_at", "2015-05-14 21:20:09.109265"], ["updated_at", "2015-05-14 21:20:09.109265"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:50LgRP3grUznJ1fB4n1atvB781f61NAmbj2upPyZOFmuhi0k8m6Z"], ["created_at", "2015-05-14 21:20:09.115590"], ["updated_at", "2015-05-14 21:20:09.115590"]]  (0.8ms) commit transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 106]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:F2SA6KXW7lDBkXqxH+DI6DrwRsWxAAImfM7ycAOQsG466P00O6iS"], ["created_at", "2015-05-14 21:20:09.121955"], ["updated_at", "2015-05-14 21:20:09.121955"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:/7O3k0hx7IsiIC2FB56EPZW8Fec9d/vZLxAbn28pq969YmWs4qSfHlbTLSk="], ["created_at", "2015-05-14 21:20:11.240614"], ["updated_at", "2015-05-14 21:20:11.240614"]]  (1.8ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 108]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:tmFjbftR0Ed9sBxbpEUmGXeF994w9X05nq5wbl3ByNQHbm7uq7GsaQCtEgg="], ["created_at", "2015-05-14 21:20:11.254217"], ["updated_at", "2015-05-14 21:20:11.254217"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:7st6rXb7iMV8ANuGhRGU8e+yxuIIC0qP7Dgvl+i7Xu92COJhJkbC"], ["created_at", "2015-05-14 21:20:11.259546"], ["updated_at", "2015-05-14 21:20:11.259546"]]  (0.8ms) commit transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 110]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:4RD6dJgt75wPTBN22503ESmq4PYrrc4zmdgtl4BOupcWj7+GQVNx"], ["created_at", "2015-05-14 21:20:11.264077"], ["updated_at", "2015-05-14 21:20:11.264077"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:GU+iq1lxViAfhnekZ4FpJ+rJ54dEPu6fNS7hvYzl2zawsTv7IMlp21ViYl8="], ["created_at", "2015-05-14 21:20:13.842769"], ["updated_at", "2015-05-14 21:20:13.842769"]]  (2.6ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 112]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:2F81LbiMSWtBDvitqiL8ItUqXzO6nRZ63cp97bbFjc9+CaoQfuT/R6Ivono="], ["created_at", "2015-05-14 21:20:13.858141"], ["updated_at", "2015-05-14 21:20:13.858141"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:o2E4E/6Q5GS/XcpaCExi/A9OiyciQokHT+YIICjuHKJbTabDkcw+"], ["created_at", "2015-05-14 21:20:13.863307"], ["updated_at", "2015-05-14 21:20:13.863307"]]  (0.8ms) commit transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 114]]  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:YEzAKYQQzzG+rFXQmXpF5Jz2b/Rq645/FlovC5EejPR1vsyoroim"], ["created_at", "2015-05-14 21:20:13.867730"], ["updated_at", "2015-05-14 21:20:13.867730"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:e/6FYa83mhvkuGq2eUdpOiyAvrvOAvIuT6JVrSS1nVujO6h2YIgIJ5t+y2E="], ["created_at", "2015-05-14 21:20:20.467831"], ["updated_at", "2015-05-14 21:20:20.467831"]]  (1.6ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 116]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:QKxO1nMv4I4Mgt77mAfvUJz8XX6iCAZvMdKAeQ485SgwXssi4aqwJ3Ka6A0="], ["created_at", "2015-05-14 21:20:20.482534"], ["updated_at", "2015-05-14 21:20:20.482534"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:cuyN922gmUoYTYdb89C3K9eR4JHHfwNhYnxbFlRxSVEoBsT7UPcO"], ["created_at", "2015-05-14 21:20:20.487674"], ["updated_at", "2015-05-14 21:20:20.487674"]]  (0.8ms) commit transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 118]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:5uXnIWhXGKaXGTaL+mWAcjnZR9FR5To88/fvmUkWxiua6ej1b7mB"], ["created_at", "2015-05-14 21:20:20.492182"], ["updated_at", "2015-05-14 21:20:20.492182"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:fcY7FcbKoUTiM9160DTaI9/1/Mx7KYGXykf7NDwZwi7rShT9afIk"], ["created_at", "2015-05-14 21:20:24.798859"], ["updated_at", "2015-05-14 21:20:24.798859"]]  (2.6ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:m2iOrAMcGYkcRDU3hK61+xAXD5UcWn6Sv6aviZu3dmoxJvNHFEpt"], ["created_at", "2015-05-14 21:20:24.808128"], ["updated_at", "2015-05-14 21:20:24.808128"]]  (0.8ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 121]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:Gu1EgBv+Y3UfPS0AYsT5JiIuJreZJTreTKgIsd0Bmt8LJqr0TKmLecBkvyk="], ["created_at", "2015-05-14 21:20:24.817873"], ["updated_at", "2015-05-14 21:20:24.817873"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:sDppXbZj0d0FqyVK28EBPsUlzmSlnI05ebeTaLsQCYqXOedqs0a4z8CXN9c="], ["created_at", "2015-05-14 21:20:24.821198"], ["updated_at", "2015-05-14 21:20:24.821198"]]  (0.8ms) commit transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 123]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:++c6OStMtXYO+YMy+tc9JPYWietQgsX8VvozaPfSZ05wuv7YcKMMCXVN28Y="], ["created_at", "2015-05-14 21:20:44.790419"], ["updated_at", "2015-05-14 21:20:44.790419"]]  (2.5ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 124]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:nMHTDhUIGZEs+u63oq9rSiSQoI/LBCmkk1evFjMSf6fcrQaF+w1s6uMW8G8="], ["created_at", "2015-05-14 21:20:44.803957"], ["updated_at", "2015-05-14 21:20:44.803957"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:MKenXE1+kGrDFPw77d7ucDCL7gfchna4vGDSSORsAPZ1efH9VIFU"], ["created_at", "2015-05-14 21:22:10.668264"], ["updated_at", "2015-05-14 21:22:10.668264"]]  (2.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:vXLVSKQbQ4wRFOhs3K7LeMF5mJrVT+K0mPMbc4mz0cbesI4vfkmh"], ["created_at", "2015-05-14 21:22:10.678196"], ["updated_at", "2015-05-14 21:22:10.678196"]]  (0.8ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 127]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:4RcBlDUFzkC1JtYnjFMlNWJz+JM+rer7ZsbuYXXkMaWiVjB4w6RuxPixSdw="], ["created_at", "2015-05-14 21:22:10.689188"], ["updated_at", "2015-05-14 21:22:10.689188"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:wjIZJ1EZlsTjWMmUL/Yz9bwK5JG9LB8KjbD11Y5m5a0D9us1G7abN9Ku2TA="], ["created_at", "2015-05-14 21:22:10.692635"], ["updated_at", "2015-05-14 21:22:10.692635"]]  (0.8ms) commit transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 129]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:kP9O2iIXVW+aDtV7RJy3svyf9j2EBve1ueF1/8sN2pHOPWuNQ3Fg"], ["created_at", "2015-05-14 21:22:21.012467"], ["updated_at", "2015-05-14 21:22:21.012467"]]  (2.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:W45hJR7Buzxzy8oHXb5fGu5ZQcNjYnQzhquni5LoweOYtQfai+9WWZ5kiVA="], ["created_at", "2015-05-14 21:22:21.025726"], ["updated_at", "2015-05-14 21:22:21.025726"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:vn+mqI7Tdzn7SPQHbxLHTnxpj/tXgAKFA4cCqjQwTB3Ako53w9IfaN0FE9Q="], ["created_at", "2015-05-14 21:22:32.373549"], ["updated_at", "2015-05-14 21:22:32.373549"]]  (2.5ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 132]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:ab57uA+Mcko5P4gJNzHkXY6QLMbfP3M2Wz+C7wNPNBLgR8FSufm6X8o/5t0="], ["created_at", "2015-05-14 21:22:32.386095"], ["updated_at", "2015-05-14 21:22:32.386095"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:1V/qjY5pJW2tW/mY7/iNh3qMfKLodOYvf+ztvyHHYVRGuC2YgI9U"], ["created_at", "2015-05-14 21:22:32.394843"], ["updated_at", "2015-05-14 21:22:32.394843"]]  (0.7ms) commit transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 134]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:/NGaEuf+uL17KHqcBINBYmlFfpL7K8qUj6OxPF7QSH2n3VxlBLFe"], ["created_at", "2015-05-14 21:22:32.400187"], ["updated_at", "2015-05-14 21:22:32.400187"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:dk2ik3SYD3AOjs68gEQajxUR1wM1R/hEM3wtZ4cMtlhzoqIyvdoL"], ["created_at", "2015-05-14 21:22:43.186768"], ["updated_at", "2015-05-14 21:22:43.186768"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("ssn_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["ssn_encrypted", "vault:v0:JUsrhAT7rm/4cgp+9D78NvC52u05MRXOXpZrybdQWxCXlmUOTKl1"], ["created_at", "2015-05-14 21:22:43.195993"], ["updated_at", "2015-05-14 21:22:43.195993"]]  (0.8ms) commit transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 137]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:xNlqAkJNvgJDA9wC3p7ll+H8cUp06HnxIcrMMiW2QsYlk5hoX9bKMrtak5g="], ["created_at", "2015-05-14 21:22:43.209345"], ["updated_at", "2015-05-14 21:22:43.209345"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "people" ("cc_encrypted", "created_at", "updated_at") VALUES (?, ?, ?) [["cc_encrypted", "vault:v0:RFvita+MR8n9bW+k+r/XBjSZL8bdIuYVVxCaG8QGExBAHMPhyrTc8ctxiW0="], ["created_at", "2015-05-14 21:22:43.213142"], ["updated_at", "2015-05-14 21:22:43.213142"]]  (0.7ms) commit transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 139]]