uuids 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Rakefile +1 -2
- data/lib/tasks/uuids_tasks.rake +18 -2
- data/lib/uuids/version.rb +1 -1
- data/spec/dummy/db/development.sqlite3 +0 -0
- data/spec/dummy/db/schema.rb +1 -11
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/development.log +373 -0
- data/spec/dummy/log/test.log +1430 -0
- metadata +4 -2
data/spec/dummy/log/test.log
CHANGED
@@ -17735,3 +17735,1433 @@ SQLite3::ConstraintException: NOT NULL constraint failed: uuids_uuids.value: INS
|
|
17735
17735
|
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 14:49:45.094993"], ["updated_at", "2014-10-19 14:49:45.094993"]]
|
17736
17736
|
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
17737
17737
|
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
17738
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
17739
|
+
[1m[35m (5.6ms)[0m DELETE FROM "uuids_uuids";
|
17740
|
+
[1m[36m (0.3ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
17741
|
+
[1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'uuids_uuids';
|
17742
|
+
[1m[36m (3.0ms)[0m [1mDELETE FROM "records";[0m
|
17743
|
+
[1m[35m (0.3ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
17744
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'records';[0m
|
17745
|
+
[1m[35m (3.2ms)[0m DELETE FROM "cities";
|
17746
|
+
[1m[36m (0.3ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
17747
|
+
[1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'cities';
|
17748
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
17749
|
+
[1m[35m (0.1ms)[0m commit transaction
|
17750
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
17751
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
17752
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
17753
|
+
[1m[35m (0.1ms)[0m commit transaction
|
17754
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
17755
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
17756
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
17757
|
+
[1m[35m (0.1ms)[0m commit transaction
|
17758
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
17759
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
17760
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "cities" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 17:09:12.640959"], ["updated_at", "2014-10-19 17:09:12.640959"]]
|
17761
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", 1]]
|
17762
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "City"], ["value", "a3d09ac4-c556-4ae0-9046-9c5bc7d0a66f"]]
|
17763
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
17764
|
+
[1m[36mCity Load (0.2ms)[0m [1mSELECT DISTINCT "cities".* FROM "cities" INNER JOIN "uuids_uuids" ON "uuids_uuids"."record_id" = "cities"."id" AND "uuids_uuids"."record_type" = 'City' WHERE "uuids_uuids"."value" = 'a3d09ac4-c556-4ae0-9046-9c5bc7d0a66f' ORDER BY "cities"."id" ASC LIMIT 1[0m
|
17765
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
17766
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
17767
|
+
[1m[35m (0.0ms)[0m commit transaction
|
17768
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
17769
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
17770
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "cities" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 17:09:12.670816"], ["updated_at", "2014-10-19 17:09:12.670816"]]
|
17771
|
+
[1m[35mCity Load (0.0ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", 1]]
|
17772
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "City"], ["value", "4206a41c-1755-4237-86d4-172bd78bd1c3"]]
|
17773
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
17774
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
17775
|
+
[1m[35m (0.0ms)[0m begin transaction
|
17776
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
17777
|
+
[1m[35m (0.0ms)[0m begin transaction
|
17778
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
17779
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "cities" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2014-10-19 17:09:12.676048"], ["updated_at", "2014-10-19 17:09:12.676048"]]
|
17780
|
+
[1m[36mCity Load (0.0ms)[0m [1mSELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1[0m [["id", 1]]
|
17781
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?) [["record_id", 1], ["record_type", "City"], ["value", "391beaa9-807d-40a4-b691-c5292ec3852f"]]
|
17782
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
17783
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "uuids_uuids" WHERE "uuids_uuids"."id" = 1
|
17784
|
+
[1m[36mCity Load (0.0ms)[0m [1mSELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1[0m [["id", 1]]
|
17785
|
+
[1m[35mUuids::Uuid Load (0.1ms)[0m SELECT "uuids_uuids".* FROM "uuids_uuids" WHERE "uuids_uuids"."record_id" = ? AND "uuids_uuids"."record_type" = ? [["record_id", 1], ["record_type", "City"]]
|
17786
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
17787
|
+
[1m[35m (0.0ms)[0m begin transaction
|
17788
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
17789
|
+
[1m[35m (0.0ms)[0m begin transaction
|
17790
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
17791
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "cities" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2014-10-19 17:09:12.687539"], ["updated_at", "2014-10-19 17:09:12.687539"]]
|
17792
|
+
[1m[36mCity Load (0.0ms)[0m [1mSELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1[0m [["id", 1]]
|
17793
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?) [["record_id", 1], ["record_type", "City"], ["value", "d83d8e2a-77f9-498f-99c8-72a3cf787d84"]]
|
17794
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
17795
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
17796
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
17797
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "uuids_uuids" WHERE "uuids_uuids"."id" = 1
|
17798
|
+
[1m[36mCity Load (0.0ms)[0m [1mSELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1[0m [["id", 1]]
|
17799
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
17800
|
+
[1m[36mUuids::Uuid Load (0.0ms)[0m [1mSELECT "uuids_uuids".* FROM "uuids_uuids" WHERE "uuids_uuids"."record_id" = ? AND "uuids_uuids"."record_type" = ?[0m [["record_id", 1], ["record_type", "City"]]
|
17801
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "cities" WHERE "cities"."id" = ? [["id", 1]]
|
17802
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
17803
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
17804
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
17805
|
+
[1m[35m (0.0ms)[0m commit transaction
|
17806
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
17807
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
17808
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "cities" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 17:09:12.695823"], ["updated_at", "2014-10-19 17:09:12.695823"]]
|
17809
|
+
[1m[35mCity Load (0.0ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", 1]]
|
17810
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "City"], ["value", "85900e7a-3c7f-4ff2-8bcd-52845746c678"]]
|
17811
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
17812
|
+
[1m[36mUuids::Uuid Load (0.1ms)[0m [1mSELECT "uuids_uuids".* FROM "uuids_uuids" ORDER BY "uuids_uuids"."id" ASC LIMIT 1[0m
|
17813
|
+
[1m[35mCity Load (0.0ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", 1]]
|
17814
|
+
[1m[36mUuids::Uuid Load (0.1ms)[0m [1mSELECT "uuids_uuids".* FROM "uuids_uuids" ORDER BY "uuids_uuids"."id" ASC LIMIT 1[0m
|
17815
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
17816
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
17817
|
+
[1m[35m (0.0ms)[0m commit transaction
|
17818
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
17819
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
17820
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "cities" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 17:09:12.702017"], ["updated_at", "2014-10-19 17:09:12.702017"]]
|
17821
|
+
[1m[35mCity Load (0.0ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", 1]]
|
17822
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "City"], ["value", "01b1410b-377b-4afd-b89a-c6c01d2c7bc0"]]
|
17823
|
+
[1m[35mCity Load (0.0ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", 1]]
|
17824
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "City"], ["value", "db7982f2-80b5-4661-961b-6dd81d1b8d7c"]]
|
17825
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
17826
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
17827
|
+
[1m[35m (0.0ms)[0m begin transaction
|
17828
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
17829
|
+
[1m[35m (0.0ms)[0m begin transaction
|
17830
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
17831
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2014-10-19 17:09:12.708553"], ["updated_at", "2014-10-19 17:09:12.708553"]]
|
17832
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
17833
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
17834
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
17835
|
+
[1m[35m (0.0ms)[0m commit transaction
|
17836
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
17837
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
17838
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 17:09:12.714677"], ["updated_at", "2014-10-19 17:09:12.714677"]]
|
17839
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
17840
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
17841
|
+
[1m[35m (0.0ms)[0m begin transaction
|
17842
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
17843
|
+
[1m[35m (0.0ms)[0m begin transaction
|
17844
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
17845
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2014-10-19 17:09:12.717838"], ["updated_at", "2014-10-19 17:09:12.717838"]]
|
17846
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
17847
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
17848
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
17849
|
+
[1m[35m (0.0ms)[0m commit transaction
|
17850
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
17851
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
17852
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 17:09:12.720640"], ["updated_at", "2014-10-19 17:09:12.720640"]]
|
17853
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
17854
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
17855
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?) [["record_id", 1], ["record_type", "Record"], ["value", "9d7e1ebc-24be-4af5-b6dd-d2e0aa3e8390"]]
|
17856
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
17857
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
17858
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
17859
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
17860
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
17861
|
+
[1m[35m (0.0ms)[0m commit transaction
|
17862
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
17863
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
17864
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 17:09:12.724523"], ["updated_at", "2014-10-19 17:09:12.724523"]]
|
17865
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
17866
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
17867
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?) [["record_id", 1], ["record_type", "Record"], ["value", "2af38024-6c16-4617-b87d-3202454ead4c"]]
|
17868
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
17869
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
17870
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
17871
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
17872
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
17873
|
+
[1m[35m (0.0ms)[0m commit transaction
|
17874
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
17875
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
17876
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 17:09:12.728517"], ["updated_at", "2014-10-19 17:09:12.728517"]]
|
17877
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
17878
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
17879
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?) [["record_id", 1], ["record_type", "Record"], ["value", "b663f1c4-56c6-4ac2-9e41-9ff69edd657f"]]
|
17880
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
17881
|
+
[1m[35mUuids::Uuid Load (0.1ms)[0m SELECT "uuids_uuids".* FROM "uuids_uuids" WHERE "uuids_uuids"."id" = ? LIMIT 1 [["id", 1]]
|
17882
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
17883
|
+
[1m[35m (0.0ms)[0m begin transaction
|
17884
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
17885
|
+
[1m[35m (0.0ms)[0m begin transaction
|
17886
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
17887
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2014-10-19 17:09:12.732243"], ["updated_at", "2014-10-19 17:09:12.732243"]]
|
17888
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
17889
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
17890
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "Record"], ["value", "d7a7bec3-6648-48b2-8e8d-b6c48dbbebb8"]]
|
17891
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
17892
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
17893
|
+
[1m[35m (0.0ms)[0m begin transaction
|
17894
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
17895
|
+
[1m[35m (0.0ms)[0m begin transaction
|
17896
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
17897
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2014-10-19 17:09:12.735660"], ["updated_at", "2014-10-19 17:09:12.735660"]]
|
17898
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
17899
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
17900
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "Record"], ["value", "8d354118-6fe6-4fac-a560-a2ac6d57c142"]]
|
17901
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
17902
|
+
[1m[36mUuids::Uuid Load (0.0ms)[0m [1mSELECT "uuids_uuids".* FROM "uuids_uuids" WHERE "uuids_uuids"."id" = ? LIMIT 1[0m [["id", 1]]
|
17903
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
17904
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
17905
|
+
[1m[35m (0.0ms)[0m commit transaction
|
17906
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
17907
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
17908
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 17:09:12.739515"], ["updated_at", "2014-10-19 17:09:12.739515"]]
|
17909
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
17910
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
17911
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?) [["record_id", 1], ["record_type", "Record"], ["value", "080dfeae-c04d-498b-b92c-61854161cba3"]]
|
17912
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
17913
|
+
[1m[35mUuids::Uuid Load (0.0ms)[0m SELECT "uuids_uuids".* FROM "uuids_uuids" WHERE "uuids_uuids"."id" = ? LIMIT 1 [["id", 1]]
|
17914
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
17915
|
+
[1m[35mRecord Load (0.1ms)[0m SELECT "records".* FROM "records" WHERE "records"."id" = ? LIMIT 1 [["id", 1]]
|
17916
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
17917
|
+
[1m[35mUuids::Uuid Load (0.0ms)[0m SELECT "uuids_uuids".* FROM "uuids_uuids" WHERE "uuids_uuids"."id" = ? LIMIT 1 [["id", 1]]
|
17918
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
17919
|
+
[1m[36m (5.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
17920
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
17921
|
+
[1m[36m (3.2ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
17922
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
17923
|
+
Migrating to CreateUuidsUuids (20141019170907)
|
17924
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
17925
|
+
[1m[35m (0.8ms)[0m CREATE TABLE "uuids_uuids" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "value" varchar(36) NOT NULL, "record_id" integer NOT NULL, "record_type" varchar(255) NOT NULL)
|
17926
|
+
[1m[36m (0.3ms)[0m [1mCREATE INDEX "index_uuids_uuids_on_record_id_and_record_type" ON "uuids_uuids" ("record_id", "record_type")[0m
|
17927
|
+
[1m[35m (0.1ms)[0m SELECT sql
|
17928
|
+
FROM sqlite_master
|
17929
|
+
WHERE name='index_uuids_uuids_on_record_id_and_record_type' AND type='index'
|
17930
|
+
UNION ALL
|
17931
|
+
SELECT sql
|
17932
|
+
FROM sqlite_temp_master
|
17933
|
+
WHERE name='index_uuids_uuids_on_record_id_and_record_type' AND type='index'
|
17934
|
+
|
17935
|
+
[1m[36m (0.2ms)[0m [1mCREATE UNIQUE INDEX "index_uuids_uuids_on_value" ON "uuids_uuids" ("value")[0m
|
17936
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141019170907"]]
|
17937
|
+
[1m[36m (2.5ms)[0m [1mcommit transaction[0m
|
17938
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
17939
|
+
[1m[36m (0.1ms)[0m [1m SELECT sql
|
17940
|
+
FROM sqlite_master
|
17941
|
+
WHERE name='index_uuids_uuids_on_value' AND type='index'
|
17942
|
+
UNION ALL
|
17943
|
+
SELECT sql
|
17944
|
+
FROM sqlite_temp_master
|
17945
|
+
WHERE name='index_uuids_uuids_on_value' AND type='index'
|
17946
|
+
[0m
|
17947
|
+
[1m[35m (0.1ms)[0m SELECT sql
|
17948
|
+
FROM sqlite_master
|
17949
|
+
WHERE name='index_uuids_uuids_on_record_id_and_record_type' AND type='index'
|
17950
|
+
UNION ALL
|
17951
|
+
SELECT sql
|
17952
|
+
FROM sqlite_temp_master
|
17953
|
+
WHERE name='index_uuids_uuids_on_record_id_and_record_type' AND type='index'
|
17954
|
+
|
17955
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
17956
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
17957
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
17958
|
+
[1m[36m (0.1ms)[0m [1m SELECT sql
|
17959
|
+
FROM sqlite_master
|
17960
|
+
WHERE name='index_uuids_uuids_on_value' AND type='index'
|
17961
|
+
UNION ALL
|
17962
|
+
SELECT sql
|
17963
|
+
FROM sqlite_temp_master
|
17964
|
+
WHERE name='index_uuids_uuids_on_value' AND type='index'
|
17965
|
+
[0m
|
17966
|
+
[1m[35m (0.1ms)[0m SELECT sql
|
17967
|
+
FROM sqlite_master
|
17968
|
+
WHERE name='index_uuids_uuids_on_record_id_and_record_type' AND type='index'
|
17969
|
+
UNION ALL
|
17970
|
+
SELECT sql
|
17971
|
+
FROM sqlite_temp_master
|
17972
|
+
WHERE name='index_uuids_uuids_on_record_id_and_record_type' AND type='index'
|
17973
|
+
|
17974
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
17975
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
17976
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
17977
|
+
[1m[36m (0.1ms)[0m [1m SELECT sql
|
17978
|
+
FROM sqlite_master
|
17979
|
+
WHERE name='index_uuids_uuids_on_value' AND type='index'
|
17980
|
+
UNION ALL
|
17981
|
+
SELECT sql
|
17982
|
+
FROM sqlite_temp_master
|
17983
|
+
WHERE name='index_uuids_uuids_on_value' AND type='index'
|
17984
|
+
[0m
|
17985
|
+
[1m[35m (0.1ms)[0m SELECT sql
|
17986
|
+
FROM sqlite_master
|
17987
|
+
WHERE name='index_uuids_uuids_on_record_id_and_record_type' AND type='index'
|
17988
|
+
UNION ALL
|
17989
|
+
SELECT sql
|
17990
|
+
FROM sqlite_temp_master
|
17991
|
+
WHERE name='index_uuids_uuids_on_record_id_and_record_type' AND type='index'
|
17992
|
+
|
17993
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
17994
|
+
[1m[36m (6.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
17995
|
+
[1m[35m (0.3ms)[0m select sqlite_version(*)
|
17996
|
+
[1m[36m (3.6ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
17997
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
17998
|
+
Migrating to CreateUuidsUuids (20141016112506)
|
17999
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
18000
|
+
[1m[35m (0.8ms)[0m CREATE TABLE "uuids_uuids" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "value" varchar(36) NOT NULL, "record_id" integer NOT NULL, "record_type" varchar(255) NOT NULL)
|
18001
|
+
[1m[36m (0.2ms)[0m [1mCREATE INDEX "index_uuids_uuids_on_record_id_and_record_type" ON "uuids_uuids" ("record_id", "record_type")[0m
|
18002
|
+
[1m[35m (0.1ms)[0m SELECT sql
|
18003
|
+
FROM sqlite_master
|
18004
|
+
WHERE name='index_uuids_uuids_on_record_id_and_record_type' AND type='index'
|
18005
|
+
UNION ALL
|
18006
|
+
SELECT sql
|
18007
|
+
FROM sqlite_temp_master
|
18008
|
+
WHERE name='index_uuids_uuids_on_record_id_and_record_type' AND type='index'
|
18009
|
+
|
18010
|
+
[1m[36m (0.2ms)[0m [1mCREATE UNIQUE INDEX "index_uuids_uuids_on_value" ON "uuids_uuids" ("value")[0m
|
18011
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141016112506"]]
|
18012
|
+
[1m[36m (2.6ms)[0m [1mcommit transaction[0m
|
18013
|
+
Migrating to CreateRecords (20141016113016)
|
18014
|
+
[1m[35m (0.1ms)[0m begin transaction
|
18015
|
+
[1m[36m (0.5ms)[0m [1mCREATE TABLE "records" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) [0m
|
18016
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141016113016"]]
|
18017
|
+
[1m[36m (3.2ms)[0m [1mcommit transaction[0m
|
18018
|
+
Migrating to CreateCities (20141017081115)
|
18019
|
+
[1m[35m (0.1ms)[0m begin transaction
|
18020
|
+
[1m[36m (0.8ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) [0m
|
18021
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141017081115"]]
|
18022
|
+
[1m[36m (3.3ms)[0m [1mcommit transaction[0m
|
18023
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
18024
|
+
[1m[36m (0.2ms)[0m [1m SELECT sql
|
18025
|
+
FROM sqlite_master
|
18026
|
+
WHERE name='index_uuids_uuids_on_value' AND type='index'
|
18027
|
+
UNION ALL
|
18028
|
+
SELECT sql
|
18029
|
+
FROM sqlite_temp_master
|
18030
|
+
WHERE name='index_uuids_uuids_on_value' AND type='index'
|
18031
|
+
[0m
|
18032
|
+
[1m[35m (0.2ms)[0m SELECT sql
|
18033
|
+
FROM sqlite_master
|
18034
|
+
WHERE name='index_uuids_uuids_on_record_id_and_record_type' AND type='index'
|
18035
|
+
UNION ALL
|
18036
|
+
SELECT sql
|
18037
|
+
FROM sqlite_temp_master
|
18038
|
+
WHERE name='index_uuids_uuids_on_record_id_and_record_type' AND type='index'
|
18039
|
+
|
18040
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
18041
|
+
[1m[35m (5.1ms)[0m DELETE FROM "uuids_uuids";
|
18042
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
18043
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'uuids_uuids';
|
18044
|
+
[1m[36m (2.8ms)[0m [1mDELETE FROM "records";[0m
|
18045
|
+
[1m[35m (0.3ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
18046
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'records';[0m
|
18047
|
+
[1m[35m (2.6ms)[0m DELETE FROM "cities";
|
18048
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
18049
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'cities';
|
18050
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
18051
|
+
[1m[35m (0.0ms)[0m commit transaction
|
18052
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18053
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
18054
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
18055
|
+
[1m[35m (0.0ms)[0m commit transaction
|
18056
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18057
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
18058
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18059
|
+
[1m[35m (0.0ms)[0m commit transaction
|
18060
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18061
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18062
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "cities" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 17:23:49.436638"], ["updated_at", "2014-10-19 17:23:49.436638"]]
|
18063
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", 1]]
|
18064
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "City"], ["value", "e6b840f3-84f1-4f9b-8765-ba3bbc6d80bf"]]
|
18065
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18066
|
+
[1m[36mCity Load (0.2ms)[0m [1mSELECT DISTINCT "cities".* FROM "cities" INNER JOIN "uuids_uuids" ON "uuids_uuids"."record_id" = "cities"."id" AND "uuids_uuids"."record_type" = 'City' WHERE "uuids_uuids"."value" = 'e6b840f3-84f1-4f9b-8765-ba3bbc6d80bf' ORDER BY "cities"."id" ASC LIMIT 1[0m
|
18067
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
18068
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18069
|
+
[1m[35m (0.0ms)[0m commit transaction
|
18070
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18071
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18072
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "cities" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 17:23:49.468281"], ["updated_at", "2014-10-19 17:23:49.468281"]]
|
18073
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", 1]]
|
18074
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "City"], ["value", "1a0e7d70-b5c9-4caa-8c84-64e19526c512"]]
|
18075
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
18076
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
18077
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18078
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
18079
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18080
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18081
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "cities" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2014-10-19 17:23:49.474871"], ["updated_at", "2014-10-19 17:23:49.474871"]]
|
18082
|
+
[1m[36mCity Load (0.0ms)[0m [1mSELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1[0m [["id", 1]]
|
18083
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?) [["record_id", 1], ["record_type", "City"], ["value", "93b76147-1ec6-4416-9d1f-1d48ef40ce1e"]]
|
18084
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18085
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18086
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
18087
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "uuids_uuids" WHERE "uuids_uuids"."id" = 1
|
18088
|
+
[1m[36mCity Load (0.1ms)[0m [1mSELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1[0m [["id", 1]]
|
18089
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18090
|
+
[1m[36mUuids::Uuid Load (0.1ms)[0m [1mSELECT "uuids_uuids".* FROM "uuids_uuids" WHERE "uuids_uuids"."record_id" = ? AND "uuids_uuids"."record_type" = ?[0m [["record_id", 1], ["record_type", "City"]]
|
18091
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "cities" WHERE "cities"."id" = ? [["id", 1]]
|
18092
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18093
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
18094
|
+
[1m[36m (0.9ms)[0m [1mbegin transaction[0m
|
18095
|
+
[1m[35m (0.3ms)[0m commit transaction
|
18096
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
18097
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18098
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "cities" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 17:23:49.510455"], ["updated_at", "2014-10-19 17:23:49.510455"]]
|
18099
|
+
[1m[35mCity Load (0.0ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", 1]]
|
18100
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "City"], ["value", "b78ea01a-b35a-453d-b5f5-eeca3fb4d72e"]]
|
18101
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18102
|
+
[1m[36mUuids::Uuid Load (0.1ms)[0m [1mSELECT "uuids_uuids".* FROM "uuids_uuids" ORDER BY "uuids_uuids"."id" ASC LIMIT 1[0m
|
18103
|
+
[1m[35mCity Load (0.0ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", 1]]
|
18104
|
+
[1m[36mUuids::Uuid Load (0.1ms)[0m [1mSELECT "uuids_uuids".* FROM "uuids_uuids" ORDER BY "uuids_uuids"."id" ASC LIMIT 1[0m
|
18105
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
18106
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18107
|
+
[1m[35m (0.0ms)[0m commit transaction
|
18108
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18109
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18110
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "cities" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 17:23:49.516368"], ["updated_at", "2014-10-19 17:23:49.516368"]]
|
18111
|
+
[1m[35mCity Load (0.0ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", 1]]
|
18112
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "City"], ["value", "968c5f6e-55f4-4cc3-b6ae-2dfa761181df"]]
|
18113
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18114
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "uuids_uuids" WHERE "uuids_uuids"."id" = 1[0m
|
18115
|
+
[1m[35mCity Load (0.0ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", 1]]
|
18116
|
+
[1m[36mUuids::Uuid Load (0.0ms)[0m [1mSELECT "uuids_uuids".* FROM "uuids_uuids" WHERE "uuids_uuids"."record_id" = ? AND "uuids_uuids"."record_type" = ?[0m [["record_id", 1], ["record_type", "City"]]
|
18117
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
18118
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18119
|
+
[1m[35m (0.0ms)[0m commit transaction
|
18120
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18121
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18122
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "cities" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 17:23:49.525514"], ["updated_at", "2014-10-19 17:23:49.525514"]]
|
18123
|
+
[1m[35mCity Load (0.0ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", 1]]
|
18124
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "City"], ["value", "4745bf6c-02bf-4eef-a5e2-3d317cc852a7"]]
|
18125
|
+
[1m[35mCity Load (0.0ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", 1]]
|
18126
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "City"], ["value", "2c953725-4acf-4fe1-81f2-4a2fbc6aeaf1"]]
|
18127
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18128
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
18129
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18130
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
18131
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18132
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18133
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2014-10-19 17:23:49.531976"], ["updated_at", "2014-10-19 17:23:49.531976"]]
|
18134
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18135
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
18136
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18137
|
+
[1m[35m (0.0ms)[0m commit transaction
|
18138
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18139
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18140
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 17:23:49.537957"], ["updated_at", "2014-10-19 17:23:49.537957"]]
|
18141
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18142
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18143
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?) [["record_id", 1], ["record_type", "Record"], ["value", "afd61cf7-642c-4782-957f-3c8521d5fd75"]]
|
18144
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18145
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18146
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
18147
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
18148
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18149
|
+
[1m[35m (0.0ms)[0m commit transaction
|
18150
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18151
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18152
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 17:23:49.543001"], ["updated_at", "2014-10-19 17:23:49.543001"]]
|
18153
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18154
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18155
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?) [["record_id", 1], ["record_type", "Record"], ["value", "613ce8f1-1116-437f-8556-1c7548ef51a9"]]
|
18156
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18157
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18158
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
18159
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
18160
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18161
|
+
[1m[35m (0.0ms)[0m commit transaction
|
18162
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18163
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18164
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 17:23:49.547108"], ["updated_at", "2014-10-19 17:23:49.547108"]]
|
18165
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18166
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
18167
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18168
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
18169
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18170
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18171
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2014-10-19 17:23:49.549804"], ["updated_at", "2014-10-19 17:23:49.549804"]]
|
18172
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18173
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
18174
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18175
|
+
[1m[35m (0.0ms)[0m commit transaction
|
18176
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18177
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18178
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 17:23:49.552391"], ["updated_at", "2014-10-19 17:23:49.552391"]]
|
18179
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18180
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18181
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?) [["record_id", 1], ["record_type", "Record"], ["value", "09752229-5fc7-4e6c-bf70-f0fab974b70c"]]
|
18182
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18183
|
+
[1m[35mUuids::Uuid Load (0.1ms)[0m SELECT "uuids_uuids".* FROM "uuids_uuids" WHERE "uuids_uuids"."id" = ? LIMIT 1 [["id", 1]]
|
18184
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
18185
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18186
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
18187
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18188
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18189
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2014-10-19 17:23:49.555950"], ["updated_at", "2014-10-19 17:23:49.555950"]]
|
18190
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18191
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18192
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "Record"], ["value", "5faf6c11-c384-4804-a271-a202ee3ef6db"]]
|
18193
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18194
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
18195
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18196
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
18197
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18198
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
18199
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2014-10-19 17:23:49.559462"], ["updated_at", "2014-10-19 17:23:49.559462"]]
|
18200
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18201
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18202
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "Record"], ["value", "c274ecdd-66b3-46bd-94b6-d14e31108851"]]
|
18203
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18204
|
+
[1m[36mUuids::Uuid Load (0.0ms)[0m [1mSELECT "uuids_uuids".* FROM "uuids_uuids" WHERE "uuids_uuids"."id" = ? LIMIT 1[0m [["id", 1]]
|
18205
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
18206
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18207
|
+
[1m[35m (0.0ms)[0m commit transaction
|
18208
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18209
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18210
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 17:23:49.563033"], ["updated_at", "2014-10-19 17:23:49.563033"]]
|
18211
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18212
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18213
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?) [["record_id", 1], ["record_type", "Record"], ["value", "fa38ec17-8bb3-4b98-b120-3f57691b9e76"]]
|
18214
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18215
|
+
[1m[35mUuids::Uuid Load (0.0ms)[0m SELECT "uuids_uuids".* FROM "uuids_uuids" WHERE "uuids_uuids"."id" = ? LIMIT 1 [["id", 1]]
|
18216
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18217
|
+
[1m[35mRecord Load (0.1ms)[0m SELECT "records".* FROM "records" WHERE "records"."id" = ? LIMIT 1 [["id", 1]]
|
18218
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18219
|
+
[1m[35mUuids::Uuid Load (0.0ms)[0m SELECT "uuids_uuids".* FROM "uuids_uuids" WHERE "uuids_uuids"."id" = ? LIMIT 1 [["id", 1]]
|
18220
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
18221
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
18222
|
+
[1m[35m (6.0ms)[0m DELETE FROM "uuids_uuids";
|
18223
|
+
[1m[36m (0.7ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
18224
|
+
[1m[35m (0.3ms)[0m DELETE FROM sqlite_sequence where name = 'uuids_uuids';
|
18225
|
+
[1m[36m (2.9ms)[0m [1mDELETE FROM "records";[0m
|
18226
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
18227
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'records';[0m
|
18228
|
+
[1m[35m (2.5ms)[0m DELETE FROM "cities";
|
18229
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
18230
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'cities';
|
18231
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
18232
|
+
[1m[35m (0.0ms)[0m commit transaction
|
18233
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18234
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
18235
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18236
|
+
[1m[35m (0.0ms)[0m commit transaction
|
18237
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18238
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
18239
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18240
|
+
[1m[35m (0.0ms)[0m commit transaction
|
18241
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18242
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18243
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "cities" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 18:20:42.407680"], ["updated_at", "2014-10-19 18:20:42.407680"]]
|
18244
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", 1]]
|
18245
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "City"], ["value", "619da0a9-23f1-4569-be70-ef0af64cfa9a"]]
|
18246
|
+
[1m[35mCity Load (0.0ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", 1]]
|
18247
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "City"], ["value", "ca32bb3a-d8ef-4062-93f4-05927f4dc236"]]
|
18248
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18249
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
18250
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18251
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
18252
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18253
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18254
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "cities" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2014-10-19 18:20:42.420802"], ["updated_at", "2014-10-19 18:20:42.420802"]]
|
18255
|
+
[1m[36mCity Load (0.0ms)[0m [1mSELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1[0m [["id", 1]]
|
18256
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?) [["record_id", 1], ["record_type", "City"], ["value", "8aac0bc0-97ad-4a5f-a80c-500180b43ca9"]]
|
18257
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18258
|
+
[1m[35mCity Load (0.2ms)[0m SELECT DISTINCT "cities".* FROM "cities" INNER JOIN "uuids_uuids" ON "uuids_uuids"."record_id" = "cities"."id" AND "uuids_uuids"."record_type" = 'City' WHERE "uuids_uuids"."value" = '8aac0bc0-97ad-4a5f-a80c-500180b43ca9' ORDER BY "cities"."id" ASC LIMIT 1
|
18259
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
18260
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18261
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
18262
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18263
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18264
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "cities" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2014-10-19 18:20:42.433848"], ["updated_at", "2014-10-19 18:20:42.433848"]]
|
18265
|
+
[1m[36mCity Load (0.0ms)[0m [1mSELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1[0m [["id", 1]]
|
18266
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?) [["record_id", 1], ["record_type", "City"], ["value", "884e16d1-935c-4dd2-81e7-81be5391a2f5"]]
|
18267
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18268
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "uuids_uuids" WHERE "uuids_uuids"."id" = 1
|
18269
|
+
[1m[36mCity Load (0.0ms)[0m [1mSELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1[0m [["id", 1]]
|
18270
|
+
[1m[35mUuids::Uuid Load (0.1ms)[0m SELECT "uuids_uuids".* FROM "uuids_uuids" WHERE "uuids_uuids"."record_id" = ? AND "uuids_uuids"."record_type" = ? [["record_id", 1], ["record_type", "City"]]
|
18271
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
18272
|
+
[1m[35m (0.8ms)[0m begin transaction
|
18273
|
+
[1m[36m (0.3ms)[0m [1mcommit transaction[0m
|
18274
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18275
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18276
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "cities" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2014-10-19 18:20:42.467518"], ["updated_at", "2014-10-19 18:20:42.467518"]]
|
18277
|
+
[1m[36mCity Load (0.1ms)[0m [1mSELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1[0m [["id", 1]]
|
18278
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?) [["record_id", 1], ["record_type", "City"], ["value", "d5ec7404-0209-4479-a309-50e29ff8de86"]]
|
18279
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18280
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18281
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
18282
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "uuids_uuids" WHERE "uuids_uuids"."id" = 1
|
18283
|
+
[1m[36mCity Load (0.0ms)[0m [1mSELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1[0m [["id", 1]]
|
18284
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18285
|
+
[1m[36mUuids::Uuid Load (0.0ms)[0m [1mSELECT "uuids_uuids".* FROM "uuids_uuids" WHERE "uuids_uuids"."record_id" = ? AND "uuids_uuids"."record_type" = ?[0m [["record_id", 1], ["record_type", "City"]]
|
18286
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "cities" WHERE "cities"."id" = ? [["id", 1]]
|
18287
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18288
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
18289
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18290
|
+
[1m[35m (0.0ms)[0m commit transaction
|
18291
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18292
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18293
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "cities" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 18:20:42.476895"], ["updated_at", "2014-10-19 18:20:42.476895"]]
|
18294
|
+
[1m[35mCity Load (0.0ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", 1]]
|
18295
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "City"], ["value", "91acc251-16da-498a-bfcc-1c4d55f5fa81"]]
|
18296
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18297
|
+
[1m[36mUuids::Uuid Load (0.1ms)[0m [1mSELECT "uuids_uuids".* FROM "uuids_uuids" ORDER BY "uuids_uuids"."id" ASC LIMIT 1[0m
|
18298
|
+
[1m[35mCity Load (0.0ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", 1]]
|
18299
|
+
[1m[36mUuids::Uuid Load (0.1ms)[0m [1mSELECT "uuids_uuids".* FROM "uuids_uuids" ORDER BY "uuids_uuids"."id" ASC LIMIT 1[0m
|
18300
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
18301
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18302
|
+
[1m[35m (0.0ms)[0m commit transaction
|
18303
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18304
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18305
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "cities" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 18:20:42.482117"], ["updated_at", "2014-10-19 18:20:42.482117"]]
|
18306
|
+
[1m[35mCity Load (0.0ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", 1]]
|
18307
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "City"], ["value", "9db37b22-3b04-45e2-abcd-5b2676de757d"]]
|
18308
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18309
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
18310
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18311
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
18312
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18313
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18314
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2014-10-19 18:20:42.489302"], ["updated_at", "2014-10-19 18:20:42.489302"]]
|
18315
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18316
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18317
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "Record"], ["value", "50b5da17-edd0-46fe-b97c-52184ac120a2"]]
|
18318
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18319
|
+
[1m[36mUuids::Uuid Load (0.1ms)[0m [1mSELECT "uuids_uuids".* FROM "uuids_uuids" WHERE "uuids_uuids"."id" = ? LIMIT 1[0m [["id", 1]]
|
18320
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
18321
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18322
|
+
[1m[35m (0.0ms)[0m commit transaction
|
18323
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18324
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18325
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 18:20:42.496347"], ["updated_at", "2014-10-19 18:20:42.496347"]]
|
18326
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18327
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18328
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?) [["record_id", 1], ["record_type", "Record"], ["value", "e4fa033c-dc5e-4ff8-b9a8-4dfcbd6a315d"]]
|
18329
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18330
|
+
[1m[35mUuids::Uuid Load (0.0ms)[0m SELECT "uuids_uuids".* FROM "uuids_uuids" WHERE "uuids_uuids"."id" = ? LIMIT 1 [["id", 1]]
|
18331
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18332
|
+
[1m[35mRecord Load (0.1ms)[0m SELECT "records".* FROM "records" WHERE "records"."id" = ? LIMIT 1 [["id", 1]]
|
18333
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18334
|
+
[1m[35mUuids::Uuid Load (0.0ms)[0m SELECT "uuids_uuids".* FROM "uuids_uuids" WHERE "uuids_uuids"."id" = ? LIMIT 1 [["id", 1]]
|
18335
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
18336
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18337
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
18338
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18339
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18340
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2014-10-19 18:20:42.501827"], ["updated_at", "2014-10-19 18:20:42.501827"]]
|
18341
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18342
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18343
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "Record"], ["value", "e275e688-ef18-47cf-84d4-a752e1112f55"]]
|
18344
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18345
|
+
[1m[36mUuids::Uuid Load (0.0ms)[0m [1mSELECT "uuids_uuids".* FROM "uuids_uuids" WHERE "uuids_uuids"."id" = ? LIMIT 1[0m [["id", 1]]
|
18346
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
18347
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18348
|
+
[1m[35m (0.0ms)[0m commit transaction
|
18349
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18350
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18351
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 18:20:42.505532"], ["updated_at", "2014-10-19 18:20:42.505532"]]
|
18352
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18353
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18354
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?) [["record_id", 1], ["record_type", "Record"], ["value", "f76ea607-3cb5-47d4-87f7-b411293e8f7c"]]
|
18355
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18356
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
18357
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18358
|
+
[1m[35m (0.0ms)[0m commit transaction
|
18359
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18360
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18361
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 18:20:42.509164"], ["updated_at", "2014-10-19 18:20:42.509164"]]
|
18362
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18363
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18364
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?) [["record_id", 1], ["record_type", "Record"], ["value", "b8df3d6f-ed96-469a-b3f9-ab530c46923b"]]
|
18365
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18366
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18367
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
18368
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
18369
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18370
|
+
[1m[35m (0.0ms)[0m commit transaction
|
18371
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18372
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18373
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 18:20:42.513613"], ["updated_at", "2014-10-19 18:20:42.513613"]]
|
18374
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18375
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18376
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?) [["record_id", 1], ["record_type", "Record"], ["value", "1493a96e-71c9-40a7-b752-83e49e871a99"]]
|
18377
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18378
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18379
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
18380
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
18381
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18382
|
+
[1m[35m (0.0ms)[0m commit transaction
|
18383
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18384
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18385
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 18:20:42.517310"], ["updated_at", "2014-10-19 18:20:42.517310"]]
|
18386
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18387
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
18388
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18389
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
18390
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18391
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18392
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2014-10-19 18:20:42.519603"], ["updated_at", "2014-10-19 18:20:42.519603"]]
|
18393
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18394
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
18395
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18396
|
+
[1m[35m (0.0ms)[0m commit transaction
|
18397
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18398
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18399
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 18:20:42.522197"], ["updated_at", "2014-10-19 18:20:42.522197"]]
|
18400
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18401
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
18402
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
18403
|
+
[1m[35m (4.4ms)[0m DELETE FROM "uuids_uuids";
|
18404
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
18405
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'uuids_uuids';
|
18406
|
+
[1m[36m (2.6ms)[0m [1mDELETE FROM "records";[0m
|
18407
|
+
[1m[35m (0.4ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
18408
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'records';[0m
|
18409
|
+
[1m[35m (2.8ms)[0m DELETE FROM "cities";
|
18410
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
18411
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'cities';
|
18412
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
18413
|
+
[1m[35m (0.0ms)[0m commit transaction
|
18414
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18415
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18416
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 18:24:33.722849"], ["updated_at", "2014-10-19 18:24:33.722849"]]
|
18417
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18418
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18419
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?) [["record_id", 1], ["record_type", "Record"], ["value", "9e02c6fe-af6c-4a62-a63e-64b566be2d39"]]
|
18420
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18421
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
18422
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18423
|
+
[1m[35m (0.0ms)[0m commit transaction
|
18424
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18425
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18426
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 18:24:33.735602"], ["updated_at", "2014-10-19 18:24:33.735602"]]
|
18427
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
18428
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
18429
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?) [["record_id", 1], ["record_type", "Record"], ["value", "45b9dc15-8d61-46c2-bc32-dd267a43012a"]]
|
18430
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18431
|
+
[1m[35mUuids::Uuid Load (0.1ms)[0m SELECT "uuids_uuids".* FROM "uuids_uuids" WHERE "uuids_uuids"."id" = ? LIMIT 1 [["id", 1]]
|
18432
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
18433
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18434
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
18435
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18436
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18437
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2014-10-19 18:24:33.741833"], ["updated_at", "2014-10-19 18:24:33.741833"]]
|
18438
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18439
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
18440
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18441
|
+
[1m[35m (0.0ms)[0m commit transaction
|
18442
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18443
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18444
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 18:24:33.748326"], ["updated_at", "2014-10-19 18:24:33.748326"]]
|
18445
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18446
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
18447
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18448
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
18449
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18450
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18451
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2014-10-19 18:24:33.752556"], ["updated_at", "2014-10-19 18:24:33.752556"]]
|
18452
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18453
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18454
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "Record"], ["value", "bd79ded2-4ccb-425c-82e4-ec7564049d2b"]]
|
18455
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18456
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18457
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
18458
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
18459
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18460
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
18461
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18462
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18463
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2014-10-19 18:24:33.757788"], ["updated_at", "2014-10-19 18:24:33.757788"]]
|
18464
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18465
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18466
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "Record"], ["value", "9ae70242-c825-4137-a96c-8cfb9ed5c474"]]
|
18467
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
18468
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
18469
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
18470
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
18471
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18472
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
18473
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18474
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18475
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2014-10-19 18:24:33.763492"], ["updated_at", "2014-10-19 18:24:33.763492"]]
|
18476
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18477
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18478
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "Record"], ["value", "bf8e7cef-eeb3-4926-8b0f-b79f9f1b4131"]]
|
18479
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18480
|
+
[1m[36mUuids::Uuid Load (0.0ms)[0m [1mSELECT "uuids_uuids".* FROM "uuids_uuids" WHERE "uuids_uuids"."id" = ? LIMIT 1[0m [["id", 1]]
|
18481
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18482
|
+
[1m[36mRecord Load (0.1ms)[0m [1mSELECT "records".* FROM "records" WHERE "records"."id" = ? LIMIT 1[0m [["id", 1]]
|
18483
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18484
|
+
[1m[36mUuids::Uuid Load (0.0ms)[0m [1mSELECT "uuids_uuids".* FROM "uuids_uuids" WHERE "uuids_uuids"."id" = ? LIMIT 1[0m [["id", 1]]
|
18485
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
18486
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18487
|
+
[1m[35m (0.0ms)[0m commit transaction
|
18488
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18489
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18490
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 18:24:33.771604"], ["updated_at", "2014-10-19 18:24:33.771604"]]
|
18491
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18492
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18493
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?) [["record_id", 1], ["record_type", "Record"], ["value", "1e2543eb-9843-451e-98af-f7d650597ac3"]]
|
18494
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18495
|
+
[1m[35mUuids::Uuid Load (0.0ms)[0m SELECT "uuids_uuids".* FROM "uuids_uuids" WHERE "uuids_uuids"."id" = ? LIMIT 1 [["id", 1]]
|
18496
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
18497
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18498
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
18499
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18500
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18501
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2014-10-19 18:24:33.775124"], ["updated_at", "2014-10-19 18:24:33.775124"]]
|
18502
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18503
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
18504
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18505
|
+
[1m[35m (0.0ms)[0m commit transaction
|
18506
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18507
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18508
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "cities" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 18:24:33.784644"], ["updated_at", "2014-10-19 18:24:33.784644"]]
|
18509
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", 1]]
|
18510
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "City"], ["value", "86479476-4b21-4494-8173-80b1e4c1b90a"]]
|
18511
|
+
[1m[35mCity Load (0.0ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", 1]]
|
18512
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "City"], ["value", "0f7d5b92-7bdf-4ac8-8fc6-8a24b961f359"]]
|
18513
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18514
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
18515
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18516
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
18517
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18518
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18519
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "cities" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2014-10-19 18:24:33.791791"], ["updated_at", "2014-10-19 18:24:33.791791"]]
|
18520
|
+
[1m[36mCity Load (0.0ms)[0m [1mSELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1[0m [["id", 1]]
|
18521
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?) [["record_id", 1], ["record_type", "City"], ["value", "d7388954-8ddb-4b85-b245-375108a5bd8c"]]
|
18522
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18523
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18524
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
18525
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "uuids_uuids" WHERE "uuids_uuids"."id" = 1
|
18526
|
+
[1m[36mCity Load (0.0ms)[0m [1mSELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1[0m [["id", 1]]
|
18527
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18528
|
+
[1m[36mUuids::Uuid Load (0.1ms)[0m [1mSELECT "uuids_uuids".* FROM "uuids_uuids" WHERE "uuids_uuids"."record_id" = ? AND "uuids_uuids"."record_type" = ?[0m [["record_id", 1], ["record_type", "City"]]
|
18529
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "cities" WHERE "cities"."id" = ? [["id", 1]]
|
18530
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18531
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
18532
|
+
[1m[36m (0.7ms)[0m [1mbegin transaction[0m
|
18533
|
+
[1m[35m (0.4ms)[0m commit transaction
|
18534
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18535
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18536
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "cities" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 18:24:33.825486"], ["updated_at", "2014-10-19 18:24:33.825486"]]
|
18537
|
+
[1m[35mCity Load (0.0ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", 1]]
|
18538
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "City"], ["value", "8828152f-a3d1-4af0-9b36-8430ad5b2218"]]
|
18539
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
18540
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "uuids_uuids" WHERE "uuids_uuids"."id" = 1[0m
|
18541
|
+
[1m[35mCity Load (0.0ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", 1]]
|
18542
|
+
[1m[36mUuids::Uuid Load (0.0ms)[0m [1mSELECT "uuids_uuids".* FROM "uuids_uuids" WHERE "uuids_uuids"."record_id" = ? AND "uuids_uuids"."record_type" = ?[0m [["record_id", 1], ["record_type", "City"]]
|
18543
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
18544
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18545
|
+
[1m[35m (0.0ms)[0m commit transaction
|
18546
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18547
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18548
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "cities" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 18:24:33.834587"], ["updated_at", "2014-10-19 18:24:33.834587"]]
|
18549
|
+
[1m[35mCity Load (0.0ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", 1]]
|
18550
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "City"], ["value", "c1f43a9b-dd5b-4cff-9638-15223044077f"]]
|
18551
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18552
|
+
[1m[36mUuids::Uuid Load (0.1ms)[0m [1mSELECT "uuids_uuids".* FROM "uuids_uuids" ORDER BY "uuids_uuids"."id" ASC LIMIT 1[0m
|
18553
|
+
[1m[35mCity Load (0.0ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", 1]]
|
18554
|
+
[1m[36mUuids::Uuid Load (0.1ms)[0m [1mSELECT "uuids_uuids".* FROM "uuids_uuids" ORDER BY "uuids_uuids"."id" ASC LIMIT 1[0m
|
18555
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
18556
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18557
|
+
[1m[35m (0.0ms)[0m commit transaction
|
18558
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18559
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18560
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "cities" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 18:24:33.840406"], ["updated_at", "2014-10-19 18:24:33.840406"]]
|
18561
|
+
[1m[35mCity Load (0.0ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", 1]]
|
18562
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "City"], ["value", "21073d2d-129a-4c0b-8f47-068e3224a1a7"]]
|
18563
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18564
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
18565
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18566
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
18567
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18568
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18569
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "cities" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2014-10-19 18:24:33.845643"], ["updated_at", "2014-10-19 18:24:33.845643"]]
|
18570
|
+
[1m[36mCity Load (0.0ms)[0m [1mSELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1[0m [["id", 1]]
|
18571
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?) [["record_id", 1], ["record_type", "City"], ["value", "e311e6b5-f11f-4243-a55a-a1726367f868"]]
|
18572
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18573
|
+
[1m[35mCity Load (0.2ms)[0m SELECT DISTINCT "cities".* FROM "cities" INNER JOIN "uuids_uuids" ON "uuids_uuids"."record_id" = "cities"."id" AND "uuids_uuids"."record_type" = 'City' WHERE "uuids_uuids"."value" = 'e311e6b5-f11f-4243-a55a-a1726367f868' ORDER BY "cities"."id" ASC LIMIT 1
|
18574
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
18575
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18576
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
18577
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18578
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
18579
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18580
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
18581
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18582
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
18583
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
18584
|
+
[1m[35m (4.6ms)[0m DELETE FROM "uuids_uuids";
|
18585
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
18586
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'uuids_uuids';
|
18587
|
+
[1m[36m (2.9ms)[0m [1mDELETE FROM "records";[0m
|
18588
|
+
[1m[35m (0.4ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
18589
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'records';[0m
|
18590
|
+
[1m[35m (2.7ms)[0m DELETE FROM "cities";
|
18591
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
18592
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'cities';
|
18593
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
18594
|
+
[1m[35m (0.0ms)[0m commit transaction
|
18595
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18596
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
18597
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18598
|
+
[1m[35m (0.1ms)[0m commit transaction
|
18599
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18600
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
18601
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18602
|
+
[1m[35m (0.0ms)[0m commit transaction
|
18603
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18604
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18605
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "cities" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 19:21:14.943387"], ["updated_at", "2014-10-19 19:21:14.943387"]]
|
18606
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", 1]]
|
18607
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "City"], ["value", "c1382657-c699-43d7-8482-73264c4ea459"]]
|
18608
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18609
|
+
[1m[36mUuids::Uuid Load (0.1ms)[0m [1mSELECT "uuids_uuids".* FROM "uuids_uuids" ORDER BY "uuids_uuids"."id" ASC LIMIT 1[0m
|
18610
|
+
[1m[35mCity Load (0.0ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", 1]]
|
18611
|
+
[1m[36mUuids::Uuid Load (0.1ms)[0m [1mSELECT "uuids_uuids".* FROM "uuids_uuids" ORDER BY "uuids_uuids"."id" ASC LIMIT 1[0m
|
18612
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
18613
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18614
|
+
[1m[35m (0.0ms)[0m commit transaction
|
18615
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18616
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18617
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "cities" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 19:21:14.956748"], ["updated_at", "2014-10-19 19:21:14.956748"]]
|
18618
|
+
[1m[35mCity Load (0.0ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", 1]]
|
18619
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "City"], ["value", "51826472-a9ce-4e7d-bf0f-f88014297834"]]
|
18620
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18621
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "uuids_uuids" WHERE "uuids_uuids"."id" = 1[0m
|
18622
|
+
[1m[35mCity Load (0.0ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", 1]]
|
18623
|
+
[1m[36mUuids::Uuid Load (0.1ms)[0m [1mSELECT "uuids_uuids".* FROM "uuids_uuids" WHERE "uuids_uuids"."record_id" = ? AND "uuids_uuids"."record_type" = ?[0m [["record_id", 1], ["record_type", "City"]]
|
18624
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
18625
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18626
|
+
[1m[35m (0.0ms)[0m commit transaction
|
18627
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18628
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18629
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "cities" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 19:21:14.970672"], ["updated_at", "2014-10-19 19:21:14.970672"]]
|
18630
|
+
[1m[35mCity Load (0.0ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", 1]]
|
18631
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "City"], ["value", "92405588-ca45-42f8-9372-99000995a3da"]]
|
18632
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18633
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18634
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
18635
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "uuids_uuids" WHERE "uuids_uuids"."id" = 1[0m
|
18636
|
+
[1m[35mCity Load (0.0ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", 1]]
|
18637
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18638
|
+
[1m[35mUuids::Uuid Load (0.0ms)[0m SELECT "uuids_uuids".* FROM "uuids_uuids" WHERE "uuids_uuids"."record_id" = ? AND "uuids_uuids"."record_type" = ? [["record_id", 1], ["record_type", "City"]]
|
18639
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "cities" WHERE "cities"."id" = ?[0m [["id", 1]]
|
18640
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
18641
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
18642
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18643
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
18644
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18645
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18646
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "cities" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2014-10-19 19:21:14.978586"], ["updated_at", "2014-10-19 19:21:14.978586"]]
|
18647
|
+
[1m[36mCity Load (0.0ms)[0m [1mSELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1[0m [["id", 1]]
|
18648
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?) [["record_id", 1], ["record_type", "City"], ["value", "263dc72c-3366-4589-a999-c9d9e5ec8ccd"]]
|
18649
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18650
|
+
[1m[35mCity Load (0.2ms)[0m SELECT DISTINCT "cities".* FROM "cities" INNER JOIN "uuids_uuids" ON "uuids_uuids"."record_id" = "cities"."id" AND "uuids_uuids"."record_type" = 'City' WHERE "uuids_uuids"."value" = '263dc72c-3366-4589-a999-c9d9e5ec8ccd' ORDER BY "cities"."id" ASC LIMIT 1
|
18651
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
18652
|
+
[1m[35m (0.9ms)[0m begin transaction
|
18653
|
+
[1m[36m (0.5ms)[0m [1mcommit transaction[0m
|
18654
|
+
[1m[35m (0.1ms)[0m begin transaction
|
18655
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18656
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "cities" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2014-10-19 19:21:15.014103"], ["updated_at", "2014-10-19 19:21:15.014103"]]
|
18657
|
+
[1m[36mCity Load (0.0ms)[0m [1mSELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1[0m [["id", 1]]
|
18658
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?) [["record_id", 1], ["record_type", "City"], ["value", "2f7ffb7c-9a5f-4c02-9a85-509180035132"]]
|
18659
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18660
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
18661
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18662
|
+
[1m[35m (0.0ms)[0m commit transaction
|
18663
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18664
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18665
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "cities" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 19:21:15.021086"], ["updated_at", "2014-10-19 19:21:15.021086"]]
|
18666
|
+
[1m[35mCity Load (0.0ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", 1]]
|
18667
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "City"], ["value", "0e6a4d61-fd6c-4272-b93a-96ebb8e9f4ea"]]
|
18668
|
+
[1m[35mCity Load (0.0ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", 1]]
|
18669
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "City"], ["value", "9e318d1c-a03e-4a5f-a0a2-59fef5de18af"]]
|
18670
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18671
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
18672
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18673
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
18674
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18675
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18676
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2014-10-19 19:21:15.027937"], ["updated_at", "2014-10-19 19:21:15.027937"]]
|
18677
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18678
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18679
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "Record"], ["value", "72a836ec-e500-4639-bf50-7dd5f556937f"]]
|
18680
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18681
|
+
[1m[36mUuids::Uuid Load (0.1ms)[0m [1mSELECT "uuids_uuids".* FROM "uuids_uuids" WHERE "uuids_uuids"."id" = ? LIMIT 1[0m [["id", 1]]
|
18682
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
18683
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
18684
|
+
[1m[35m (0.0ms)[0m commit transaction
|
18685
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18686
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18687
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 19:21:15.033432"], ["updated_at", "2014-10-19 19:21:15.033432"]]
|
18688
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18689
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18690
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?) [["record_id", 1], ["record_type", "Record"], ["value", "c94b119c-cb4c-45fb-9b8f-4b515e2989c1"]]
|
18691
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18692
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
18693
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18694
|
+
[1m[35m (0.0ms)[0m commit transaction
|
18695
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18696
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18697
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 19:21:15.037313"], ["updated_at", "2014-10-19 19:21:15.037313"]]
|
18698
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18699
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18700
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?) [["record_id", 1], ["record_type", "Record"], ["value", "54929c3b-7944-4141-a048-f58c7089b439"]]
|
18701
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18702
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18703
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
18704
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
18705
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18706
|
+
[1m[35m (0.0ms)[0m commit transaction
|
18707
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18708
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18709
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 19:21:15.043843"], ["updated_at", "2014-10-19 19:21:15.043843"]]
|
18710
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
18711
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18712
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?) [["record_id", 1], ["record_type", "Record"], ["value", "f8f60a51-3159-401c-bc27-a8868c3206cb"]]
|
18713
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18714
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18715
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
18716
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
18717
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18718
|
+
[1m[35m (0.0ms)[0m commit transaction
|
18719
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18720
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18721
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 19:21:15.048113"], ["updated_at", "2014-10-19 19:21:15.048113"]]
|
18722
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18723
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
18724
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18725
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
18726
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18727
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
18728
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2014-10-19 19:21:15.050660"], ["updated_at", "2014-10-19 19:21:15.050660"]]
|
18729
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18730
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
18731
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18732
|
+
[1m[35m (0.0ms)[0m commit transaction
|
18733
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18734
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18735
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 19:21:15.053726"], ["updated_at", "2014-10-19 19:21:15.053726"]]
|
18736
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18737
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
18738
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18739
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
18740
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18741
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18742
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2014-10-19 19:21:15.056655"], ["updated_at", "2014-10-19 19:21:15.056655"]]
|
18743
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18744
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18745
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "Record"], ["value", "597eb007-07ba-4179-a0c0-2935e015573f"]]
|
18746
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18747
|
+
[1m[36mUuids::Uuid Load (0.0ms)[0m [1mSELECT "uuids_uuids".* FROM "uuids_uuids" WHERE "uuids_uuids"."id" = ? LIMIT 1[0m [["id", 1]]
|
18748
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
18749
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18750
|
+
[1m[35m (0.0ms)[0m commit transaction
|
18751
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18752
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18753
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 19:21:15.060408"], ["updated_at", "2014-10-19 19:21:15.060408"]]
|
18754
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18755
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18756
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?) [["record_id", 1], ["record_type", "Record"], ["value", "05e738b9-9bcb-4e7e-a4fc-293871776806"]]
|
18757
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18758
|
+
[1m[35mUuids::Uuid Load (0.0ms)[0m SELECT "uuids_uuids".* FROM "uuids_uuids" WHERE "uuids_uuids"."id" = ? LIMIT 1 [["id", 1]]
|
18759
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18760
|
+
[1m[35mRecord Load (0.1ms)[0m SELECT "records".* FROM "records" WHERE "records"."id" = ? LIMIT 1 [["id", 1]]
|
18761
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18762
|
+
[1m[35mUuids::Uuid Load (0.0ms)[0m SELECT "uuids_uuids".* FROM "uuids_uuids" WHERE "uuids_uuids"."id" = ? LIMIT 1 [["id", 1]]
|
18763
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
18764
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
18765
|
+
[1m[35m (5.2ms)[0m DELETE FROM "uuids_uuids";
|
18766
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
18767
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'uuids_uuids';
|
18768
|
+
[1m[36m (2.7ms)[0m [1mDELETE FROM "records";[0m
|
18769
|
+
[1m[35m (0.3ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
18770
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'records';[0m
|
18771
|
+
[1m[35m (2.7ms)[0m DELETE FROM "cities";
|
18772
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
18773
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'cities';
|
18774
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
18775
|
+
[1m[35m (0.0ms)[0m commit transaction
|
18776
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18777
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
18778
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 19:21:43.538970"], ["updated_at", "2014-10-19 19:21:43.538970"]]
|
18779
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18780
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
18781
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18782
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
18783
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18784
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18785
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2014-10-19 19:21:43.553626"], ["updated_at", "2014-10-19 19:21:43.553626"]]
|
18786
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18787
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18788
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "Record"], ["value", "8ad3b773-6baa-4c0d-9876-90981bbba991"]]
|
18789
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18790
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18791
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
18792
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
18793
|
+
[1m[35m (0.1ms)[0m begin transaction
|
18794
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
18795
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18796
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18797
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2014-10-19 19:21:43.563311"], ["updated_at", "2014-10-19 19:21:43.563311"]]
|
18798
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18799
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18800
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "Record"], ["value", "f48291e1-e267-436d-8598-b3969923d5f9"]]
|
18801
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18802
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18803
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
18804
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
18805
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18806
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
18807
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18808
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18809
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2014-10-19 19:21:43.567971"], ["updated_at", "2014-10-19 19:21:43.567971"]]
|
18810
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18811
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
18812
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18813
|
+
[1m[35m (0.0ms)[0m commit transaction
|
18814
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18815
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18816
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 19:21:43.570938"], ["updated_at", "2014-10-19 19:21:43.570938"]]
|
18817
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18818
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
18819
|
+
[1m[35m (0.1ms)[0m begin transaction
|
18820
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
18821
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18822
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
18823
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2014-10-19 19:21:43.574144"], ["updated_at", "2014-10-19 19:21:43.574144"]]
|
18824
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18825
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18826
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "Record"], ["value", "433b0fbf-6fbf-4dc1-8ec2-b814c6dd6d5e"]]
|
18827
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
18828
|
+
[1m[36mUuids::Uuid Load (0.1ms)[0m [1mSELECT "uuids_uuids".* FROM "uuids_uuids" WHERE "uuids_uuids"."id" = ? LIMIT 1[0m [["id", 1]]
|
18829
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18830
|
+
[1m[36mRecord Load (0.1ms)[0m [1mSELECT "records".* FROM "records" WHERE "records"."id" = ? LIMIT 1[0m [["id", 1]]
|
18831
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18832
|
+
[1m[36mUuids::Uuid Load (0.0ms)[0m [1mSELECT "uuids_uuids".* FROM "uuids_uuids" WHERE "uuids_uuids"."id" = ? LIMIT 1[0m [["id", 1]]
|
18833
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
18834
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18835
|
+
[1m[35m (0.0ms)[0m commit transaction
|
18836
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18837
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18838
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 19:21:43.584362"], ["updated_at", "2014-10-19 19:21:43.584362"]]
|
18839
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18840
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18841
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?) [["record_id", 1], ["record_type", "Record"], ["value", "7538c3c9-5972-486d-b9f1-c7382525efc7"]]
|
18842
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18843
|
+
[1m[35mUuids::Uuid Load (0.0ms)[0m SELECT "uuids_uuids".* FROM "uuids_uuids" WHERE "uuids_uuids"."id" = ? LIMIT 1 [["id", 1]]
|
18844
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
18845
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18846
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
18847
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18848
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18849
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2014-10-19 19:21:43.588521"], ["updated_at", "2014-10-19 19:21:43.588521"]]
|
18850
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18851
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18852
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "Record"], ["value", "56d5bb7e-4310-4671-b97c-696bfafd21c8"]]
|
18853
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18854
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
18855
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18856
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
18857
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18858
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18859
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2014-10-19 19:21:43.591916"], ["updated_at", "2014-10-19 19:21:43.591916"]]
|
18860
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18861
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18862
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "Record"], ["value", "8f0b18f2-f63c-4b1a-9d48-7e62c91737a3"]]
|
18863
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18864
|
+
[1m[36mUuids::Uuid Load (0.0ms)[0m [1mSELECT "uuids_uuids".* FROM "uuids_uuids" WHERE "uuids_uuids"."id" = ? LIMIT 1[0m [["id", 1]]
|
18865
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
18866
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18867
|
+
[1m[35m (0.0ms)[0m commit transaction
|
18868
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18869
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18870
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "cities" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 19:21:43.598472"], ["updated_at", "2014-10-19 19:21:43.598472"]]
|
18871
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", 1]]
|
18872
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "City"], ["value", "41fc5807-5d28-4489-954e-d2f534b4bab7"]]
|
18873
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18874
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
18875
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18876
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
18877
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18878
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18879
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "cities" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2014-10-19 19:21:43.609491"], ["updated_at", "2014-10-19 19:21:43.609491"]]
|
18880
|
+
[1m[36mCity Load (0.0ms)[0m [1mSELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1[0m [["id", 1]]
|
18881
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?) [["record_id", 1], ["record_type", "City"], ["value", "30a72a95-352b-49a3-8bb5-2e744e0337d0"]]
|
18882
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18883
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18884
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
18885
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "uuids_uuids" WHERE "uuids_uuids"."id" = 1
|
18886
|
+
[1m[36mCity Load (0.0ms)[0m [1mSELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1[0m [["id", 1]]
|
18887
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18888
|
+
[1m[36mUuids::Uuid Load (0.1ms)[0m [1mSELECT "uuids_uuids".* FROM "uuids_uuids" WHERE "uuids_uuids"."record_id" = ? AND "uuids_uuids"."record_type" = ?[0m [["record_id", 1], ["record_type", "City"]]
|
18889
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "cities" WHERE "cities"."id" = ? [["id", 1]]
|
18890
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18891
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
18892
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18893
|
+
[1m[35m (0.0ms)[0m commit transaction
|
18894
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18895
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18896
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "cities" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 19:21:43.620586"], ["updated_at", "2014-10-19 19:21:43.620586"]]
|
18897
|
+
[1m[35mCity Load (0.0ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", 1]]
|
18898
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "City"], ["value", "87d122dd-19bb-4164-ab17-20063de9fd60"]]
|
18899
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18900
|
+
[1m[36mCity Load (0.1ms)[0m [1mSELECT DISTINCT "cities".* FROM "cities" INNER JOIN "uuids_uuids" ON "uuids_uuids"."record_id" = "cities"."id" AND "uuids_uuids"."record_type" = 'City' WHERE "uuids_uuids"."value" = '87d122dd-19bb-4164-ab17-20063de9fd60' ORDER BY "cities"."id" ASC LIMIT 1[0m
|
18901
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
18902
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18903
|
+
[1m[35m (0.0ms)[0m commit transaction
|
18904
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18905
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18906
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "cities" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 19:21:43.631391"], ["updated_at", "2014-10-19 19:21:43.631391"]]
|
18907
|
+
[1m[35mCity Load (0.0ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", 1]]
|
18908
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "City"], ["value", "500ca300-8335-4684-b3df-acbc8fc4d23c"]]
|
18909
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18910
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "uuids_uuids" WHERE "uuids_uuids"."id" = 1[0m
|
18911
|
+
[1m[35mCity Load (0.0ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", 1]]
|
18912
|
+
[1m[36mUuids::Uuid Load (0.0ms)[0m [1mSELECT "uuids_uuids".* FROM "uuids_uuids" WHERE "uuids_uuids"."record_id" = ? AND "uuids_uuids"."record_type" = ?[0m [["record_id", 1], ["record_type", "City"]]
|
18913
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
18914
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18915
|
+
[1m[35m (0.0ms)[0m commit transaction
|
18916
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18917
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18918
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "cities" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 19:21:43.640221"], ["updated_at", "2014-10-19 19:21:43.640221"]]
|
18919
|
+
[1m[35mCity Load (0.0ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", 1]]
|
18920
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "City"], ["value", "bddc5801-ff55-4fc2-ad9b-0e319c887188"]]
|
18921
|
+
[1m[35mCity Load (0.0ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", 1]]
|
18922
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "City"], ["value", "b2278341-6c69-4fb4-87ed-70fb63a234ef"]]
|
18923
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18924
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
18925
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18926
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
18927
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18928
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18929
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "cities" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2014-10-19 19:21:43.646491"], ["updated_at", "2014-10-19 19:21:43.646491"]]
|
18930
|
+
[1m[36mCity Load (0.0ms)[0m [1mSELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1[0m [["id", 1]]
|
18931
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?) [["record_id", 1], ["record_type", "City"], ["value", "86f3cf55-8b78-4026-81cf-7db0046fbba3"]]
|
18932
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18933
|
+
[1m[35mUuids::Uuid Load (0.1ms)[0m SELECT "uuids_uuids".* FROM "uuids_uuids" ORDER BY "uuids_uuids"."id" ASC LIMIT 1
|
18934
|
+
[1m[36mCity Load (0.0ms)[0m [1mSELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1[0m [["id", 1]]
|
18935
|
+
[1m[35mUuids::Uuid Load (0.1ms)[0m SELECT "uuids_uuids".* FROM "uuids_uuids" ORDER BY "uuids_uuids"."id" ASC LIMIT 1
|
18936
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
18937
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18938
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
18939
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18940
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
18941
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18942
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
18943
|
+
[1m[35m (0.0ms)[0m begin transaction
|
18944
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
18945
|
+
[1m[36m (4.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
18946
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
18947
|
+
[1m[36m (2.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
18948
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
18949
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
18950
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
18951
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
18952
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
18953
|
+
[1m[35m (4.5ms)[0m DELETE FROM "uuids_uuids";
|
18954
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
18955
|
+
[1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'uuids_uuids';
|
18956
|
+
[1m[36m (2.9ms)[0m [1mDELETE FROM "records";[0m
|
18957
|
+
[1m[35m (0.3ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
18958
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'records';[0m
|
18959
|
+
[1m[35m (2.1ms)[0m DELETE FROM "cities";
|
18960
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
18961
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'cities';
|
18962
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
18963
|
+
[1m[35m (0.1ms)[0m commit transaction
|
18964
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18965
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18966
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 19:34:54.352737"], ["updated_at", "2014-10-19 19:34:54.352737"]]
|
18967
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18968
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18969
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?) [["record_id", 1], ["record_type", "Record"], ["value", "5d1502fb-5698-4a65-9d8d-fa4b40623879"]]
|
18970
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18971
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18972
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
18973
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
18974
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18975
|
+
[1m[35m (0.0ms)[0m commit transaction
|
18976
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18977
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18978
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 19:34:54.368364"], ["updated_at", "2014-10-19 19:34:54.368364"]]
|
18979
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18980
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18981
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?) [["record_id", 1], ["record_type", "Record"], ["value", "f37150cb-6ee9-42ad-9bd7-f2f99f5b341a"]]
|
18982
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18983
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18984
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
18985
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
18986
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18987
|
+
[1m[35m (0.0ms)[0m commit transaction
|
18988
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18989
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
18990
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 19:34:54.372872"], ["updated_at", "2014-10-19 19:34:54.372872"]]
|
18991
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
18992
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18993
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?) [["record_id", 1], ["record_type", "Record"], ["value", "d1ca60fc-6644-4a40-93ae-01fdd68f4cee"]]
|
18994
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18995
|
+
[1m[35mUuids::Uuid Load (0.1ms)[0m SELECT "uuids_uuids".* FROM "uuids_uuids" WHERE "uuids_uuids"."id" = ? LIMIT 1 [["id", 1]]
|
18996
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
18997
|
+
[1m[35mRecord Load (0.1ms)[0m SELECT "records".* FROM "records" WHERE "records"."id" = ? LIMIT 1 [["id", 1]]
|
18998
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
18999
|
+
[1m[35mUuids::Uuid Load (0.0ms)[0m SELECT "uuids_uuids".* FROM "uuids_uuids" WHERE "uuids_uuids"."id" = ? LIMIT 1 [["id", 1]]
|
19000
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
19001
|
+
[1m[35m (0.0ms)[0m begin transaction
|
19002
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
19003
|
+
[1m[35m (0.0ms)[0m begin transaction
|
19004
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
19005
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2014-10-19 19:34:54.381339"], ["updated_at", "2014-10-19 19:34:54.381339"]]
|
19006
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
19007
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
19008
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "Record"], ["value", "a4b5df8e-8373-4d97-887c-14f39a7a1e94"]]
|
19009
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
19010
|
+
[1m[36mUuids::Uuid Load (0.1ms)[0m [1mSELECT "uuids_uuids".* FROM "uuids_uuids" WHERE "uuids_uuids"."id" = ? LIMIT 1[0m [["id", 1]]
|
19011
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
19012
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
19013
|
+
[1m[35m (0.0ms)[0m commit transaction
|
19014
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
19015
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
19016
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 19:34:54.386921"], ["updated_at", "2014-10-19 19:34:54.386921"]]
|
19017
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
19018
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
19019
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?) [["record_id", 1], ["record_type", "Record"], ["value", "88f6976c-5755-4a3e-b144-bf88c8a75db0"]]
|
19020
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
19021
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
19022
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
19023
|
+
[1m[35m (0.0ms)[0m commit transaction
|
19024
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
19025
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
19026
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 19:34:54.390307"], ["updated_at", "2014-10-19 19:34:54.390307"]]
|
19027
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
19028
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
19029
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?) [["record_id", 1], ["record_type", "Record"], ["value", "7695f78e-cfe5-401f-b1d8-8134965f93d3"]]
|
19030
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
19031
|
+
[1m[35mUuids::Uuid Load (0.0ms)[0m SELECT "uuids_uuids".* FROM "uuids_uuids" WHERE "uuids_uuids"."id" = ? LIMIT 1 [["id", 1]]
|
19032
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
19033
|
+
[1m[35m (0.0ms)[0m begin transaction
|
19034
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
19035
|
+
[1m[35m (0.0ms)[0m begin transaction
|
19036
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
19037
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2014-10-19 19:34:54.394805"], ["updated_at", "2014-10-19 19:34:54.394805"]]
|
19038
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
19039
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
19040
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
19041
|
+
[1m[35m (0.0ms)[0m commit transaction
|
19042
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
19043
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
19044
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 19:34:54.398103"], ["updated_at", "2014-10-19 19:34:54.398103"]]
|
19045
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
19046
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
19047
|
+
[1m[35m (0.0ms)[0m begin transaction
|
19048
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
19049
|
+
[1m[35m (0.0ms)[0m begin transaction
|
19050
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
19051
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "records" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2014-10-19 19:34:54.400673"], ["updated_at", "2014-10-19 19:34:54.400673"]]
|
19052
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
19053
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
19054
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
19055
|
+
[1m[35m (0.0ms)[0m commit transaction
|
19056
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
19057
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
19058
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "cities" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 19:34:54.405267"], ["updated_at", "2014-10-19 19:34:54.405267"]]
|
19059
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", 1]]
|
19060
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "City"], ["value", "b6bd6a7e-7489-4432-b302-3788b32334b3"]]
|
19061
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
19062
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
19063
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
19064
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "uuids_uuids" WHERE "uuids_uuids"."id" = 1[0m
|
19065
|
+
[1m[35mCity Load (0.0ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", 1]]
|
19066
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
19067
|
+
[1m[35mUuids::Uuid Load (0.1ms)[0m SELECT "uuids_uuids".* FROM "uuids_uuids" WHERE "uuids_uuids"."record_id" = ? AND "uuids_uuids"."record_type" = ? [["record_id", 1], ["record_type", "City"]]
|
19068
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "cities" WHERE "cities"."id" = ?[0m [["id", 1]]
|
19069
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
19070
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
19071
|
+
[1m[35m (0.9ms)[0m begin transaction
|
19072
|
+
[1m[36m (0.2ms)[0m [1mcommit transaction[0m
|
19073
|
+
[1m[35m (0.0ms)[0m begin transaction
|
19074
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
19075
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "cities" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2014-10-19 19:34:54.445323"], ["updated_at", "2014-10-19 19:34:54.445323"]]
|
19076
|
+
[1m[36mCity Load (0.0ms)[0m [1mSELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1[0m [["id", 1]]
|
19077
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?) [["record_id", 1], ["record_type", "City"], ["value", "19ca3002-93ef-4812-a8fc-01e5d4f131ab"]]
|
19078
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
19079
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
19080
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
19081
|
+
[1m[35m (0.0ms)[0m commit transaction
|
19082
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
19083
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
19084
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "cities" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 19:34:54.451045"], ["updated_at", "2014-10-19 19:34:54.451045"]]
|
19085
|
+
[1m[35mCity Load (0.0ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", 1]]
|
19086
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "City"], ["value", "9716d5a2-f4a0-4110-9e67-28b7c43f0568"]]
|
19087
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
19088
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "uuids_uuids" WHERE "uuids_uuids"."id" = 1[0m
|
19089
|
+
[1m[35mCity Load (0.0ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", 1]]
|
19090
|
+
[1m[36mUuids::Uuid Load (0.0ms)[0m [1mSELECT "uuids_uuids".* FROM "uuids_uuids" WHERE "uuids_uuids"."record_id" = ? AND "uuids_uuids"."record_type" = ?[0m [["record_id", 1], ["record_type", "City"]]
|
19091
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
19092
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
19093
|
+
[1m[35m (0.0ms)[0m commit transaction
|
19094
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
19095
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
19096
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "cities" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2014-10-19 19:34:54.460448"], ["updated_at", "2014-10-19 19:34:54.460448"]]
|
19097
|
+
[1m[35mCity Load (0.0ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", 1]]
|
19098
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "City"], ["value", "1c537a74-930d-4b1b-9f07-ffb03766ac73"]]
|
19099
|
+
[1m[35mCity Load (0.0ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", 1]]
|
19100
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?)[0m [["record_id", 1], ["record_type", "City"], ["value", "fd6c95b9-e853-4f0e-98ef-0f5a7f0b2a92"]]
|
19101
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
19102
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
19103
|
+
[1m[35m (0.0ms)[0m begin transaction
|
19104
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
19105
|
+
[1m[35m (0.0ms)[0m begin transaction
|
19106
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
19107
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "cities" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2014-10-19 19:34:54.466703"], ["updated_at", "2014-10-19 19:34:54.466703"]]
|
19108
|
+
[1m[36mCity Load (0.0ms)[0m [1mSELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1[0m [["id", 1]]
|
19109
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?) [["record_id", 1], ["record_type", "City"], ["value", "5afc9453-91b1-4b8a-9ee8-cd40436d9d3d"]]
|
19110
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
19111
|
+
[1m[35mUuids::Uuid Load (0.1ms)[0m SELECT "uuids_uuids".* FROM "uuids_uuids" ORDER BY "uuids_uuids"."id" ASC LIMIT 1
|
19112
|
+
[1m[36mCity Load (0.0ms)[0m [1mSELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1[0m [["id", 1]]
|
19113
|
+
[1m[35mUuids::Uuid Load (0.1ms)[0m SELECT "uuids_uuids".* FROM "uuids_uuids" ORDER BY "uuids_uuids"."id" ASC LIMIT 1
|
19114
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
19115
|
+
[1m[35m (0.0ms)[0m begin transaction
|
19116
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
19117
|
+
[1m[35m (0.0ms)[0m begin transaction
|
19118
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
19119
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "cities" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2014-10-19 19:34:54.472195"], ["updated_at", "2014-10-19 19:34:54.472195"]]
|
19120
|
+
[1m[36mCity Load (0.0ms)[0m [1mSELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1[0m [["id", 1]]
|
19121
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "uuids_uuids" ("record_id", "record_type", "value") VALUES (?, ?, ?) [["record_id", 1], ["record_type", "City"], ["value", "4d533b99-9747-4011-b07a-6c947acc1ad9"]]
|
19122
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
19123
|
+
[1m[35mCity Load (0.2ms)[0m SELECT DISTINCT "cities".* FROM "cities" INNER JOIN "uuids_uuids" ON "uuids_uuids"."record_id" = "cities"."id" AND "uuids_uuids"."record_type" = 'City' WHERE "uuids_uuids"."value" = '4d533b99-9747-4011-b07a-6c947acc1ad9' ORDER BY "cities"."id" ASC LIMIT 1
|
19124
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
19125
|
+
[1m[35m (0.0ms)[0m begin transaction
|
19126
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
19127
|
+
[1m[35m (0.0ms)[0m begin transaction
|
19128
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
19129
|
+
[1m[35m (0.0ms)[0m begin transaction
|
19130
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
19131
|
+
[1m[35m (0.0ms)[0m begin transaction
|
19132
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
19133
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
19134
|
+
[1m[35m (0.1ms)[0m SELECT sql
|
19135
|
+
FROM sqlite_master
|
19136
|
+
WHERE name='index_uuids_uuids_on_value' AND type='index'
|
19137
|
+
UNION ALL
|
19138
|
+
SELECT sql
|
19139
|
+
FROM sqlite_temp_master
|
19140
|
+
WHERE name='index_uuids_uuids_on_value' AND type='index'
|
19141
|
+
|
19142
|
+
[1m[36m (0.1ms)[0m [1m SELECT sql
|
19143
|
+
FROM sqlite_master
|
19144
|
+
WHERE name='index_uuids_uuids_on_record_id_and_record_type' AND type='index'
|
19145
|
+
UNION ALL
|
19146
|
+
SELECT sql
|
19147
|
+
FROM sqlite_temp_master
|
19148
|
+
WHERE name='index_uuids_uuids_on_record_id_and_record_type' AND type='index'
|
19149
|
+
[0m
|
19150
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
19151
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
19152
|
+
[1m[36m (0.1ms)[0m [1m SELECT sql
|
19153
|
+
FROM sqlite_master
|
19154
|
+
WHERE name='index_uuids_uuids_on_value' AND type='index'
|
19155
|
+
UNION ALL
|
19156
|
+
SELECT sql
|
19157
|
+
FROM sqlite_temp_master
|
19158
|
+
WHERE name='index_uuids_uuids_on_value' AND type='index'
|
19159
|
+
[0m
|
19160
|
+
[1m[35m (0.1ms)[0m SELECT sql
|
19161
|
+
FROM sqlite_master
|
19162
|
+
WHERE name='index_uuids_uuids_on_record_id_and_record_type' AND type='index'
|
19163
|
+
UNION ALL
|
19164
|
+
SELECT sql
|
19165
|
+
FROM sqlite_temp_master
|
19166
|
+
WHERE name='index_uuids_uuids_on_record_id_and_record_type' AND type='index'
|
19167
|
+
|