obscured_id 0.1.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 +7 -0
- data/MIT-LICENSE +20 -0
- data/README.md +109 -0
- data/Rakefile +38 -0
- data/lib/generators/obscured_id/initializer_generator.rb +10 -0
- data/lib/generators/obscured_id/migration_generator.rb +22 -0
- data/lib/obscured_id/obscured_id.rb +63 -0
- data/lib/obscured_id/railtie.rb +26 -0
- data/lib/obscured_id/version.rb +3 -0
- data/lib/obscured_id.rb +5 -0
- data/lib/tasks/obscured_id.rake +18 -0
- data/spec/Gemfile +17 -0
- data/spec/Gemfile.lock +111 -0
- data/spec/MIT-LICENSE +20 -0
- data/spec/README.md +2 -0
- data/spec/README.rdoc +3 -0
- data/spec/Rakefile +38 -0
- data/spec/dummy/README.rdoc +261 -0
- data/spec/dummy/Rakefile +7 -0
- data/spec/dummy/app/assets/javascripts/application.js +15 -0
- data/spec/dummy/app/assets/stylesheets/application.css +13 -0
- data/spec/dummy/app/controllers/application_controller.rb +3 -0
- data/spec/dummy/app/helpers/application_helper.rb +2 -0
- data/spec/dummy/app/models/thing_with_configured_obscured_id.rb +3 -0
- data/spec/dummy/app/models/thing_with_obscured_id.rb +3 -0
- data/spec/dummy/app/views/layouts/application.html.erb +14 -0
- data/spec/dummy/config/application.rb +59 -0
- data/spec/dummy/config/boot.rb +10 -0
- data/spec/dummy/config/database.yml +25 -0
- data/spec/dummy/config/environment.rb +5 -0
- data/spec/dummy/config/environments/development.rb +37 -0
- data/spec/dummy/config/environments/production.rb +67 -0
- data/spec/dummy/config/environments/test.rb +37 -0
- data/spec/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/spec/dummy/config/initializers/inflections.rb +15 -0
- data/spec/dummy/config/initializers/mime_types.rb +5 -0
- data/spec/dummy/config/initializers/secret_token.rb +7 -0
- data/spec/dummy/config/initializers/session_store.rb +8 -0
- data/spec/dummy/config/initializers/wrap_parameters.rb +14 -0
- data/spec/dummy/config/locales/en.yml +5 -0
- data/spec/dummy/config/routes.rb +58 -0
- data/spec/dummy/config.ru +4 -0
- data/spec/dummy/db/development.sqlite3 +0 -0
- data/spec/dummy/db/migrate/20130507231624_create_thing_with_obscured_ids.rb +10 -0
- data/spec/dummy/db/migrate/20130507235114_create_thing_with_configured_obscured_ids.rb +8 -0
- data/spec/dummy/db/schema.rb +28 -0
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/development.log +270 -0
- data/spec/dummy/log/test.log +2279 -0
- data/spec/dummy/public/404.html +26 -0
- data/spec/dummy/public/422.html +26 -0
- data/spec/dummy/public/500.html +25 -0
- data/spec/dummy/public/favicon.ico +0 -0
- data/spec/dummy/script/rails +6 -0
- data/spec/models/thing_with_configured_obscured_id_spec.rb +31 -0
- data/spec/models/thing_with_obscured_id_spec.rb +72 -0
- data/spec/obscured_id.gemspec +23 -0
- data/spec/spec_helper.rb +38 -0
- metadata +180 -0
@@ -0,0 +1,2279 @@
|
|
1
|
+
Connecting to database specified by database.yml
|
2
|
+
Connecting to database specified by database.yml
|
3
|
+
Connecting to database specified by database.yml
|
4
|
+
Connecting to database specified by database.yml
|
5
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
7
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
10
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
13
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
17
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
18
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
19
|
+
Connecting to database specified by database.yml
|
20
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
21
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
22
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
23
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
25
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
27
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
29
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
31
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
32
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
33
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
34
|
+
Connecting to database specified by database.yml
|
35
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
36
|
+
[1m[35m (2.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
37
|
+
[1m[36m (1.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
38
|
+
[1m[35m (0.0ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
39
|
+
Migrating to CreateThingWithIds (20130507231624)
|
40
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
41
|
+
[1m[35m (0.3ms)[0m CREATE TABLE "thing_with_ids" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
42
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20130507231624')[0m
|
43
|
+
[1m[35m (0.8ms)[0m commit transaction
|
44
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
45
|
+
Connecting to database specified by database.yml
|
46
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
47
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
48
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
49
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
50
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
51
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
52
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
53
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
54
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
55
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
56
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
57
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
58
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
59
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
60
|
+
Connecting to database specified by database.yml
|
61
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
62
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
63
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
64
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
65
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
66
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
67
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
68
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
69
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
70
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
71
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
72
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
73
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
74
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
75
|
+
Connecting to database specified by database.yml
|
76
|
+
[1m[36m (0.3ms)[0m [1mselect sqlite_version(*)[0m
|
77
|
+
[1m[35m (1.1ms)[0m CREATE TABLE "thing_with_ids" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
78
|
+
[1m[36m (0.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
79
|
+
[1m[35m (1.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
80
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
81
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130507231624')
|
82
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
83
|
+
Connecting to database specified by database.yml
|
84
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
85
|
+
Migrating to CreateThingWithIds (20130507231624)
|
86
|
+
Migrating to CreateThingWithSpecialObscuredIds (20130507232619)
|
87
|
+
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
88
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
89
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
90
|
+
Connecting to database specified by database.yml
|
91
|
+
[1m[36m (0.3ms)[0m [1mselect sqlite_version(*)[0m
|
92
|
+
[1m[35m (3.0ms)[0m CREATE TABLE "thing_with_ids" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
93
|
+
[1m[36m (1.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
94
|
+
[1m[35m (0.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
95
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
96
|
+
[1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130507231624')
|
97
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
98
|
+
Connecting to database specified by database.yml
|
99
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
100
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
101
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
102
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
103
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
104
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
105
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
106
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
107
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
108
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
109
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
110
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
111
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
112
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
113
|
+
Connecting to database specified by database.yml
|
114
|
+
Connecting to database specified by database.yml
|
115
|
+
Connecting to database specified by database.yml
|
116
|
+
Connecting to database specified by database.yml
|
117
|
+
Connecting to database specified by database.yml
|
118
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
119
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
120
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
121
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
122
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
123
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
124
|
+
Connecting to database specified by database.yml
|
125
|
+
Connecting to database specified by database.yml
|
126
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
127
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
128
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
129
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
130
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
131
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
132
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
133
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
134
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
135
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
136
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
137
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
138
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
139
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
140
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
141
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
142
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
143
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
144
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
145
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
146
|
+
Connecting to database specified by database.yml
|
147
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
148
|
+
[1m[35m (2.5ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
149
|
+
[1m[36m (1.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
150
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
151
|
+
Migrating to CreateThingWithObscuredIds (20130507231624)
|
152
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
153
|
+
[1m[35m (0.3ms)[0m CREATE TABLE "thing_with_obscured_ids" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "obscured_id" varchar(255), "other_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
154
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20130507231624')[0m
|
155
|
+
[1m[35m (0.7ms)[0m commit transaction
|
156
|
+
Migrating to CreateThingWithConfiguredObscuredIds (20130507235114)
|
157
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
158
|
+
[1m[35m (0.2ms)[0m CREATE TABLE "thing_with_configured_obscured_ids" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hidden_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
159
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20130507235114')[0m
|
160
|
+
[1m[35m (0.7ms)[0m commit transaction
|
161
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
162
|
+
Connecting to database specified by database.yml
|
163
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
164
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
165
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
166
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
167
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
168
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
169
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
170
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
171
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
172
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
173
|
+
[1m[36mSQL (7.2ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 01:04:15 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 01:04:15 UTC +00:00]]
|
174
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
175
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
176
|
+
[1m[35m (0.0ms)[0m begin transaction
|
177
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
178
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 01:04:15 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 01:04:15 UTC +00:00]]
|
179
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
180
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
181
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
182
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
183
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
184
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
185
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
186
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
187
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
188
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
189
|
+
Connecting to database specified by database.yml
|
190
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
191
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
192
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
193
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
194
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
195
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
196
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
197
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
198
|
+
[1m[36mSQL (2.3ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 01:04:39 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 01:04:39 UTC +00:00]]
|
199
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
200
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
201
|
+
[1m[35m (0.0ms)[0m begin transaction
|
202
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
203
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 01:04:39 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 01:04:39 UTC +00:00]]
|
204
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
205
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
206
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
207
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
208
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
209
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
210
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
211
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
212
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
213
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
214
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
215
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
216
|
+
Connecting to database specified by database.yml
|
217
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
218
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
219
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
220
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
221
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
222
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
223
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
224
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
225
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
226
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
227
|
+
[1m[36mSQL (1.9ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 01:05:01 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 01:05:01 UTC +00:00]]
|
228
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
229
|
+
[1m[36m (1.5ms)[0m [1mrollback transaction[0m
|
230
|
+
[1m[35m (0.0ms)[0m begin transaction
|
231
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
232
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 01:05:01 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 01:05:01 UTC +00:00]]
|
233
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
234
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
235
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
236
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
237
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
238
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
239
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
240
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
241
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
242
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
243
|
+
Connecting to database specified by database.yml
|
244
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
245
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
246
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
247
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
248
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
249
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
250
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
251
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
252
|
+
[1m[36mSQL (2.2ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 01:06:53 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 01:06:53 UTC +00:00]]
|
253
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
254
|
+
[1m[36m (1.5ms)[0m [1mrollback transaction[0m
|
255
|
+
[1m[35m (0.1ms)[0m begin transaction
|
256
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
257
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 01:06:53 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 01:06:53 UTC +00:00]]
|
258
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
259
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
260
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
261
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
262
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
263
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
264
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
265
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
266
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
267
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
268
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
269
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
270
|
+
Connecting to database specified by database.yml
|
271
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
272
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
273
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
274
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
275
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
276
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
277
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
278
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
279
|
+
[1m[36mSQL (2.3ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 01:27:33 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 01:27:33 UTC +00:00]]
|
280
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = '6663411c805c691ffcdc2538412d084957ef0a71' WHERE "thing_with_obscured_ids"."id" = 1
|
281
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
282
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
283
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
284
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
285
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 01:27:33 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 01:27:33 UTC +00:00]]
|
286
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = '6663411c805c691ffcdc2538412d084957ef0a71' WHERE "thing_with_obscured_ids"."id" = 1
|
287
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
288
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
289
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
290
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
291
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
292
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
293
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
294
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
295
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
296
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
297
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
298
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
299
|
+
Connecting to database specified by database.yml
|
300
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
301
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
302
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
303
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
304
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
305
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
306
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
307
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
308
|
+
[1m[36mSQL (2.3ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 01:28:01 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 01:28:01 UTC +00:00]]
|
309
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = 'c7135bbf32c73ba431217e908a03fdbbe44e52e5' WHERE "thing_with_obscured_ids"."id" = 1
|
310
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
311
|
+
[1m[35m (1.8ms)[0m rollback transaction
|
312
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
313
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
314
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 01:28:01 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 01:28:01 UTC +00:00]]
|
315
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = 'c7135bbf32c73ba431217e908a03fdbbe44e52e5' WHERE "thing_with_obscured_ids"."id" = 1
|
316
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
317
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
318
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
319
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
320
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 01:28:01 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 01:28:01 UTC +00:00]]
|
321
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
322
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
323
|
+
[1m[35m (0.0ms)[0m begin transaction
|
324
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
325
|
+
[1m[35m (0.0ms)[0m begin transaction
|
326
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
327
|
+
[1m[35m (0.0ms)[0m begin transaction
|
328
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
329
|
+
[1m[35m (0.0ms)[0m begin transaction
|
330
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
331
|
+
Connecting to database specified by database.yml
|
332
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
333
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
334
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
335
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
336
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
337
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
338
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
339
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
340
|
+
[1m[36mSQL (1.9ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 01:28:12 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 01:28:12 UTC +00:00]]
|
341
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = '5eb0e4bd815408d16cf75edd471044df061a2ba9' WHERE "thing_with_obscured_ids"."id" = 1
|
342
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
343
|
+
[1m[35m (1.7ms)[0m rollback transaction
|
344
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
345
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
346
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 01:28:12 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 01:28:12 UTC +00:00]]
|
347
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
348
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
349
|
+
[1m[35m (0.0ms)[0m begin transaction
|
350
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
351
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 01:28:12 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 01:28:12 UTC +00:00]]
|
352
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
353
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
354
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
355
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
356
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
357
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
358
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
359
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
360
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
361
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
362
|
+
Connecting to database specified by database.yml
|
363
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
364
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
365
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
366
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
367
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
368
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
369
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
370
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
371
|
+
[1m[36mSQL (1.9ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 01:28:25 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 01:28:25 UTC +00:00]]
|
372
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = '72cb93bef68b149070baaffb2ce10c686486ee42' WHERE "thing_with_obscured_ids"."id" = 1
|
373
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
374
|
+
[1m[35m (1.8ms)[0m rollback transaction
|
375
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
376
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
377
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 01:28:25 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 01:28:25 UTC +00:00]]
|
378
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = '72cb93bef68b149070baaffb2ce10c686486ee42' WHERE "thing_with_obscured_ids"."id" = 1
|
379
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
380
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
381
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
382
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
383
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 01:28:25 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 01:28:25 UTC +00:00]]
|
384
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
385
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
386
|
+
[1m[35m (0.0ms)[0m begin transaction
|
387
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
388
|
+
[1m[35m (0.0ms)[0m begin transaction
|
389
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
390
|
+
[1m[35m (0.0ms)[0m begin transaction
|
391
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
392
|
+
[1m[35m (0.0ms)[0m begin transaction
|
393
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
394
|
+
Connecting to database specified by database.yml
|
395
|
+
Connecting to database specified by database.yml
|
396
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
397
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
398
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
399
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
400
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
401
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
402
|
+
[1m[36mSQL (1.9ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 01:33:58 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 01:33:58 UTC +00:00]]
|
403
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = 'f1387bad12e66a96c381dc6aaf6db32ac5ecc814' WHERE "thing_with_obscured_ids"."id" = 1
|
404
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
405
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
406
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
407
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
408
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 01:33:58 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 01:33:58 UTC +00:00]]
|
409
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
410
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
411
|
+
[1m[35m (0.0ms)[0m begin transaction
|
412
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
413
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 01:33:58 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 01:33:58 UTC +00:00]]
|
414
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
415
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
416
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
417
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
418
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 01:33:58 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 01:33:58 UTC +00:00]]
|
419
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
420
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
421
|
+
[1m[35m (0.0ms)[0m begin transaction
|
422
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
423
|
+
[1m[35m (0.0ms)[0m begin transaction
|
424
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
425
|
+
[1m[35m (0.0ms)[0m begin transaction
|
426
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
427
|
+
[1m[35m (0.0ms)[0m begin transaction
|
428
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
429
|
+
Connecting to database specified by database.yml
|
430
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
431
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
432
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
433
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
434
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
435
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
436
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
437
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
438
|
+
[1m[36mSQL (1.9ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 01:34:33 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 01:34:33 UTC +00:00]]
|
439
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = 'cbfb84245b9901e9568cd28fed1389cbb2ae6245' WHERE "thing_with_obscured_ids"."id" = 1
|
440
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
441
|
+
[1m[35m (1.3ms)[0m rollback transaction
|
442
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
443
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
444
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 01:34:33 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 01:34:33 UTC +00:00]]
|
445
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = 'cbfb84245b9901e9568cd28fed1389cbb2ae6245' WHERE "thing_with_obscured_ids"."id" = 1
|
446
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
447
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
448
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
449
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
450
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 01:34:33 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 01:34:33 UTC +00:00]]
|
451
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
452
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
453
|
+
[1m[35m (0.0ms)[0m begin transaction
|
454
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
455
|
+
[1m[35m (0.0ms)[0m begin transaction
|
456
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
457
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 01:34:33 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 01:34:33 UTC +00:00]]
|
458
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
459
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
460
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
461
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
462
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
463
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
464
|
+
Connecting to database specified by database.yml
|
465
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
466
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
467
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
468
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
469
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
470
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
471
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
472
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
473
|
+
[1m[36mSQL (5.7ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 17:21:17 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 17:21:17 UTC +00:00]]
|
474
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
475
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
476
|
+
[1m[35m (0.0ms)[0m begin transaction
|
477
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
478
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 17:21:17 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 17:21:17 UTC +00:00]]
|
479
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
480
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
481
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
482
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
483
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 17:21:17 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 17:21:17 UTC +00:00]]
|
484
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
485
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
486
|
+
[1m[35m (0.0ms)[0m begin transaction
|
487
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
488
|
+
[1m[35m (0.0ms)[0m begin transaction
|
489
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
490
|
+
[1m[35m (0.0ms)[0m begin transaction
|
491
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
492
|
+
[1m[35m (0.0ms)[0m begin transaction
|
493
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
494
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 17:21:17 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 17:21:17 UTC +00:00]]
|
495
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
496
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
497
|
+
Connecting to database specified by database.yml
|
498
|
+
[1m[36m (0.3ms)[0m [1mselect sqlite_version(*)[0m
|
499
|
+
[1m[35m (3.0ms)[0m CREATE TABLE "thing_with_configured_obscured_ids" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hidden_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
500
|
+
[1m[36m (1.1ms)[0m [1mCREATE TABLE "thing_with_obscured_ids" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "obscured_id" varchar(255), "other_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
501
|
+
[1m[35m (0.6ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
502
|
+
[1m[36m (0.5ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
503
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
504
|
+
[1m[36m (0.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130507235114')[0m
|
505
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130507231624')
|
506
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
507
|
+
Connecting to database specified by database.yml
|
508
|
+
Connecting to database specified by database.yml
|
509
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
510
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
511
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
512
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
513
|
+
[1m[36mSQL (4.6ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 17:51:39 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 17:51:39 UTC +00:00]]
|
514
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = '0353d3f6b79976c14e07da30af61a3d6f22a1868' WHERE "thing_with_obscured_ids"."id" = 1
|
515
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
516
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
517
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
518
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
519
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
520
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
521
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 17:51:39 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 17:51:39 UTC +00:00]]
|
522
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = '0353d3f6b79976c14e07da30af61a3d6f22a1868' WHERE "thing_with_obscured_ids"."id" = 1
|
523
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
524
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
525
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
526
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
527
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 17:51:39 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 17:51:39 UTC +00:00]]
|
528
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = '0353d3f6b79976c14e07da30af61a3d6f22a1868' WHERE "thing_with_obscured_ids"."id" = 1
|
529
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
530
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
531
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
532
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
533
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 17:51:39 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 17:51:39 UTC +00:00]]
|
534
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
535
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
536
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 17:51:39 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 17:51:39 UTC +00:00]]
|
537
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
538
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
539
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
540
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
541
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 17:51:39 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 17:51:39 UTC +00:00]]
|
542
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
543
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
544
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 17:51:39 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 17:51:39 UTC +00:00]]
|
545
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
546
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
547
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 17:51:39 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 17:51:39 UTC +00:00]]
|
548
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
549
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
550
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 17:51:39 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 17:51:39 UTC +00:00]]
|
551
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
552
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
553
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 17:51:39 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 17:51:39 UTC +00:00]]
|
554
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
555
|
+
[1m[36mThingWithObscuredId Load (0.1ms)[0m [1mSELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids" ORDER BY "thing_with_obscured_ids"."id" ASC LIMIT 1000[0m
|
556
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "thing_with_obscured_ids"
|
557
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
558
|
+
[1m[35m (0.0ms)[0m begin transaction
|
559
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
560
|
+
[1m[35m (0.0ms)[0m begin transaction
|
561
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
562
|
+
[1m[35m (0.0ms)[0m begin transaction
|
563
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
564
|
+
[1m[35m (0.0ms)[0m begin transaction
|
565
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
566
|
+
Connecting to database specified by database.yml
|
567
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
568
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
569
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
570
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
571
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
572
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
573
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
574
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
575
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
576
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
577
|
+
[1m[36mSQL (1.9ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 17:52:45 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 17:52:45 UTC +00:00]]
|
578
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = '2ac00ce7f19f13a1b9324e1292ccaeedcc59987a' WHERE "thing_with_obscured_ids"."id" = 1
|
579
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
580
|
+
[1m[35m (2.2ms)[0m rollback transaction
|
581
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
582
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 17:52:45 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 17:52:45 UTC +00:00]]
|
584
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = '2ac00ce7f19f13a1b9324e1292ccaeedcc59987a' WHERE "thing_with_obscured_ids"."id" = 1
|
585
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
586
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
587
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
588
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
589
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 17:52:45 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 17:52:45 UTC +00:00]]
|
590
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
591
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
592
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 17:52:45 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 17:52:45 UTC +00:00]]
|
593
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "obscured_id" = 'cca962b9cb18768b5bdb228174d062cb907eece7' WHERE "thing_with_obscured_ids"."id" = 2[0m
|
594
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
595
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
596
|
+
[1m[35m (0.0ms)[0m begin transaction
|
597
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
598
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 17:52:45 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 17:52:45 UTC +00:00]]
|
599
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
600
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
601
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 17:52:45 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 17:52:45 UTC +00:00]]
|
602
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
603
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
604
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 17:52:45 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 17:52:45 UTC +00:00]]
|
605
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
606
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
607
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 17:52:45 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 17:52:45 UTC +00:00]]
|
608
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
609
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
610
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 17:52:45 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 17:52:45 UTC +00:00]]
|
611
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
612
|
+
[1m[35mThingWithObscuredId Load (0.1ms)[0m SELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids" ORDER BY "thing_with_obscured_ids"."id" ASC LIMIT 1000
|
613
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "thing_with_obscured_ids" [0m
|
614
|
+
[1m[35mThingWithObscuredId Load (0.0ms)[0m SELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids"
|
615
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
616
|
+
[1m[35m (0.0ms)[0m begin transaction
|
617
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
618
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 17:52:45 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 17:52:45 UTC +00:00]]
|
619
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
620
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
621
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
622
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
623
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
624
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
625
|
+
Connecting to database specified by database.yml
|
626
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
627
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
628
|
+
[1m[36mSQL (1.9ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 17:55:39 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 17:55:39 UTC +00:00]]
|
629
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = '3cc3a2589e4a9b9ed2c505ba7490c5c9c985c32c' WHERE "thing_with_obscured_ids"."id" = 1
|
630
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
631
|
+
[1m[35m (1.6ms)[0m rollback transaction
|
632
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
633
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
634
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 17:55:39 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 17:55:39 UTC +00:00]]
|
635
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = '3cc3a2589e4a9b9ed2c505ba7490c5c9c985c32c' WHERE "thing_with_obscured_ids"."id" = 1
|
636
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
637
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
638
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
639
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
640
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 17:55:39 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 17:55:39 UTC +00:00]]
|
641
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = '3cc3a2589e4a9b9ed2c505ba7490c5c9c985c32c' WHERE "thing_with_obscured_ids"."id" = 1
|
642
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
643
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
644
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
645
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
646
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 17:55:39 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 17:55:39 UTC +00:00]]
|
647
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
648
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
649
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 17:55:39 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 17:55:39 UTC +00:00]]
|
650
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "obscured_id" = '0014ae0919c69e59b9ae11d9bb59907540ae6970' WHERE "thing_with_obscured_ids"."id" = 2[0m
|
651
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
652
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
653
|
+
[1m[35m (0.0ms)[0m begin transaction
|
654
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
655
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 17:55:39 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 17:55:39 UTC +00:00]]
|
656
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "obscured_id" = '3cc3a2589e4a9b9ed2c505ba7490c5c9c985c32c' WHERE "thing_with_obscured_ids"."id" = 1[0m
|
657
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
658
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
659
|
+
[1m[35m (0.0ms)[0m begin transaction
|
660
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
661
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 17:55:39 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 17:55:39 UTC +00:00]]
|
662
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
663
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
664
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 17:55:39 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 17:55:39 UTC +00:00]]
|
665
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
666
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
667
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 17:55:39 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 17:55:39 UTC +00:00]]
|
668
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
669
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
670
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 17:55:39 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 17:55:39 UTC +00:00]]
|
671
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
672
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
673
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 17:55:39 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 17:55:39 UTC +00:00]]
|
674
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
675
|
+
[1m[35mThingWithObscuredId Load (0.1ms)[0m SELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids" ORDER BY "thing_with_obscured_ids"."id" ASC LIMIT 1000
|
676
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "thing_with_obscured_ids" [0m
|
677
|
+
[1m[35mThingWithObscuredId Load (0.0ms)[0m SELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids"
|
678
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
679
|
+
[1m[35m (0.0ms)[0m begin transaction
|
680
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
681
|
+
[1m[35m (0.0ms)[0m begin transaction
|
682
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
683
|
+
[1m[35m (0.0ms)[0m begin transaction
|
684
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
685
|
+
[1m[35m (0.0ms)[0m begin transaction
|
686
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
687
|
+
Connecting to database specified by database.yml
|
688
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
689
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
690
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
691
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
692
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
693
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
694
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
695
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
696
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
697
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
698
|
+
[1m[36mSQL (2.0ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 17:56:45 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 17:56:45 UTC +00:00]]
|
699
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = '5ad651e8cbf552ad44f92a8e7952b4fa7d396483' WHERE "thing_with_obscured_ids"."id" = 1
|
700
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
701
|
+
[1m[35m (2.3ms)[0m rollback transaction
|
702
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
703
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
704
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 17:56:45 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 17:56:45 UTC +00:00]]
|
705
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = '5ad651e8cbf552ad44f92a8e7952b4fa7d396483' WHERE "thing_with_obscured_ids"."id" = 1
|
706
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
707
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
708
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
709
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
710
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 17:56:45 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 17:56:45 UTC +00:00]]
|
711
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
712
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
713
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 17:56:45 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 17:56:45 UTC +00:00]]
|
714
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "obscured_id" = '2d231d5de9b65e795eb56acb9ced3bc6d9d209e6' WHERE "thing_with_obscured_ids"."id" = 2[0m
|
715
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
716
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
717
|
+
[1m[35m (0.0ms)[0m begin transaction
|
718
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
719
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 17:56:45 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 17:56:45 UTC +00:00]]
|
720
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
721
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
722
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 17:56:45 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 17:56:45 UTC +00:00]]
|
723
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
724
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
725
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 17:56:45 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 17:56:45 UTC +00:00]]
|
726
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
727
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
728
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 17:56:45 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 17:56:45 UTC +00:00]]
|
729
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
730
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
731
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 17:56:45 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 17:56:45 UTC +00:00]]
|
732
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
733
|
+
[1m[35mThingWithObscuredId Load (0.1ms)[0m SELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids" ORDER BY "thing_with_obscured_ids"."id" ASC LIMIT 1000
|
734
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "thing_with_obscured_ids" [0m
|
735
|
+
[1m[35mThingWithObscuredId Load (0.0ms)[0m SELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids"
|
736
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
737
|
+
[1m[35m (0.0ms)[0m begin transaction
|
738
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
739
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 17:56:45 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 17:56:45 UTC +00:00]]
|
740
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
741
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
742
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
743
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
744
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 17:56:45 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 17:56:45 UTC +00:00]]
|
745
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
746
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
747
|
+
Connecting to database specified by database.yml
|
748
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
749
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
750
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
751
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
752
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
753
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
754
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
755
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
756
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
757
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
758
|
+
[1m[36mSQL (1.8ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:08:34 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:08:34 UTC +00:00]]
|
759
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
760
|
+
[1m[36m (1.5ms)[0m [1mrollback transaction[0m
|
761
|
+
[1m[35m (0.0ms)[0m begin transaction
|
762
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
763
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:08:34 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:08:34 UTC +00:00]]
|
764
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
765
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
766
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
767
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
768
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:08:34 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:08:34 UTC +00:00]]
|
769
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
770
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
771
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:08:34 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:08:34 UTC +00:00]]
|
772
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "" = '996cb06b7feef7d70ed31f20fc5008ff70d82778' WHERE "thing_with_obscured_ids"."id" = 2[0m
|
773
|
+
SQLite3::SQLException: no such column: : UPDATE "thing_with_obscured_ids" SET "" = '996cb06b7feef7d70ed31f20fc5008ff70d82778' WHERE "thing_with_obscured_ids"."id" = 2
|
774
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
775
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
776
|
+
[1m[35m (0.0ms)[0m begin transaction
|
777
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
778
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:08:34 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:08:34 UTC +00:00]]
|
779
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
780
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
781
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:08:34 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:08:34 UTC +00:00]]
|
782
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
783
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
784
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:08:34 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:08:34 UTC +00:00]]
|
785
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
786
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
787
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:08:34 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:08:34 UTC +00:00]]
|
788
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
789
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
790
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:08:34 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:08:34 UTC +00:00]]
|
791
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
792
|
+
[1m[35mThingWithObscuredId Load (0.1ms)[0m SELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids" ORDER BY "thing_with_obscured_ids"."id" ASC LIMIT 1000
|
793
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "thing_with_obscured_ids" [0m
|
794
|
+
[1m[35mThingWithObscuredId Load (0.0ms)[0m SELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids"
|
795
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
796
|
+
[1m[35m (0.0ms)[0m begin transaction
|
797
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
798
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:08:34 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:08:34 UTC +00:00]]
|
799
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "" = 'bb4af70560003598b374e07ee41771ae3d5dc20b' WHERE "thing_with_obscured_ids"."id" = 1[0m
|
800
|
+
SQLite3::SQLException: no such column: : UPDATE "thing_with_obscured_ids" SET "" = 'bb4af70560003598b374e07ee41771ae3d5dc20b' WHERE "thing_with_obscured_ids"."id" = 1
|
801
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
802
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
803
|
+
[1m[35m (0.0ms)[0m begin transaction
|
804
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
805
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:08:34 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:08:34 UTC +00:00]]
|
806
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "obscured_id" = '25e6c4b3ca149f5620c4e1d46835b26870c268d7' WHERE "thing_with_obscured_ids"."id" = 1[0m
|
807
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
808
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
809
|
+
Connecting to database specified by database.yml
|
810
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
811
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
812
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
813
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
814
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
815
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
816
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
817
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
818
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
819
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
820
|
+
[1m[36mSQL (2.1ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:08:53 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:08:53 UTC +00:00]]
|
821
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
822
|
+
[1m[36m (2.2ms)[0m [1mrollback transaction[0m
|
823
|
+
[1m[35m (0.0ms)[0m begin transaction
|
824
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
825
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:08:53 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:08:53 UTC +00:00]]
|
826
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
827
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
828
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
829
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
830
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:08:53 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:08:53 UTC +00:00]]
|
831
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
832
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
833
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:08:53 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:08:53 UTC +00:00]]
|
834
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "" = 'ca0bea026c7113aafe6ba3657796622493aee2ab' WHERE "thing_with_obscured_ids"."id" = 2[0m
|
835
|
+
SQLite3::SQLException: no such column: : UPDATE "thing_with_obscured_ids" SET "" = 'ca0bea026c7113aafe6ba3657796622493aee2ab' WHERE "thing_with_obscured_ids"."id" = 2
|
836
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
837
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
838
|
+
[1m[35m (0.0ms)[0m begin transaction
|
839
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
840
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:08:53 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:08:53 UTC +00:00]]
|
841
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
842
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
843
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:08:53 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:08:53 UTC +00:00]]
|
844
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
845
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
846
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:08:53 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:08:53 UTC +00:00]]
|
847
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
848
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
849
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:08:53 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:08:53 UTC +00:00]]
|
850
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
851
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
852
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:08:53 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:08:53 UTC +00:00]]
|
853
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
854
|
+
[1m[35mThingWithObscuredId Load (0.1ms)[0m SELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids" ORDER BY "thing_with_obscured_ids"."id" ASC LIMIT 1000
|
855
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "thing_with_obscured_ids" [0m
|
856
|
+
[1m[35mThingWithObscuredId Load (0.0ms)[0m SELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids"
|
857
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
858
|
+
[1m[35m (0.0ms)[0m begin transaction
|
859
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
860
|
+
[1m[35m (0.0ms)[0m begin transaction
|
861
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
862
|
+
Connecting to database specified by database.yml
|
863
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
864
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
865
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
866
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
867
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
868
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
869
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
870
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
871
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
872
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
873
|
+
[1m[36mSQL (2.2ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:09:09 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:09:09 UTC +00:00]]
|
874
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = '62cf0c92d9576a10dd6c5465d6e98e637830c494' WHERE "thing_with_obscured_ids"."id" = 1
|
875
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
876
|
+
[1m[35m (1.8ms)[0m rollback transaction
|
877
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
878
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
879
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:09:09 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:09:09 UTC +00:00]]
|
880
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = '62cf0c92d9576a10dd6c5465d6e98e637830c494' WHERE "thing_with_obscured_ids"."id" = 1
|
881
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
882
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
883
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
884
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
885
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:09:09 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:09:09 UTC +00:00]]
|
886
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
887
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
888
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:09:09 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:09:09 UTC +00:00]]
|
889
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "obscured_id" = 'a359b86b377d2fb60507731525a02e82e3a19593' WHERE "thing_with_obscured_ids"."id" = 2[0m
|
890
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
891
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
892
|
+
[1m[35m (0.0ms)[0m begin transaction
|
893
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
894
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:09:09 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:09:09 UTC +00:00]]
|
895
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
896
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
897
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:09:09 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:09:09 UTC +00:00]]
|
898
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
899
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
900
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:09:09 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:09:09 UTC +00:00]]
|
901
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
902
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
903
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:09:09 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:09:09 UTC +00:00]]
|
904
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
905
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
906
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:09:09 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:09:09 UTC +00:00]]
|
907
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
908
|
+
[1m[35mThingWithObscuredId Load (0.1ms)[0m SELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids" ORDER BY "thing_with_obscured_ids"."id" ASC LIMIT 1000
|
909
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "thing_with_obscured_ids" [0m
|
910
|
+
[1m[35mThingWithObscuredId Load (0.0ms)[0m SELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids"
|
911
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
912
|
+
[1m[35m (0.0ms)[0m begin transaction
|
913
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
914
|
+
[1m[35m (0.0ms)[0m begin transaction
|
915
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
916
|
+
Connecting to database specified by database.yml
|
917
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
918
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
919
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
920
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
921
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
922
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
923
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
924
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
925
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
926
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
927
|
+
[1m[36mSQL (2.3ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:09:18 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:09:18 UTC +00:00]]
|
928
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = '08736458d75b4fd3a7a07ee224363c2d7d1b1f1c' WHERE "thing_with_obscured_ids"."id" = 1
|
929
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
930
|
+
[1m[35m (2.2ms)[0m rollback transaction
|
931
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
932
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
933
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:09:18 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:09:18 UTC +00:00]]
|
934
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = '08736458d75b4fd3a7a07ee224363c2d7d1b1f1c' WHERE "thing_with_obscured_ids"."id" = 1
|
935
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
936
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
937
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
938
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
939
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:09:18 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:09:18 UTC +00:00]]
|
940
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
941
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
942
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:09:18 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:09:18 UTC +00:00]]
|
943
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "obscured_id" = 'fcb2d5b58abfda2686be22fb5534522599f389e8' WHERE "thing_with_obscured_ids"."id" = 2[0m
|
944
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
945
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
946
|
+
[1m[35m (0.0ms)[0m begin transaction
|
947
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
948
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:09:18 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:09:18 UTC +00:00]]
|
949
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
950
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
951
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:09:18 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:09:18 UTC +00:00]]
|
952
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
953
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
954
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:09:18 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:09:18 UTC +00:00]]
|
955
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
956
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
957
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:09:18 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:09:18 UTC +00:00]]
|
958
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
959
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
960
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:09:18 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:09:18 UTC +00:00]]
|
961
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
962
|
+
[1m[35mThingWithObscuredId Load (0.1ms)[0m SELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids" ORDER BY "thing_with_obscured_ids"."id" ASC LIMIT 1000
|
963
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "thing_with_obscured_ids" [0m
|
964
|
+
[1m[35mThingWithObscuredId Load (0.0ms)[0m SELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids"
|
965
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
966
|
+
[1m[35m (0.0ms)[0m begin transaction
|
967
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
968
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:09:18 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:09:18 UTC +00:00]]
|
969
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "obscured_id" = '08736458d75b4fd3a7a07ee224363c2d7d1b1f1c' WHERE "thing_with_obscured_ids"."id" = 1[0m
|
970
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
971
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
972
|
+
[1m[35m (0.0ms)[0m begin transaction
|
973
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
974
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:09:18 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:09:18 UTC +00:00]]
|
975
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "obscured_id" = '77ab34594d869f59d4739f1d5eb28c6a09d5a384' WHERE "thing_with_obscured_ids"."id" = 1[0m
|
976
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
977
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
978
|
+
Connecting to database specified by database.yml
|
979
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
980
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
981
|
+
[1m[36mSQL (1.9ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:10:00 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:10:00 UTC +00:00]]
|
982
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = '123cadec0028afd55d70772fcd6b4ed3c440553a' WHERE "thing_with_obscured_ids"."id" = 1
|
983
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
984
|
+
[1m[35m (2.3ms)[0m rollback transaction
|
985
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
986
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
987
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:10:00 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:10:00 UTC +00:00]]
|
988
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = '123cadec0028afd55d70772fcd6b4ed3c440553a' WHERE "thing_with_obscured_ids"."id" = 1
|
989
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
990
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
991
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
992
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
993
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:10:00 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:10:00 UTC +00:00]]
|
994
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = '123cadec0028afd55d70772fcd6b4ed3c440553a' WHERE "thing_with_obscured_ids"."id" = 1
|
995
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
996
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
997
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
998
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
999
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:10:00 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:10:00 UTC +00:00]]
|
1000
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1001
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1002
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:10:00 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:10:00 UTC +00:00]]
|
1003
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "obscured_id" = '9211380aa5c090e9ae399aaf2e9d19b9d5906c64' WHERE "thing_with_obscured_ids"."id" = 2[0m
|
1004
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1005
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
1006
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1007
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1008
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:10:00 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:10:00 UTC +00:00]]
|
1009
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "obscured_id" = '123cadec0028afd55d70772fcd6b4ed3c440553a' WHERE "thing_with_obscured_ids"."id" = 1[0m
|
1010
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1011
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
1012
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1013
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1014
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:10:00 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:10:00 UTC +00:00]]
|
1015
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1016
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1017
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:10:00 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:10:00 UTC +00:00]]
|
1018
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1019
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1020
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:10:00 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:10:00 UTC +00:00]]
|
1021
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1022
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1023
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:10:00 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:10:00 UTC +00:00]]
|
1024
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1025
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1026
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:10:00 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:10:00 UTC +00:00]]
|
1027
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1028
|
+
[1m[35mThingWithObscuredId Load (0.1ms)[0m SELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids" ORDER BY "thing_with_obscured_ids"."id" ASC LIMIT 1000
|
1029
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "thing_with_obscured_ids" [0m
|
1030
|
+
[1m[35mThingWithObscuredId Load (0.0ms)[0m SELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids"
|
1031
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
1032
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1033
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
1034
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1035
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
1036
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1037
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
1038
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1039
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
1040
|
+
Connecting to database specified by database.yml
|
1041
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1042
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1043
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1044
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1045
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1046
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1047
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1048
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1049
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1050
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1051
|
+
[1m[36mSQL (2.2ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:27:06 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:27:06 UTC +00:00]]
|
1052
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = '537b511cb427464eefc9e023aaa9f51fcfb72920' WHERE "thing_with_obscured_ids"."id" = 1
|
1053
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1054
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
1055
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1056
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1057
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:27:06 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:27:06 UTC +00:00]]
|
1058
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = '537b511cb427464eefc9e023aaa9f51fcfb72920' WHERE "thing_with_obscured_ids"."id" = 1
|
1059
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1060
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
1061
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1062
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1063
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:27:06 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:27:06 UTC +00:00]]
|
1064
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1065
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1066
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:27:06 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:27:06 UTC +00:00]]
|
1067
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "obscured_id" = 'c1a9e07a55401afc36d9f4d8c1eb05aa43f073bc' WHERE "thing_with_obscured_ids"."id" = 2[0m
|
1068
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1069
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
1070
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1071
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1072
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:27:06 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:27:06 UTC +00:00]]
|
1073
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1074
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1075
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:27:06 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:27:06 UTC +00:00]]
|
1076
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1077
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1078
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:27:06 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:27:06 UTC +00:00]]
|
1079
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1080
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1081
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:27:06 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:27:06 UTC +00:00]]
|
1082
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1083
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1084
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:27:06 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:27:06 UTC +00:00]]
|
1085
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1086
|
+
[1m[35mThingWithObscuredId Load (0.1ms)[0m SELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids" ORDER BY "thing_with_obscured_ids"."id" ASC LIMIT 1000
|
1087
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "thing_with_obscured_ids" [0m
|
1088
|
+
[1m[35mThingWithObscuredId Load (0.0ms)[0m SELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids"
|
1089
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
1090
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1091
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1092
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:27:06 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:27:06 UTC +00:00]]
|
1093
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "other_id" = '4c8e7a9cc37ec938d4cd33e3a1c03c8037a74672' WHERE "thing_with_obscured_ids"."id" = 1[0m
|
1094
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1095
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
1096
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1097
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1098
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:27:06 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:27:06 UTC +00:00]]
|
1099
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "other_id" = '27a668a1f5ce2de902e797e764fdf0e277b7128a' WHERE "thing_with_obscured_ids"."id" = 1[0m
|
1100
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1101
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
1102
|
+
Connecting to database specified by database.yml
|
1103
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1104
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1105
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1106
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1107
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1108
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1109
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1110
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1111
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1112
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1113
|
+
[1m[36mSQL (2.0ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:32:06 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:32:06 UTC +00:00]]
|
1114
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1115
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1116
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:32:06 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:32:06 UTC +00:00]]
|
1117
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "obscured_id" = 'c63ab17cb9a7d4e2e6bbee256bad7fc4645f33ef' WHERE "thing_with_obscured_ids"."id" = 2[0m
|
1118
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1119
|
+
[1m[36m (1.8ms)[0m [1mrollback transaction[0m
|
1120
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1121
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1122
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:32:06 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:32:06 UTC +00:00]]
|
1123
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "obscured_id" = 'e10770f6dca444ebfeffb14a543cbea3396d8597' WHERE "thing_with_obscured_ids"."id" = 1[0m
|
1124
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1125
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
1126
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1127
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1128
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:32:06 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:32:06 UTC +00:00]]
|
1129
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "obscured_id" = 'e10770f6dca444ebfeffb14a543cbea3396d8597' WHERE "thing_with_obscured_ids"."id" = 1[0m
|
1130
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1131
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
1132
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1133
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1134
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:32:06 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:32:06 UTC +00:00]]
|
1135
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1136
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1137
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:32:06 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:32:06 UTC +00:00]]
|
1138
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1139
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1140
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:32:06 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:32:06 UTC +00:00]]
|
1141
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1142
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1143
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:32:06 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:32:06 UTC +00:00]]
|
1144
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1145
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1146
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:32:06 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:32:06 UTC +00:00]]
|
1147
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1148
|
+
[1m[35mThingWithObscuredId Load (0.1ms)[0m SELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids" ORDER BY "thing_with_obscured_ids"."id" ASC LIMIT 1000
|
1149
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "thing_with_obscured_ids" [0m
|
1150
|
+
[1m[35mThingWithObscuredId Load (0.0ms)[0m SELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids"
|
1151
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
1152
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1153
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1154
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:32:06 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:32:06 UTC +00:00]]
|
1155
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "other_id" = '433a77b4dd9634c349271f637f09df464582fa18' WHERE "thing_with_obscured_ids"."id" = 1[0m
|
1156
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1157
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
1158
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1159
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1160
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:32:06 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:32:06 UTC +00:00]]
|
1161
|
+
[1m[36mSQL (0.4ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "other_id" = '7fa1c6e364cf0ffcac2818ea351c17abb726afaf' WHERE "thing_with_obscured_ids"."id" = 1[0m
|
1162
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1163
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
1164
|
+
Connecting to database specified by database.yml
|
1165
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1166
|
+
[1m[35mSQL (2.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:33:23 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:33:23 UTC +00:00]]
|
1167
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "other_id" = 'b1fb43f347ccfc0587e978a9021c3323a186762c' WHERE "thing_with_obscured_ids"."id" = 1[0m
|
1168
|
+
[1m[35m (2.6ms)[0m commit transaction
|
1169
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1170
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1171
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1172
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1173
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1174
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1175
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:33:23 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:33:23 UTC +00:00]]
|
1176
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1177
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1178
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:33:23 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:33:23 UTC +00:00]]
|
1179
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "other_id" = '60a00ac930716475cdb3af8e8a65667156ce67b3' WHERE "thing_with_obscured_ids"."id" = 3[0m
|
1180
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1181
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
1182
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1183
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1184
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:33:23 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:33:23 UTC +00:00]]
|
1185
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "other_id" = '6d07e114078cbf4bd9580230cbe32f70f019ba0c' WHERE "thing_with_obscured_ids"."id" = 2[0m
|
1186
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1187
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
1188
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1189
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1190
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:33:23 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:33:23 UTC +00:00]]
|
1191
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "other_id" = '6d07e114078cbf4bd9580230cbe32f70f019ba0c' WHERE "thing_with_obscured_ids"."id" = 2[0m
|
1192
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1193
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
1194
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1195
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1196
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:33:23 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:33:23 UTC +00:00]]
|
1197
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1198
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1199
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:33:23 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:33:23 UTC +00:00]]
|
1200
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1201
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1202
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:33:23 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:33:23 UTC +00:00]]
|
1203
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1204
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1205
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:33:23 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:33:23 UTC +00:00]]
|
1206
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1207
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1208
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:33:23 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:33:23 UTC +00:00]]
|
1209
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1210
|
+
[1m[35mThingWithObscuredId Load (0.1ms)[0m SELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids" ORDER BY "thing_with_obscured_ids"."id" ASC LIMIT 1000
|
1211
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "thing_with_obscured_ids" [0m
|
1212
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
1213
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1214
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1215
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1216
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1217
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1218
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1219
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1220
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1221
|
+
Connecting to database specified by database.yml
|
1222
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1223
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1224
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1225
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1226
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1227
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1228
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1229
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1230
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1231
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1232
|
+
[1m[36mSQL (2.1ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:36:02 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:36:02 UTC +00:00]]
|
1233
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = 'b7e69f54b53789cf12bd99ceb302e796c09892b9' WHERE "thing_with_obscured_ids"."id" = 2
|
1234
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1235
|
+
[1m[35m (1.5ms)[0m rollback transaction
|
1236
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1237
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1238
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:36:02 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:36:02 UTC +00:00]]
|
1239
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = 'b7e69f54b53789cf12bd99ceb302e796c09892b9' WHERE "thing_with_obscured_ids"."id" = 2
|
1240
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1241
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
1242
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1243
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1244
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:36:02 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:36:02 UTC +00:00]]
|
1245
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1246
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1247
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:36:02 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:36:02 UTC +00:00]]
|
1248
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "obscured_id" = 'ce802e3caf66199553a9332d8475e86679bfb353' WHERE "thing_with_obscured_ids"."id" = 3[0m
|
1249
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1250
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
1251
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1252
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1253
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:36:02 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:36:02 UTC +00:00]]
|
1254
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1255
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1256
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:36:02 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:36:02 UTC +00:00]]
|
1257
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1258
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1259
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:36:02 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:36:02 UTC +00:00]]
|
1260
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1261
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1262
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:36:02 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:36:02 UTC +00:00]]
|
1263
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1264
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1265
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:36:02 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:36:02 UTC +00:00]]
|
1266
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1267
|
+
[1m[35mThingWithObscuredId Load (0.1ms)[0m SELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids" ORDER BY "thing_with_obscured_ids"."id" ASC LIMIT 1000
|
1268
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "thing_with_obscured_ids" [0m
|
1269
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
1270
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1271
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:36:02 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:36:02 UTC +00:00]]
|
1272
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "other_id" = 'a69990334c09a20879011284bc65abbae63b78e1' WHERE "thing_with_obscured_ids"."id" = 2[0m
|
1273
|
+
[1m[35m (0.6ms)[0m commit transaction
|
1274
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1275
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1276
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1277
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1278
|
+
Connecting to database specified by database.yml
|
1279
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1280
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1281
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1282
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1283
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1284
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1285
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1286
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1287
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1288
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1289
|
+
[1m[36mSQL (1.9ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:36:17 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:36:17 UTC +00:00]]
|
1290
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = 'cd9d40802d8f36d8a4d5fbcc5140ac9fd4ed6d90' WHERE "thing_with_obscured_ids"."id" = 3
|
1291
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1292
|
+
[1m[35m (1.5ms)[0m rollback transaction
|
1293
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1294
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1295
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:36:17 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:36:17 UTC +00:00]]
|
1296
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = 'cd9d40802d8f36d8a4d5fbcc5140ac9fd4ed6d90' WHERE "thing_with_obscured_ids"."id" = 3
|
1297
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1298
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
1299
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1300
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1301
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:36:17 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:36:17 UTC +00:00]]
|
1302
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1303
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1304
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:36:17 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:36:17 UTC +00:00]]
|
1305
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "obscured_id" = '9ff3e04469b495105e50d88c325919c93cf4c7f7' WHERE "thing_with_obscured_ids"."id" = 4[0m
|
1306
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1307
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
1308
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1309
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1310
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:36:17 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:36:17 UTC +00:00]]
|
1311
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1312
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1313
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:36:17 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:36:17 UTC +00:00]]
|
1314
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1315
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1316
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:36:17 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:36:17 UTC +00:00]]
|
1317
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1318
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1319
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:36:17 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:36:17 UTC +00:00]]
|
1320
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1321
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1322
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:36:17 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:36:17 UTC +00:00]]
|
1323
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1324
|
+
[1m[35mThingWithObscuredId Load (0.1ms)[0m SELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids" ORDER BY "thing_with_obscured_ids"."id" ASC LIMIT 1000
|
1325
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "thing_with_obscured_ids" [0m
|
1326
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
1327
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1328
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:36:17 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:36:17 UTC +00:00]]
|
1329
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "other_id" = 'ad8c45e4bacf7525f443d5638299d77a6d79db56' WHERE "thing_with_obscured_ids"."id" = 3[0m
|
1330
|
+
[1m[35m (0.7ms)[0m commit transaction
|
1331
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1332
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1333
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1334
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1335
|
+
Connecting to database specified by database.yml
|
1336
|
+
[1m[36m (0.3ms)[0m [1mselect sqlite_version(*)[0m
|
1337
|
+
[1m[35m (1.1ms)[0m CREATE TABLE "thing_with_configured_obscured_ids" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hidden_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
1338
|
+
[1m[36m (1.0ms)[0m [1mCREATE TABLE "thing_with_obscured_ids" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "obscured_id" varchar(255), "other_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1339
|
+
[1m[35m (0.8ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1340
|
+
[1m[36m (0.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1341
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1342
|
+
[1m[36m (0.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130507235114')[0m
|
1343
|
+
[1m[35m (0.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130507231624')
|
1344
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1345
|
+
Connecting to database specified by database.yml
|
1346
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1347
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1348
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1349
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1350
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1351
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1352
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1353
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1354
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1355
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1356
|
+
[1m[36mSQL (1.8ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:38:40 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:38:40 UTC +00:00]]
|
1357
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = 'a3f6778c7e24f8d0794e8dd98cc44063fb72729d' WHERE "thing_with_obscured_ids"."id" = 1
|
1358
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1359
|
+
[1m[35m (2.3ms)[0m rollback transaction
|
1360
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1361
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1362
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:38:40 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:38:40 UTC +00:00]]
|
1363
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = 'a3f6778c7e24f8d0794e8dd98cc44063fb72729d' WHERE "thing_with_obscured_ids"."id" = 1
|
1364
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1365
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
1366
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1367
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1368
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:38:40 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:38:40 UTC +00:00]]
|
1369
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1370
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1371
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:38:40 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:38:40 UTC +00:00]]
|
1372
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "obscured_id" = '664aaf6a6539fb73ad1e324decc5d268950dcf08' WHERE "thing_with_obscured_ids"."id" = 2[0m
|
1373
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1374
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
1375
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1376
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1377
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:38:40 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:38:40 UTC +00:00]]
|
1378
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1379
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1380
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:38:40 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:38:40 UTC +00:00]]
|
1381
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1382
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1383
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:38:40 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:38:40 UTC +00:00]]
|
1384
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1385
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1386
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:38:40 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:38:40 UTC +00:00]]
|
1387
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1388
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1389
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:38:40 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:38:40 UTC +00:00]]
|
1390
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1391
|
+
[1m[35mThingWithObscuredId Load (0.1ms)[0m SELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids" ORDER BY "thing_with_obscured_ids"."id" ASC LIMIT 1000
|
1392
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "thing_with_obscured_ids" [0m
|
1393
|
+
[1m[35mThingWithObscuredId Load (0.0ms)[0m SELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids"
|
1394
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
1395
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1396
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:38:40 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:38:40 UTC +00:00]]
|
1397
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_obscured_ids" SET "other_id" = 'bf37da31ff2849f7b8506745965d505a313ba53f' WHERE "thing_with_obscured_ids"."id" = 1
|
1398
|
+
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
|
1399
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1400
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
1401
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1402
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
1403
|
+
Connecting to database specified by database.yml
|
1404
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1405
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1406
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1407
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1408
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1409
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1410
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1411
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1412
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1413
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1414
|
+
[1m[36mSQL (2.2ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:38:55 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:38:55 UTC +00:00]]
|
1415
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = '3cf43bc3589db7e46a59e49408aec5e960e51854' WHERE "thing_with_obscured_ids"."id" = 2
|
1416
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1417
|
+
[1m[35m (2.3ms)[0m rollback transaction
|
1418
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1419
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1420
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:38:55 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:38:55 UTC +00:00]]
|
1421
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = '3cf43bc3589db7e46a59e49408aec5e960e51854' WHERE "thing_with_obscured_ids"."id" = 2
|
1422
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1423
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
1424
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1425
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1426
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:38:55 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:38:55 UTC +00:00]]
|
1427
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1428
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1429
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:38:55 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:38:55 UTC +00:00]]
|
1430
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "obscured_id" = '8380b72e469192be61d79d07a7cfe53e42095062' WHERE "thing_with_obscured_ids"."id" = 3[0m
|
1431
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1432
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
1433
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1434
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1435
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:38:55 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:38:55 UTC +00:00]]
|
1436
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1437
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1438
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:38:55 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:38:55 UTC +00:00]]
|
1439
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1440
|
+
[1m[36m (0.4ms)[0m [1mSAVEPOINT active_record_1[0m
|
1441
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:38:55 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:38:55 UTC +00:00]]
|
1442
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1443
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1444
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:38:55 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:38:55 UTC +00:00]]
|
1445
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1446
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1447
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:38:55 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:38:55 UTC +00:00]]
|
1448
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1449
|
+
[1m[35mThingWithObscuredId Load (0.1ms)[0m SELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids" ORDER BY "thing_with_obscured_ids"."id" ASC LIMIT 1000
|
1450
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "thing_with_obscured_ids" [0m
|
1451
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
1452
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1453
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:38:55 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:38:55 UTC +00:00]]
|
1454
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "other_id" = '57bc6734a21c4b39c2abff2a83da12354284d980' WHERE "thing_with_obscured_ids"."id" = 2[0m
|
1455
|
+
[1m[35m (0.8ms)[0m commit transaction
|
1456
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1457
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1458
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1459
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1460
|
+
Connecting to database specified by database.yml
|
1461
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1462
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1463
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1464
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1465
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1466
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1467
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1468
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1469
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1470
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1471
|
+
[1m[36mSQL (2.3ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:41:34 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:41:34 UTC +00:00]]
|
1472
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = '8d0040e4848296b77452fd997f83f8eaffcfbead' WHERE "thing_with_obscured_ids"."id" = 3
|
1473
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1474
|
+
[1m[35m (1.7ms)[0m rollback transaction
|
1475
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1476
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1477
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:41:34 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:41:34 UTC +00:00]]
|
1478
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = '8d0040e4848296b77452fd997f83f8eaffcfbead' WHERE "thing_with_obscured_ids"."id" = 3
|
1479
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1480
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
1481
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1482
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1483
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:41:34 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:41:34 UTC +00:00]]
|
1484
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1485
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1486
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:41:34 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:41:34 UTC +00:00]]
|
1487
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "obscured_id" = '99c1f8192eacf4596c71dbc3e8fbb130269d1b9e' WHERE "thing_with_obscured_ids"."id" = 4[0m
|
1488
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1489
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
1490
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1491
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1492
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:41:34 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:41:34 UTC +00:00]]
|
1493
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1494
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1495
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:41:34 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:41:34 UTC +00:00]]
|
1496
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1497
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1498
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:41:34 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:41:34 UTC +00:00]]
|
1499
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1500
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1501
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:41:34 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:41:34 UTC +00:00]]
|
1502
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1503
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1504
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:41:34 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:41:34 UTC +00:00]]
|
1505
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1506
|
+
[1m[35mThingWithObscuredId Load (0.1ms)[0m SELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids" ORDER BY "thing_with_obscured_ids"."id" ASC LIMIT 1000
|
1507
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "thing_with_obscured_ids" [0m
|
1508
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
1509
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1510
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:41:34 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:41:34 UTC +00:00]]
|
1511
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "other_id" = 'f780f788e9d1a6faad6308fa49e55d96192236ec' WHERE "thing_with_obscured_ids"."id" = 3[0m
|
1512
|
+
[1m[35m (1.8ms)[0m commit transaction
|
1513
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1514
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1515
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1516
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1517
|
+
[1m[36mThingWithObscuredId Load (0.1ms)[0m [1mSELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids" [0m
|
1518
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1519
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "thing_with_obscured_ids" WHERE "thing_with_obscured_ids"."id" = ?[0m [["id", 1]]
|
1520
|
+
[1m[35m (0.5ms)[0m commit transaction
|
1521
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1522
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "thing_with_obscured_ids" WHERE "thing_with_obscured_ids"."id" = ? [["id", 2]]
|
1523
|
+
[1m[36m (0.4ms)[0m [1mcommit transaction[0m
|
1524
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1525
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "thing_with_obscured_ids" WHERE "thing_with_obscured_ids"."id" = ?[0m [["id", 3]]
|
1526
|
+
[1m[35m (0.7ms)[0m commit transaction
|
1527
|
+
Connecting to database specified by database.yml
|
1528
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1529
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1530
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1531
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1532
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1533
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1534
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1535
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1536
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1537
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1538
|
+
[1m[36mSQL (2.1ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:41:45 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:41:45 UTC +00:00]]
|
1539
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = '55198ab274d98cac60123e95023cfe452576a3a7' WHERE "thing_with_obscured_ids"."id" = 4
|
1540
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1541
|
+
[1m[35m (4.2ms)[0m rollback transaction
|
1542
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1543
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1544
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:41:45 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:41:45 UTC +00:00]]
|
1545
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = '55198ab274d98cac60123e95023cfe452576a3a7' WHERE "thing_with_obscured_ids"."id" = 4
|
1546
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1547
|
+
[1m[35m (3.2ms)[0m rollback transaction
|
1548
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1549
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1550
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:41:45 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:41:45 UTC +00:00]]
|
1551
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1552
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1553
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:41:45 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:41:45 UTC +00:00]]
|
1554
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "obscured_id" = 'aa89600942fb0d3a86359dae6494cfc07fdbf09d' WHERE "thing_with_obscured_ids"."id" = 5[0m
|
1555
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1556
|
+
[1m[36m (19.7ms)[0m [1mrollback transaction[0m
|
1557
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1558
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1559
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:41:45 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:41:45 UTC +00:00]]
|
1560
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1561
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1562
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:41:45 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:41:45 UTC +00:00]]
|
1563
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1564
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1565
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:41:45 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:41:45 UTC +00:00]]
|
1566
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1567
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1568
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:41:45 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:41:45 UTC +00:00]]
|
1569
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1570
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1571
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:41:45 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:41:45 UTC +00:00]]
|
1572
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1573
|
+
[1m[35mThingWithObscuredId Load (0.1ms)[0m SELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids" ORDER BY "thing_with_obscured_ids"."id" ASC LIMIT 1000
|
1574
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "thing_with_obscured_ids" [0m
|
1575
|
+
[1m[35mThingWithObscuredId Load (0.0ms)[0m SELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids"
|
1576
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
1577
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1578
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:41:45 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:41:45 UTC +00:00]]
|
1579
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_obscured_ids" SET "other_id" = '23e4d5d9ad6b00731ecea793bd05e05099fd14a0' WHERE "thing_with_obscured_ids"."id" = 4
|
1580
|
+
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
|
1581
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1582
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
1583
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1584
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
1585
|
+
[1m[35mThingWithObscuredId Load (0.1ms)[0m SELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids"
|
1586
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1587
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "thing_with_obscured_ids" WHERE "thing_with_obscured_ids"."id" = ? [["id", 4]]
|
1588
|
+
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
|
1589
|
+
Connecting to database specified by database.yml
|
1590
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1591
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1592
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1593
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1594
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1595
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1596
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1597
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1598
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1599
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1600
|
+
[1m[36mSQL (2.4ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:41:47 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:41:47 UTC +00:00]]
|
1601
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = 'e54b2c2baad1136a535f34d6bf02471302696bb0' WHERE "thing_with_obscured_ids"."id" = 5
|
1602
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1603
|
+
[1m[35m (1.5ms)[0m rollback transaction
|
1604
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1605
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1606
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:41:47 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:41:47 UTC +00:00]]
|
1607
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = 'e54b2c2baad1136a535f34d6bf02471302696bb0' WHERE "thing_with_obscured_ids"."id" = 5
|
1608
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1609
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
1610
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1611
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1612
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:41:47 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:41:47 UTC +00:00]]
|
1613
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1614
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1615
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:41:47 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:41:47 UTC +00:00]]
|
1616
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "obscured_id" = 'f70a563b3511dfbff4f44fe4ace34682c2291131' WHERE "thing_with_obscured_ids"."id" = 6[0m
|
1617
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1618
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
1619
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1620
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1621
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:41:47 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:41:47 UTC +00:00]]
|
1622
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1623
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1624
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:41:47 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:41:47 UTC +00:00]]
|
1625
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1626
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1627
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:41:47 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:41:47 UTC +00:00]]
|
1628
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1629
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1630
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:41:47 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:41:47 UTC +00:00]]
|
1631
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1632
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1633
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:41:47 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:41:47 UTC +00:00]]
|
1634
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1635
|
+
[1m[35mThingWithObscuredId Load (0.1ms)[0m SELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids" ORDER BY "thing_with_obscured_ids"."id" ASC LIMIT 1000
|
1636
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "thing_with_obscured_ids" [0m
|
1637
|
+
[1m[35mThingWithObscuredId Load (0.3ms)[0m SELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids"
|
1638
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
1639
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1640
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:41:47 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:41:47 UTC +00:00]]
|
1641
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "thing_with_obscured_ids" SET "other_id" = '41684803fafc00ec782a95715b69e656b3314dfa' WHERE "thing_with_obscured_ids"."id" = 5
|
1642
|
+
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
|
1643
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1644
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
1645
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1646
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
1647
|
+
[1m[35mThingWithObscuredId Load (0.1ms)[0m SELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids"
|
1648
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1649
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "thing_with_obscured_ids" WHERE "thing_with_obscured_ids"."id" = ? [["id", 5]]
|
1650
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
1651
|
+
Connecting to database specified by database.yml
|
1652
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1653
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1654
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1655
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1656
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1657
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1658
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1659
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1660
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1661
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1662
|
+
[1m[36mSQL (2.1ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:41:49 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:41:49 UTC +00:00]]
|
1663
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = '149f8fa8aaa8db4e9d7f1b61c80916e0fbb5269f' WHERE "thing_with_obscured_ids"."id" = 6
|
1664
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1665
|
+
[1m[35m (1.3ms)[0m rollback transaction
|
1666
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1667
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1668
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:41:49 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:41:49 UTC +00:00]]
|
1669
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = '149f8fa8aaa8db4e9d7f1b61c80916e0fbb5269f' WHERE "thing_with_obscured_ids"."id" = 6
|
1670
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1671
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
1672
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1673
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1674
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:41:49 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:41:49 UTC +00:00]]
|
1675
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1676
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1677
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:41:49 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:41:49 UTC +00:00]]
|
1678
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "obscured_id" = 'cfe2dad2763e6bb0967306ff75af6e58aa4ea66a' WHERE "thing_with_obscured_ids"."id" = 7[0m
|
1679
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1680
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
1681
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1682
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1683
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:41:49 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:41:49 UTC +00:00]]
|
1684
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1685
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1686
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:41:49 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:41:49 UTC +00:00]]
|
1687
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1688
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1689
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:41:49 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:41:49 UTC +00:00]]
|
1690
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1691
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1692
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:41:49 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:41:49 UTC +00:00]]
|
1693
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1694
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1695
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:41:49 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:41:49 UTC +00:00]]
|
1696
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1697
|
+
[1m[35mThingWithObscuredId Load (0.1ms)[0m SELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids" ORDER BY "thing_with_obscured_ids"."id" ASC LIMIT 1000
|
1698
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "thing_with_obscured_ids" [0m
|
1699
|
+
[1m[35mThingWithObscuredId Load (0.0ms)[0m SELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids"
|
1700
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
1701
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1702
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:41:49 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:41:49 UTC +00:00]]
|
1703
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_obscured_ids" SET "other_id" = 'd152c43dbf9bd4cc8de3c3af12c9c8e69cdd4486' WHERE "thing_with_obscured_ids"."id" = 6
|
1704
|
+
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
|
1705
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1706
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
1707
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1708
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
1709
|
+
[1m[35mThingWithObscuredId Load (0.1ms)[0m SELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids"
|
1710
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1711
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "thing_with_obscured_ids" WHERE "thing_with_obscured_ids"."id" = ? [["id", 6]]
|
1712
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
1713
|
+
Connecting to database specified by database.yml
|
1714
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1715
|
+
[1m[35mSQL (2.3ms)[0m INSERT INTO "thing_with_configured_obscured_ids" ("created_at", "hidden_id", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 08 May 2013 18:57:37 UTC +00:00], ["hidden_id", nil], ["updated_at", Wed, 08 May 2013 18:57:37 UTC +00:00]]
|
1716
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "thing_with_configured_obscured_ids" SET "hidden_id" = 'ad6f010bf00e0126b97b6f6463132cab9dbd6a00' WHERE "thing_with_configured_obscured_ids"."id" = 1[0m
|
1717
|
+
[1m[35m (0.8ms)[0m commit transaction
|
1718
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1719
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_configured_obscured_ids" SET "hidden_id" = 'ad6f010bf00e0126b97b6f6463132cab9dbd6a00' WHERE "thing_with_configured_obscured_ids"."id" = 1
|
1720
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
1721
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1722
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
1723
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1724
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
1725
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1726
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
1727
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1728
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1729
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:57:37 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:57:37 UTC +00:00]]
|
1730
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "obscured_id" = 'bc9cc36fc33243e2884ec3d9fa03995a42df0b78' WHERE "thing_with_obscured_ids"."id" = 7[0m
|
1731
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1732
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
1733
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1734
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1735
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:57:37 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:57:37 UTC +00:00]]
|
1736
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "obscured_id" = 'bc9cc36fc33243e2884ec3d9fa03995a42df0b78' WHERE "thing_with_obscured_ids"."id" = 7[0m
|
1737
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1738
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
1739
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1740
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1741
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:57:37 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:57:37 UTC +00:00]]
|
1742
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1743
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1744
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:57:37 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:57:37 UTC +00:00]]
|
1745
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = 'fc28f38e2862191a5be6815c6bf8266d99f1ba1f' WHERE "thing_with_obscured_ids"."id" = 8
|
1746
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1747
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
1748
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1749
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1750
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:57:37 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:57:37 UTC +00:00]]
|
1751
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1752
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1753
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:57:37 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:57:37 UTC +00:00]]
|
1754
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1755
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1756
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:57:37 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:57:37 UTC +00:00]]
|
1757
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1758
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1759
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:57:37 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:57:37 UTC +00:00]]
|
1760
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1761
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1762
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:57:37 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:57:37 UTC +00:00]]
|
1763
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1764
|
+
[1m[36mThingWithObscuredId Load (0.1ms)[0m [1mSELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids" ORDER BY "thing_with_obscured_ids"."id" ASC LIMIT 1000[0m
|
1765
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "thing_with_obscured_ids"
|
1766
|
+
[1m[36mThingWithObscuredId Load (0.0ms)[0m [1mSELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids" [0m
|
1767
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
1768
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1769
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:57:37 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:57:37 UTC +00:00]]
|
1770
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "other_id" = '5b01ed83311a9950192c5a00a55289f7bbe60ef5' WHERE "thing_with_obscured_ids"."id" = 7[0m
|
1771
|
+
[1m[35m (0.8ms)[0m commit transaction
|
1772
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1773
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1774
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1775
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1776
|
+
[1m[36mThingWithObscuredId Load (0.1ms)[0m [1mSELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids" [0m
|
1777
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1778
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "thing_with_obscured_ids" WHERE "thing_with_obscured_ids"."id" = ?[0m [["id", 7]]
|
1779
|
+
[1m[35m (0.9ms)[0m commit transaction
|
1780
|
+
Connecting to database specified by database.yml
|
1781
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1782
|
+
[1m[35mSQL (1.9ms)[0m INSERT INTO "thing_with_configured_obscured_ids" ("created_at", "hidden_id", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 08 May 2013 18:58:20 UTC +00:00], ["hidden_id", nil], ["updated_at", Wed, 08 May 2013 18:58:20 UTC +00:00]]
|
1783
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "thing_with_configured_obscured_ids" SET "hidden_id" = '4a8604c9f7e07eacda913066bca5a34c6b75030b' WHERE "thing_with_configured_obscured_ids"."id" = 2[0m
|
1784
|
+
[1m[35m (2.9ms)[0m commit transaction
|
1785
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1786
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1787
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1788
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1789
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1790
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_configured_obscured_ids" SET "hidden_id" = '4a8604c9f7e07eacda913066bca5a34c6b75030b' WHERE "thing_with_configured_obscured_ids"."id" = 2
|
1791
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
1792
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1793
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
1794
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1795
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1796
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:58:20 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:58:20 UTC +00:00]]
|
1797
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "obscured_id" = '2bbf9ba1ff75a61425952a626bde60ed998e56e2' WHERE "thing_with_obscured_ids"."id" = 8[0m
|
1798
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1799
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
1800
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1801
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1802
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:58:20 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:58:20 UTC +00:00]]
|
1803
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "obscured_id" = '2bbf9ba1ff75a61425952a626bde60ed998e56e2' WHERE "thing_with_obscured_ids"."id" = 8[0m
|
1804
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1805
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
1806
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1807
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1808
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:58:20 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:58:20 UTC +00:00]]
|
1809
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1810
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1811
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:58:20 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:58:20 UTC +00:00]]
|
1812
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = 'df605a562899354104f99e393b81fd3be31da5f0' WHERE "thing_with_obscured_ids"."id" = 9
|
1813
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1814
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
1815
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1816
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1817
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:58:20 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:58:20 UTC +00:00]]
|
1818
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1819
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1820
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:58:20 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:58:20 UTC +00:00]]
|
1821
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1822
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1823
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:58:20 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:58:20 UTC +00:00]]
|
1824
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1825
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1826
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:58:20 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:58:20 UTC +00:00]]
|
1827
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1828
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1829
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 18:58:20 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:58:20 UTC +00:00]]
|
1830
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1831
|
+
[1m[36mThingWithObscuredId Load (0.1ms)[0m [1mSELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids" ORDER BY "thing_with_obscured_ids"."id" ASC LIMIT 1000[0m
|
1832
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "thing_with_obscured_ids"
|
1833
|
+
[1m[36mThingWithObscuredId Load (0.0ms)[0m [1mSELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids" [0m
|
1834
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
1835
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1836
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 18:58:20 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 18:58:20 UTC +00:00]]
|
1837
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "other_id" = '80f476c6c1c993db0a4abd98d56e3c27f0d0ec18' WHERE "thing_with_obscured_ids"."id" = 8[0m
|
1838
|
+
[1m[35m (0.8ms)[0m commit transaction
|
1839
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1840
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1841
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1842
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1843
|
+
[1m[36mThingWithObscuredId Load (0.1ms)[0m [1mSELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids" [0m
|
1844
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1845
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "thing_with_obscured_ids" WHERE "thing_with_obscured_ids"."id" = ?[0m [["id", 8]]
|
1846
|
+
[1m[35m (0.9ms)[0m commit transaction
|
1847
|
+
Connecting to database specified by database.yml
|
1848
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1849
|
+
[1m[35mSQL (1.8ms)[0m INSERT INTO "thing_with_configured_obscured_ids" ("created_at", "hidden_id", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 08 May 2013 19:02:46 UTC +00:00], ["hidden_id", nil], ["updated_at", Wed, 08 May 2013 19:02:46 UTC +00:00]]
|
1850
|
+
[1m[36m (2.0ms)[0m [1mcommit transaction[0m
|
1851
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1852
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
1853
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1854
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
1855
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1856
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
1857
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1858
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
1859
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1860
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1861
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 19:02:46 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:02:46 UTC +00:00]]
|
1862
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1863
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1864
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 19:02:46 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:02:46 UTC +00:00]]
|
1865
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = '246c956bdde188cff9745d49d2456e610ee17211' WHERE "thing_with_obscured_ids"."id" = 10
|
1866
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1867
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
1868
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1869
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1870
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 19:02:46 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:02:46 UTC +00:00]]
|
1871
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = 'bc03f1bb192732d0e62e47d6b7e1caa68ab32d68' WHERE "thing_with_obscured_ids"."id" = 9
|
1872
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1873
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
1874
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1875
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1876
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 19:02:46 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:02:46 UTC +00:00]]
|
1877
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = 'bc03f1bb192732d0e62e47d6b7e1caa68ab32d68' WHERE "thing_with_obscured_ids"."id" = 9
|
1878
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1879
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
1880
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1881
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1882
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 19:02:46 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:02:46 UTC +00:00]]
|
1883
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1884
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1885
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 19:02:46 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:02:46 UTC +00:00]]
|
1886
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1887
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1888
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 19:02:46 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:02:46 UTC +00:00]]
|
1889
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1890
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1891
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 19:02:46 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:02:46 UTC +00:00]]
|
1892
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1893
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1894
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 19:02:46 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:02:46 UTC +00:00]]
|
1895
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1896
|
+
[1m[36mThingWithObscuredId Load (0.1ms)[0m [1mSELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids" ORDER BY "thing_with_obscured_ids"."id" ASC LIMIT 1000[0m
|
1897
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "thing_with_obscured_ids"
|
1898
|
+
[1m[36mThingWithObscuredId Load (0.0ms)[0m [1mSELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids" [0m
|
1899
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
1900
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1901
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 19:02:46 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:02:46 UTC +00:00]]
|
1902
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "other_id" = '1f46308dcd23a146ccd59fbc0d0c58ab7a2d4aa3' WHERE "thing_with_obscured_ids"."id" = 9[0m
|
1903
|
+
[1m[35m (0.9ms)[0m commit transaction
|
1904
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1905
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1906
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1907
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1908
|
+
[1m[36mThingWithObscuredId Load (0.1ms)[0m [1mSELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids" [0m
|
1909
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1910
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "thing_with_obscured_ids" WHERE "thing_with_obscured_ids"."id" = ?[0m [["id", 9]]
|
1911
|
+
[1m[35m (0.7ms)[0m commit transaction
|
1912
|
+
Connecting to database specified by database.yml
|
1913
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1914
|
+
[1m[35mSQL (1.8ms)[0m INSERT INTO "thing_with_configured_obscured_ids" ("created_at", "hidden_id", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 08 May 2013 19:03:43 UTC +00:00], ["hidden_id", nil], ["updated_at", Wed, 08 May 2013 19:03:43 UTC +00:00]]
|
1915
|
+
[1m[36m (2.4ms)[0m [1mcommit transaction[0m
|
1916
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1917
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
1918
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1919
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "thing_with_configured_obscured_ids" SET "hidden_id" = 'b6c7f0bbafc19915e916b9c102d34bedf00042e9' WHERE "thing_with_configured_obscured_ids"."id" = 4[0m
|
1920
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
1921
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1922
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1923
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1924
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1925
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1926
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1927
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 19:03:43 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:03:43 UTC +00:00]]
|
1928
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1929
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1930
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 19:03:43 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:03:43 UTC +00:00]]
|
1931
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "obscured_id" = 'c955787f8fda2a431531e83e37951338d5729cf9' WHERE "thing_with_obscured_ids"."id" = 11[0m
|
1932
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1933
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
1934
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1935
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1936
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 19:03:43 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:03:43 UTC +00:00]]
|
1937
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "obscured_id" = 'cbfd3c3f6b712c8a995ee6fe0621845c0dbe73ef' WHERE "thing_with_obscured_ids"."id" = 10[0m
|
1938
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1939
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
1940
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1941
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1942
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 19:03:43 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:03:43 UTC +00:00]]
|
1943
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "obscured_id" = 'cbfd3c3f6b712c8a995ee6fe0621845c0dbe73ef' WHERE "thing_with_obscured_ids"."id" = 10[0m
|
1944
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1945
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
1946
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1947
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1948
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 19:03:43 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:03:43 UTC +00:00]]
|
1949
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1950
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1951
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 19:03:43 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:03:43 UTC +00:00]]
|
1952
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1953
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1954
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 19:03:43 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:03:43 UTC +00:00]]
|
1955
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1956
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1957
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 19:03:43 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:03:43 UTC +00:00]]
|
1958
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1959
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1960
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 19:03:43 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:03:43 UTC +00:00]]
|
1961
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1962
|
+
[1m[35mThingWithObscuredId Load (0.1ms)[0m SELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids" ORDER BY "thing_with_obscured_ids"."id" ASC LIMIT 1000
|
1963
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "thing_with_obscured_ids" [0m
|
1964
|
+
[1m[35mThingWithObscuredId Load (0.3ms)[0m SELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids"
|
1965
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
1966
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1967
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 19:03:43 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:03:43 UTC +00:00]]
|
1968
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_obscured_ids" SET "other_id" = '75fcf50fc913ce4aecfd837bbd2093d4055c7ada' WHERE "thing_with_obscured_ids"."id" = 10
|
1969
|
+
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
|
1970
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1971
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
1972
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1973
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
1974
|
+
[1m[35mThingWithObscuredId Load (0.1ms)[0m SELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids"
|
1975
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1976
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "thing_with_obscured_ids" WHERE "thing_with_obscured_ids"."id" = ? [["id", 10]]
|
1977
|
+
[1m[36m (0.4ms)[0m [1mcommit transaction[0m
|
1978
|
+
Connecting to database specified by database.yml
|
1979
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1980
|
+
[1m[35mSQL (1.9ms)[0m INSERT INTO "thing_with_configured_obscured_ids" ("created_at", "hidden_id", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 08 May 2013 19:04:19 UTC +00:00], ["hidden_id", nil], ["updated_at", Wed, 08 May 2013 19:04:19 UTC +00:00]]
|
1981
|
+
[1m[36m (2.4ms)[0m [1mcommit transaction[0m
|
1982
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1983
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
1984
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1985
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
1986
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1987
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "thing_with_configured_obscured_ids" SET "hidden_id" = '0065ce29b66a5294215a2493a08951af47ede409' WHERE "thing_with_configured_obscured_ids"."id" = 5[0m
|
1988
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
1989
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1990
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1991
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1992
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1993
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 19:04:19 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:04:19 UTC +00:00]]
|
1994
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1995
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1996
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 19:04:19 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:04:19 UTC +00:00]]
|
1997
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "obscured_id" = '4fba2abe119c896f7e0fc5404175ccabf7ba950d' WHERE "thing_with_obscured_ids"."id" = 12[0m
|
1998
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1999
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
2000
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2001
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
2002
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 19:04:19 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:04:19 UTC +00:00]]
|
2003
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "obscured_id" = 'f7fe36fdeaba016d7a8641a5a04d287a9e1b7c42' WHERE "thing_with_obscured_ids"."id" = 11[0m
|
2004
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2005
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
2006
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2007
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
2008
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 19:04:19 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:04:19 UTC +00:00]]
|
2009
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "obscured_id" = 'f7fe36fdeaba016d7a8641a5a04d287a9e1b7c42' WHERE "thing_with_obscured_ids"."id" = 11[0m
|
2010
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2011
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
2012
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2013
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
2014
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 19:04:19 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:04:19 UTC +00:00]]
|
2015
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2016
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
2017
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 19:04:19 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:04:19 UTC +00:00]]
|
2018
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2019
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
2020
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 19:04:19 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:04:19 UTC +00:00]]
|
2021
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2022
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
2023
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 19:04:19 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:04:19 UTC +00:00]]
|
2024
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2025
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
2026
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 19:04:19 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:04:19 UTC +00:00]]
|
2027
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2028
|
+
[1m[35mThingWithObscuredId Load (0.1ms)[0m SELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids" ORDER BY "thing_with_obscured_ids"."id" ASC LIMIT 1000
|
2029
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "thing_with_obscured_ids" [0m
|
2030
|
+
[1m[35mThingWithObscuredId Load (0.0ms)[0m SELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids"
|
2031
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
2032
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2033
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 19:04:19 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:04:19 UTC +00:00]]
|
2034
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_obscured_ids" SET "other_id" = '09ca211862a9964d637f76260c5a17590d74247b' WHERE "thing_with_obscured_ids"."id" = 11
|
2035
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
2036
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2037
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
2038
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2039
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
2040
|
+
[1m[35mThingWithObscuredId Load (0.1ms)[0m SELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids"
|
2041
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2042
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "thing_with_obscured_ids" WHERE "thing_with_obscured_ids"."id" = ? [["id", 11]]
|
2043
|
+
[1m[36m (0.5ms)[0m [1mcommit transaction[0m
|
2044
|
+
Connecting to database specified by database.yml
|
2045
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2046
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
2047
|
+
[1m[36mSQL (2.1ms)[0m [1mINSERT INTO "thing_with_configured_obscured_ids" ("created_at", "hidden_id", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Wed, 08 May 2013 19:06:18 UTC +00:00], ["hidden_id", nil], ["updated_at", Wed, 08 May 2013 19:06:18 UTC +00:00]]
|
2048
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2049
|
+
[1m[36m (1.8ms)[0m [1mrollback transaction[0m
|
2050
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2051
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
2052
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_configured_obscured_ids" ("created_at", "hidden_id", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 08 May 2013 19:06:18 UTC +00:00], ["hidden_id", nil], ["updated_at", Wed, 08 May 2013 19:06:18 UTC +00:00]]
|
2053
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2054
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_configured_obscured_ids" SET "hidden_id" = 'eb0270c3ea618b6e2f7bb1a27ce42acce69da309' WHERE "thing_with_configured_obscured_ids"."id" = 6
|
2055
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
2056
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2057
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
2058
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "thing_with_configured_obscured_ids" ("created_at", "hidden_id", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 08 May 2013 19:06:18 UTC +00:00], ["hidden_id", nil], ["updated_at", Wed, 08 May 2013 19:06:18 UTC +00:00]]
|
2059
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2060
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
2061
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2062
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
2063
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "thing_with_configured_obscured_ids" ("created_at", "hidden_id", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Wed, 08 May 2013 19:06:18 UTC +00:00], ["hidden_id", nil], ["updated_at", Wed, 08 May 2013 19:06:18 UTC +00:00]]
|
2064
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2065
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "thing_with_configured_obscured_ids" SET "hidden_id" = 'eb0270c3ea618b6e2f7bb1a27ce42acce69da309' WHERE "thing_with_configured_obscured_ids"."id" = 6[0m
|
2066
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
2067
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2068
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
2069
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 19:06:18 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:06:18 UTC +00:00]]
|
2070
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2071
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
2072
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 19:06:18 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:06:18 UTC +00:00]]
|
2073
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "obscured_id" = '7f54643ba41eae723d21702e1aa8d453b3b51579' WHERE "thing_with_obscured_ids"."id" = 13[0m
|
2074
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2075
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
2076
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2077
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
2078
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 19:06:18 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:06:18 UTC +00:00]]
|
2079
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "obscured_id" = '82aef3baf2949d3bd479b0eebb322fb221fee64f' WHERE "thing_with_obscured_ids"."id" = 12[0m
|
2080
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2081
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
2082
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2083
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
2084
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 19:06:18 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:06:18 UTC +00:00]]
|
2085
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "obscured_id" = '82aef3baf2949d3bd479b0eebb322fb221fee64f' WHERE "thing_with_obscured_ids"."id" = 12[0m
|
2086
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2087
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
2088
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2089
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
2090
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 19:06:18 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:06:18 UTC +00:00]]
|
2091
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2092
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
2093
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 19:06:18 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:06:18 UTC +00:00]]
|
2094
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2095
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
2096
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 19:06:18 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:06:18 UTC +00:00]]
|
2097
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2098
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
2099
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 19:06:18 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:06:18 UTC +00:00]]
|
2100
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2101
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
2102
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 19:06:18 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:06:18 UTC +00:00]]
|
2103
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2104
|
+
[1m[35mThingWithObscuredId Load (0.1ms)[0m SELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids" ORDER BY "thing_with_obscured_ids"."id" ASC LIMIT 1000
|
2105
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "thing_with_obscured_ids" [0m
|
2106
|
+
[1m[35mThingWithObscuredId Load (0.1ms)[0m SELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids"
|
2107
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
2108
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2109
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 19:06:18 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:06:18 UTC +00:00]]
|
2110
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_obscured_ids" SET "other_id" = 'a6c23f4b22c6549d773f18767c8af04953ece86f' WHERE "thing_with_obscured_ids"."id" = 12
|
2111
|
+
[1m[36m (0.5ms)[0m [1mcommit transaction[0m
|
2112
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2113
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
2114
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2115
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
2116
|
+
[1m[35mThingWithObscuredId Load (0.1ms)[0m SELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids"
|
2117
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2118
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "thing_with_obscured_ids" WHERE "thing_with_obscured_ids"."id" = ? [["id", 12]]
|
2119
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
2120
|
+
Connecting to database specified by database.yml
|
2121
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2122
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
2123
|
+
[1m[36mSQL (1.9ms)[0m [1mINSERT INTO "thing_with_configured_obscured_ids" ("created_at", "hidden_id", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Wed, 08 May 2013 19:06:21 UTC +00:00], ["hidden_id", nil], ["updated_at", Wed, 08 May 2013 19:06:21 UTC +00:00]]
|
2124
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2125
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "thing_with_configured_obscured_ids" SET "hidden_id" = '27ceedf843125015f0c83512554c86d0442c568a' WHERE "thing_with_configured_obscured_ids"."id" = 6[0m
|
2126
|
+
[1m[35m (2.4ms)[0m rollback transaction
|
2127
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2128
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
2129
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "thing_with_configured_obscured_ids" ("created_at", "hidden_id", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Wed, 08 May 2013 19:06:21 UTC +00:00], ["hidden_id", nil], ["updated_at", Wed, 08 May 2013 19:06:21 UTC +00:00]]
|
2130
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2131
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
2132
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2133
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
2134
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "thing_with_configured_obscured_ids" ("created_at", "hidden_id", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 08 May 2013 19:06:21 UTC +00:00], ["hidden_id", nil], ["updated_at", Wed, 08 May 2013 19:06:21 UTC +00:00]]
|
2135
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2136
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_configured_obscured_ids" SET "hidden_id" = '27ceedf843125015f0c83512554c86d0442c568a' WHERE "thing_with_configured_obscured_ids"."id" = 6
|
2137
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
2138
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2139
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
2140
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "thing_with_configured_obscured_ids" ("created_at", "hidden_id", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 08 May 2013 19:06:21 UTC +00:00], ["hidden_id", nil], ["updated_at", Wed, 08 May 2013 19:06:21 UTC +00:00]]
|
2141
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2142
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
2143
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2144
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
2145
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 19:06:21 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:06:21 UTC +00:00]]
|
2146
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = 'be8bc04b17a74c4bd6aa9bf2294bdfb26340962a' WHERE "thing_with_obscured_ids"."id" = 13
|
2147
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2148
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
2149
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2150
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
2151
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 19:06:21 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:06:21 UTC +00:00]]
|
2152
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2153
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
2154
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 19:06:21 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:06:21 UTC +00:00]]
|
2155
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "obscured_id" = 'ec91dcb84a0cb8415dbad3c7cd3d1ec83c181d7b' WHERE "thing_with_obscured_ids"."id" = 14[0m
|
2156
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2157
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
2158
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2159
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
2160
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 19:06:21 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:06:21 UTC +00:00]]
|
2161
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "obscured_id" = 'be8bc04b17a74c4bd6aa9bf2294bdfb26340962a' WHERE "thing_with_obscured_ids"."id" = 13[0m
|
2162
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2163
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
2164
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2165
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
2166
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 19:06:21 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:06:21 UTC +00:00]]
|
2167
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2168
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
2169
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 19:06:21 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:06:21 UTC +00:00]]
|
2170
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2171
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
2172
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 19:06:21 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:06:21 UTC +00:00]]
|
2173
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2174
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
2175
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 19:06:21 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:06:21 UTC +00:00]]
|
2176
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2177
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
2178
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 19:06:21 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:06:21 UTC +00:00]]
|
2179
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2180
|
+
[1m[35mThingWithObscuredId Load (0.1ms)[0m SELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids" ORDER BY "thing_with_obscured_ids"."id" ASC LIMIT 1000
|
2181
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "thing_with_obscured_ids" [0m
|
2182
|
+
[1m[35mThingWithObscuredId Load (0.0ms)[0m SELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids"
|
2183
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
2184
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2185
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 19:06:21 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 19:06:21 UTC +00:00]]
|
2186
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_obscured_ids" SET "other_id" = 'fed2eb7162edeb133ae1b8f83d80b8788132f94b' WHERE "thing_with_obscured_ids"."id" = 13
|
2187
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
2188
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2189
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
2190
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2191
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
2192
|
+
[1m[35mThingWithObscuredId Load (0.1ms)[0m SELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids"
|
2193
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2194
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "thing_with_obscured_ids" WHERE "thing_with_obscured_ids"."id" = ? [["id", 13]]
|
2195
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
2196
|
+
Connecting to database specified by database.yml
|
2197
|
+
Connecting to database specified by database.yml
|
2198
|
+
[1m[36mThingWithObscuredId Load (0.1ms)[0m [1mSELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids" ORDER BY "thing_with_obscured_ids"."id" ASC LIMIT 1000[0m
|
2199
|
+
Connecting to database specified by database.yml
|
2200
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2201
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
2202
|
+
[1m[36mSQL (3.7ms)[0m [1mINSERT INTO "thing_with_configured_obscured_ids" ("created_at", "hidden_id", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Wed, 08 May 2013 23:49:50 UTC +00:00], ["hidden_id", nil], ["updated_at", Wed, 08 May 2013 23:49:50 UTC +00:00]]
|
2203
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2204
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
2205
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2206
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
2207
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_configured_obscured_ids" ("created_at", "hidden_id", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 08 May 2013 23:49:50 UTC +00:00], ["hidden_id", nil], ["updated_at", Wed, 08 May 2013 23:49:50 UTC +00:00]]
|
2208
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2209
|
+
[1m[35mSQL (1.0ms)[0m UPDATE "thing_with_configured_obscured_ids" SET "hidden_id" = '0525e6ad9b7ddcb2d2d4bdf1e52314012579a4ad' WHERE "thing_with_configured_obscured_ids"."id" = 6
|
2210
|
+
[1m[36m (3.0ms)[0m [1mrollback transaction[0m
|
2211
|
+
[1m[35m (0.1ms)[0m begin transaction
|
2212
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
2213
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_configured_obscured_ids" ("created_at", "hidden_id", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 08 May 2013 23:49:50 UTC +00:00], ["hidden_id", nil], ["updated_at", Wed, 08 May 2013 23:49:50 UTC +00:00]]
|
2214
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2215
|
+
[1m[35m (9.5ms)[0m rollback transaction
|
2216
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2217
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
2218
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "thing_with_configured_obscured_ids" ("created_at", "hidden_id", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Wed, 08 May 2013 23:49:50 UTC +00:00], ["hidden_id", nil], ["updated_at", Wed, 08 May 2013 23:49:50 UTC +00:00]]
|
2219
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2220
|
+
[1m[36mSQL (0.5ms)[0m [1mUPDATE "thing_with_configured_obscured_ids" SET "hidden_id" = '0525e6ad9b7ddcb2d2d4bdf1e52314012579a4ad' WHERE "thing_with_configured_obscured_ids"."id" = 6[0m
|
2221
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
2222
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2223
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
2224
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 23:49:50 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 23:49:50 UTC +00:00]]
|
2225
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = 'c02c8e96e61e0966806c2878bff8b03ccd04c69c' WHERE "thing_with_obscured_ids"."id" = 14
|
2226
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2227
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
2228
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2229
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
2230
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 23:49:50 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 23:49:50 UTC +00:00]]
|
2231
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = 'c02c8e96e61e0966806c2878bff8b03ccd04c69c' WHERE "thing_with_obscured_ids"."id" = 14
|
2232
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2233
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
2234
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2235
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
2236
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 23:49:50 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 23:49:50 UTC +00:00]]
|
2237
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2238
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
2239
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 23:49:50 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 23:49:50 UTC +00:00]]
|
2240
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "obscured_id" = '79637bf4ddb7558022788a6f80772d9add625775' WHERE "thing_with_obscured_ids"."id" = 15[0m
|
2241
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2242
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
2243
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2244
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
2245
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 23:49:50 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 23:49:50 UTC +00:00]]
|
2246
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2247
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
2248
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 23:49:50 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 23:49:50 UTC +00:00]]
|
2249
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2250
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
2251
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 23:49:50 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 23:49:50 UTC +00:00]]
|
2252
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2253
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
2254
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 08 May 2013 23:49:50 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 23:49:50 UTC +00:00]]
|
2255
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2256
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
2257
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 23:49:50 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 23:49:50 UTC +00:00]]
|
2258
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2259
|
+
[1m[35mThingWithObscuredId Load (0.1ms)[0m SELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids" ORDER BY "thing_with_obscured_ids"."id" ASC LIMIT 1000
|
2260
|
+
[1m[36mSQL (0.0ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "obscured_id" = 'c02c8e96e61e0966806c2878bff8b03ccd04c69c' WHERE "thing_with_obscured_ids"."id" = 14[0m
|
2261
|
+
[1m[35mSQL (0.0ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = '79637bf4ddb7558022788a6f80772d9add625775' WHERE "thing_with_obscured_ids"."id" = 15
|
2262
|
+
[1m[36mSQL (0.0ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "obscured_id" = '9a88ec83393b334bd4581f6246afc8dd9c55c6cf' WHERE "thing_with_obscured_ids"."id" = 16[0m
|
2263
|
+
[1m[35mSQL (0.0ms)[0m UPDATE "thing_with_obscured_ids" SET "obscured_id" = '2f03ab824d157720a2566ce1a6d387193267deca' WHERE "thing_with_obscured_ids"."id" = 17
|
2264
|
+
[1m[36mSQL (0.0ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "obscured_id" = 'e4456779f2d86e55b6d30a7663ef31e43b87d79d' WHERE "thing_with_obscured_ids"."id" = 18[0m
|
2265
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "thing_with_obscured_ids"
|
2266
|
+
[1m[36mThingWithObscuredId Load (0.0ms)[0m [1mSELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids" [0m
|
2267
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
2268
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2269
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "thing_with_obscured_ids" ("created_at", "obscured_id", "other_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 May 2013 23:49:50 UTC +00:00], ["obscured_id", nil], ["other_id", nil], ["updated_at", Wed, 08 May 2013 23:49:50 UTC +00:00]]
|
2270
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "thing_with_obscured_ids" SET "other_id" = '531f5040af4617977c1d316de385945f5e6e4856' WHERE "thing_with_obscured_ids"."id" = 14[0m
|
2271
|
+
[1m[35m (2.0ms)[0m commit transaction
|
2272
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2273
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
2274
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2275
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
2276
|
+
[1m[36mThingWithObscuredId Load (0.1ms)[0m [1mSELECT "thing_with_obscured_ids".* FROM "thing_with_obscured_ids" [0m
|
2277
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2278
|
+
[1m[36mSQL (0.5ms)[0m [1mDELETE FROM "thing_with_obscured_ids" WHERE "thing_with_obscured_ids"."id" = ?[0m [["id", 14]]
|
2279
|
+
[1m[35m (0.7ms)[0m commit transaction
|