rails_soft_deletable 0.0.8 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,2070 +1,1417 @@
1
- Connecting to database specified by database.yml
2
-  (1.1ms) select sqlite_version(*)
3
-  (1.2ms) CREATE TABLE "decimal_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "deleted_at" decimal DEFAULT 0)
4
-  (1.0ms) CREATE TABLE "integer_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "deleted_at" integer DEFAULT 0) 
5
-  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
6
-  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
7
-  (0.1ms) SELECT version FROM "schema_migrations"
8
-  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20131205225715')
9
-  (0.0ms) begin transaction
10
- SQL (3.4ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
11
-  (0.9ms) commit transaction
12
-  (0.0ms) begin transaction
13
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386313035.727295 WHERE "integer_models"."id" = 1
14
-  (0.8ms) commit transaction
15
-  (0.0ms) begin transaction
16
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
17
-  (1.0ms) commit transaction
18
-  (0.0ms) begin transaction
19
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386313035.737532 WHERE "integer_models"."id" = 2
20
-  (0.9ms) commit transaction
21
-  (0.0ms) begin transaction
22
- SQL (0.9ms) INSERT INTO "decimal_models" ("deleted_at") VALUES (?) [["deleted_at", #<BigDecimal:7fba5998ecf0,'0.0',9(18)>]]
23
-  (0.8ms) commit transaction
24
-  (0.0ms) begin transaction
25
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
26
-  (1.0ms) commit transaction
27
-  (0.0ms) begin transaction
28
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386313035.747094 WHERE "integer_models"."id" = 3
29
-  (0.5ms) commit transaction
30
-  (0.0ms) begin transaction
31
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
32
-  (1.0ms) commit transaction
33
-  (0.0ms) begin transaction
34
- SQL (0.1ms) UPDATE "integer_models" SET "deleted_at" = 1386313035.750599 WHERE "integer_models"."id" = 4
35
-  (0.8ms) commit transaction
36
-  (0.0ms) begin transaction
37
- SQL (0.0ms) INSERT INTO "decimal_models" ("deleted_at") VALUES (?) [["deleted_at", #<BigDecimal:7fba5998ecf0,'0.0',9(18)>]]
38
-  (0.0ms) commit transaction
39
-  (0.0ms) begin transaction
40
- SQL (0.0ms) UPDATE "decimal_models" SET "deleted_at" = 1386313035.752094 WHERE "decimal_models"."id" = 2
41
-  (0.0ms) commit transaction
42
-  (0.0ms) begin transaction
43
- SQL (0.0ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
44
-  (0.0ms) commit transaction
45
-  (0.0ms) begin transaction
46
- SQL (0.0ms) UPDATE "integer_models" SET "deleted_at" = 1386313035.752094 WHERE "integer_models"."id" = 5
47
-  (0.0ms) commit transaction
48
-  (0.0ms) begin transaction
49
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
50
-  (1.0ms) commit transaction
51
-  (0.0ms) begin transaction
52
- SQL (0.1ms) UPDATE "integer_models" SET "deleted_at" = 1386313035.761828 WHERE "integer_models"."id" = 6
53
-  (1.1ms) commit transaction
54
-  (0.0ms) begin transaction
55
- SQL (0.0ms) INSERT INTO "decimal_models" ("deleted_at") VALUES (?) [["deleted_at", #<BigDecimal:7fba5998ecf0,'0.0',9(18)>]]
56
-  (0.0ms) commit transaction
57
-  (0.0ms) begin transaction
58
- SQL (0.0ms) UPDATE "decimal_models" SET "deleted_at" = 1386313035.763585 WHERE "decimal_models"."id" = 3
59
-  (0.0ms) commit transaction
60
-  (0.0ms) begin transaction
61
- SQL (0.0ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
62
-  (0.0ms) commit transaction
63
-  (0.0ms) begin transaction
64
- SQL (0.0ms) UPDATE "integer_models" SET "deleted_at" = 1386313035.763585 WHERE "integer_models"."id" = 7
65
-  (0.0ms) commit transaction
66
-  (0.0ms) SELECT deleted_at FROM "decimal_models" WHERE id = 3
67
-  (0.0ms) SELECT deleted_at FROM "integer_models" WHERE id = 7
68
-  (0.0ms) begin transaction
69
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
70
-  (0.9ms) commit transaction
71
-  (0.0ms) begin transaction
72
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386313035.772723 WHERE "integer_models"."id" = 8
73
-  (0.6ms) commit transaction
74
- SQL (0.7ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 8
75
-  (0.0ms) begin transaction
76
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
77
-  (1.0ms) commit transaction
78
-  (0.0ms) begin transaction
79
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386313035.777681 WHERE "integer_models"."id" = 9
80
-  (1.2ms) commit transaction
81
- SQL (0.8ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 9
82
-  (0.1ms) SELECT COUNT(*) FROM "integer_models" WHERE id = 9
83
-  (0.0ms) begin transaction
84
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
85
-  (1.0ms) commit transaction
86
-  (0.0ms) begin transaction
87
- SQL (0.2ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = ? [["id", 10]]
88
-  (1.1ms) commit transaction
89
-  (0.1ms) SELECT COUNT(*) FROM "integer_models" WHERE id = 10
90
-  (0.0ms) begin transaction
91
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
92
-  (1.0ms) commit transaction
93
-  (0.0ms) begin transaction
94
- SQL (0.1ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = ? [["id", 11]]
95
-  (0.8ms) commit transaction
96
-  (0.0ms) begin transaction
97
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
98
-  (0.6ms) commit transaction
99
- SQL (0.6ms) UPDATE "integer_models" SET "deleted_at" = 1386313035.790561 WHERE "integer_models"."id" = 12
100
-  (0.0ms) begin transaction
101
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
102
-  (1.0ms) commit transaction
103
- SQL (1.1ms) UPDATE "integer_models" SET "deleted_at" = 1386313035.793857 WHERE "integer_models"."id" = 13
104
-  (0.0ms) begin transaction
105
- SQL (0.1ms) INSERT INTO "decimal_models" ("deleted_at") VALUES (?) [["deleted_at", #<BigDecimal:7fba5998ecf0,'0.0',9(18)>]]
106
-  (0.9ms) commit transaction
107
-  (0.0ms) begin transaction
108
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
109
-  (1.1ms) commit transaction
110
- SQL (0.6ms) UPDATE "integer_models" SET "deleted_at" = 1386313035.799427 WHERE "integer_models"."id" = 14
111
-  (0.1ms) begin transaction
112
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
113
-  (1.0ms) commit transaction
114
- SQL (1.1ms) UPDATE "integer_models" SET "deleted_at" = 1386313035.803126 WHERE "integer_models"."id" = 15
115
-  (0.0ms) begin transaction
116
- SQL (0.0ms) INSERT INTO "decimal_models" ("deleted_at") VALUES (?) [["deleted_at", #<BigDecimal:7fba5998ecf0,'0.0',9(18)>]]
117
-  (0.0ms) commit transaction
118
- SQL (0.0ms) UPDATE "decimal_models" SET "deleted_at" = 1386313035.804755 WHERE "decimal_models"."id" = 5
119
-  (0.0ms) begin transaction
120
- SQL (0.0ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
121
-  (0.0ms) commit transaction
122
- SQL (0.0ms) UPDATE "integer_models" SET "deleted_at" = 1386313035.804755 WHERE "integer_models"."id" = 16
123
-  (0.0ms) begin transaction
124
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
125
-  (1.0ms) commit transaction
126
- SQL (1.2ms) UPDATE "integer_models" SET "deleted_at" = 1386313035.813698 WHERE "integer_models"."id" = 17
127
-  (0.0ms) begin transaction
128
- SQL (0.0ms) INSERT INTO "decimal_models" ("deleted_at") VALUES (?) [["deleted_at", #<BigDecimal:7fba5998ecf0,'0.0',9(18)>]]
129
-  (0.0ms) commit transaction
130
- SQL (0.0ms) UPDATE "decimal_models" SET "deleted_at" = 1386313035.815349 WHERE "decimal_models"."id" = 6
131
-  (0.0ms) begin transaction
132
- SQL (0.0ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
133
-  (0.0ms) commit transaction
134
- SQL (0.0ms) UPDATE "integer_models" SET "deleted_at" = 1386313035.815349 WHERE "integer_models"."id" = 18
135
-  (0.0ms) SELECT deleted_at FROM "decimal_models" WHERE id = 6
136
-  (0.0ms) SELECT deleted_at FROM "integer_models" WHERE id = 18
137
-  (0.0ms) begin transaction
138
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
139
-  (0.7ms) commit transaction
140
- SQL (0.7ms) UPDATE "integer_models" SET "deleted_at" = 1386313035.824247 WHERE "integer_models"."id" = 19
141
- SQL (0.6ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 19
142
-  (0.0ms) begin transaction
143
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
144
-  (0.8ms) commit transaction
145
- SQL (1.1ms) UPDATE "integer_models" SET "deleted_at" = 1386313035.828416 WHERE "integer_models"."id" = 20
146
- SQL (1.1ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 20
147
-  (0.1ms) SELECT COUNT(*) FROM "integer_models" WHERE id = 20
148
-  (0.1ms) begin transaction
149
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
150
-  (1.0ms) commit transaction
151
- SQL (1.0ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 21 AND ("integer_models".deleted_at = 0)
152
-  (0.1ms) SELECT COUNT(*) FROM "integer_models" WHERE id = 21
153
-  (0.0ms) begin transaction
154
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
155
-  (1.0ms) commit transaction
156
- SQL (0.8ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 22 AND ("integer_models".deleted_at = 0)
157
-  (0.0ms) begin transaction
158
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
159
-  (1.0ms) commit transaction
160
-  (0.0ms) begin transaction
161
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386313035.841288 WHERE "integer_models"."id" = 23
162
-  (1.1ms) commit transaction
163
- SQL (0.7ms) UPDATE "integer_models" SET "deleted_at" = 0 WHERE "integer_models"."id" = 23
164
-  (0.0ms) begin transaction
165
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
166
-  (0.9ms) commit transaction
167
-  (0.0ms) begin transaction
168
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386313035.847314 WHERE "integer_models"."id" = 24
169
-  (1.1ms) commit transaction
170
- SQL (1.0ms) UPDATE "integer_models" SET "deleted_at" = 0 WHERE "integer_models"."id" = 24
171
-  (0.1ms) SELECT deleted_at FROM "integer_models" WHERE id = 24
172
-  (0.0ms) begin transaction
173
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
174
-  (1.0ms) commit transaction
175
-  (0.0ms) begin transaction
176
- SQL (0.1ms) UPDATE "integer_models" SET "deleted_at" = 1386313035.852587 WHERE "integer_models"."id" = 25
177
-  (1.1ms) commit transaction
178
- SQL (0.7ms) UPDATE "integer_models" SET "deleted_at" = 0 WHERE "integer_models"."id" = 25
179
-  (0.0ms) begin transaction
180
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
181
-  (0.7ms) commit transaction
182
-  (0.0ms) begin transaction
183
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386313035.857485 WHERE "integer_models"."id" = 26
184
-  (0.6ms) commit transaction
185
- SQL (1.0ms) UPDATE "integer_models" SET "deleted_at" = 0 WHERE "integer_models"."id" = 26
186
-  (0.1ms) begin transaction
187
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
188
-  (1.0ms) commit transaction
189
-  (0.0ms) begin transaction
190
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
191
-  (1.1ms) commit transaction
192
-  (0.0ms) begin transaction
193
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386313035.864966 WHERE "integer_models"."id" = 28
194
-  (0.6ms) commit transaction
195
- Connecting to database specified by database.yml
196
-  (1.9ms) select sqlite_version(*)
197
-  (2.5ms) DROP TABLE "decimal_models"
198
-  (1.6ms) CREATE TABLE "decimal_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "deleted_at" decimal DEFAULT 0) 
199
-  (2.1ms) DROP TABLE "integer_models"
200
-  (1.4ms) CREATE TABLE "integer_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "deleted_at" integer DEFAULT 0) 
201
-  (0.1ms) SELECT version FROM "schema_migrations"
202
-  (1.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20131206102529')
203
-  (0.0ms) begin transaction
204
- SQL (1.9ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
205
-  (1.0ms) commit transaction
206
-  (0.0ms) begin transaction
207
- SQL (0.3ms) UPDATE "integer_models" SET "deleted_at" = 1386354329.851144 WHERE "integer_models"."id" = 1
208
-  (0.9ms) commit transaction
209
- SQL (1.2ms) UPDATE "integer_models" SET "deleted_at" = 0 WHERE "integer_models"."id" = 1
210
-  (0.0ms) begin transaction
211
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
212
-  (1.0ms) commit transaction
213
-  (0.0ms) begin transaction
214
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386354329.862429 WHERE "integer_models"."id" = 2
215
-  (0.8ms) commit transaction
216
- SQL (0.9ms) UPDATE "integer_models" SET "deleted_at" = 0 WHERE "integer_models"."id" = 2
217
-  (0.0ms) begin transaction
218
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
219
-  (1.0ms) commit transaction
220
-  (0.0ms) begin transaction
221
- SQL (0.1ms) UPDATE "integer_models" SET "deleted_at" = 1386354329.866992 WHERE "integer_models"."id" = 3
222
-  (0.8ms) commit transaction
223
- SQL (0.9ms) UPDATE "integer_models" SET "deleted_at" = 0 WHERE "integer_models"."id" = 3
224
-  (0.1ms) SELECT deleted_at FROM "integer_models" WHERE id = 3
225
-  (0.0ms) begin transaction
226
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
227
-  (0.9ms) commit transaction
228
-  (0.0ms) begin transaction
229
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386354329.871743 WHERE "integer_models"."id" = 4
230
-  (1.1ms) commit transaction
231
- SQL (0.8ms) UPDATE "integer_models" SET "deleted_at" = 0 WHERE "integer_models"."id" = 4
232
-  (0.0ms) begin transaction
233
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
234
-  (1.1ms) commit transaction
235
-  (0.0ms) begin transaction
236
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
237
-  (1.0ms) commit transaction
238
-  (0.0ms) begin transaction
239
- SQL (0.1ms) UPDATE "integer_models" SET "deleted_at" = 1386354329.881176 WHERE "integer_models"."id" = 6
240
-  (0.7ms) commit transaction
241
-  (0.0ms) begin transaction
242
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
243
-  (1.1ms) commit transaction
244
- SQL (1.1ms) UPDATE "integer_models" SET "deleted_at" = 1386354329.885251 WHERE "integer_models"."id" = 7
245
-  (0.0ms) begin transaction
246
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
247
-  (1.1ms) commit transaction
248
- SQL (1.1ms) UPDATE "integer_models" SET "deleted_at" = 1386354329.888952 WHERE "integer_models"."id" = 8
249
-  (0.0ms) begin transaction
250
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
251
-  (1.2ms) commit transaction
252
- SQL (0.6ms) UPDATE "integer_models" SET "deleted_at" = 1386354329.892746 WHERE "integer_models"."id" = 9
253
-  (0.0ms) begin transaction
254
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
255
-  (0.7ms) commit transaction
256
- SQL (0.9ms) UPDATE "integer_models" SET "deleted_at" = 1386354329.895632 WHERE "integer_models"."id" = 10
257
-  (0.0ms) begin transaction
258
- SQL (0.5ms) INSERT INTO "decimal_models" ("deleted_at") VALUES (?) [["deleted_at", #<BigDecimal:7f9b62661638,'0.0',9(18)>]]
259
-  (2.0ms) commit transaction
260
-  (0.0ms) begin transaction
261
- SQL (0.0ms) INSERT INTO "decimal_models" ("deleted_at") VALUES (?) [["deleted_at", #<BigDecimal:7f9b62661638,'0.0',9(18)>]]
262
-  (0.0ms) commit transaction
263
- SQL (0.0ms) UPDATE "decimal_models" SET "deleted_at" = 1386354329.904282 WHERE "decimal_models"."id" = 2
264
-  (0.0ms) begin transaction
265
- SQL (0.0ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
266
-  (0.0ms) commit transaction
267
- SQL (0.0ms) UPDATE "integer_models" SET "deleted_at" = 1386354329.904282 WHERE "integer_models"."id" = 11
268
-  (0.0ms) SELECT deleted_at FROM "decimal_models" WHERE id = 2
269
-  (0.0ms) SELECT deleted_at FROM "integer_models" WHERE id = 11
270
-  (0.0ms) begin transaction
271
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
272
-  (1.1ms) commit transaction
273
- SQL (1.2ms) UPDATE "integer_models" SET "deleted_at" = 1386354329.914617 WHERE "integer_models"."id" = 12
274
-  (0.0ms) begin transaction
275
- SQL (0.0ms) INSERT INTO "decimal_models" ("deleted_at") VALUES (?) [["deleted_at", #<BigDecimal:7f9b62661638,'0.0',9(18)>]]
276
-  (0.0ms) commit transaction
277
- SQL (0.0ms) UPDATE "decimal_models" SET "deleted_at" = 1386354329.916669 WHERE "decimal_models"."id" = 3
278
-  (0.0ms) begin transaction
279
- SQL (0.0ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
280
-  (0.0ms) commit transaction
281
- SQL (0.0ms) UPDATE "integer_models" SET "deleted_at" = 1386354329.916669 WHERE "integer_models"."id" = 13
282
-  (0.0ms) begin transaction
283
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
284
-  (0.9ms) commit transaction
285
- SQL (0.7ms) UPDATE "integer_models" SET "deleted_at" = 1386354329.92503 WHERE "integer_models"."id" = 14
286
- SQL (0.8ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 14
287
-  (0.0ms) begin transaction
288
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
289
-  (1.1ms) commit transaction
290
- SQL (0.8ms) UPDATE "integer_models" SET "deleted_at" = 1386354329.929485 WHERE "integer_models"."id" = 15
291
- SQL (1.1ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 15
292
-  (0.1ms) SELECT COUNT(*) FROM "integer_models" WHERE id = 15
293
-  (0.0ms) begin transaction
294
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
295
-  (1.1ms) commit transaction
296
- SQL (1.1ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 16 AND ("integer_models".deleted_at = 0)
297
-  (0.1ms) SELECT COUNT(*) FROM "integer_models" WHERE id = 16
298
-  (0.0ms) begin transaction
299
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
300
-  (1.0ms) commit transaction
301
- SQL (0.8ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 17 AND ("integer_models".deleted_at = 0)
302
-  (0.0ms) begin transaction
303
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
304
-  (0.7ms) commit transaction
305
-  (0.0ms) begin transaction
306
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386354329.942192 WHERE "integer_models"."id" = 18
307
-  (1.0ms) commit transaction
308
-  (0.0ms) begin transaction
309
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
310
-  (1.0ms) commit transaction
311
-  (0.0ms) begin transaction
312
- SQL (0.1ms) UPDATE "integer_models" SET "deleted_at" = 1386354329.946389 WHERE "integer_models"."id" = 19
313
-  (0.9ms) commit transaction
314
-  (0.0ms) begin transaction
315
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
316
-  (1.1ms) commit transaction
317
-  (0.0ms) begin transaction
318
- SQL (0.1ms) UPDATE "integer_models" SET "deleted_at" = 1386354329.950455 WHERE "integer_models"."id" = 20
319
-  (1.1ms) commit transaction
320
-  (0.0ms) begin transaction
321
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
322
-  (0.9ms) commit transaction
323
-  (0.0ms) begin transaction
324
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386354329.954307 WHERE "integer_models"."id" = 21
325
-  (1.1ms) commit transaction
326
-  (0.0ms) begin transaction
327
- SQL (0.1ms) INSERT INTO "decimal_models" ("deleted_at") VALUES (?) [["deleted_at", #<BigDecimal:7f9b62661638,'0.0',9(18)>]]
328
-  (0.9ms) commit transaction
329
-  (0.0ms) begin transaction
330
- SQL (0.0ms) INSERT INTO "decimal_models" ("deleted_at") VALUES (?) [["deleted_at", #<BigDecimal:7f9b62661638,'0.0',9(18)>]]
331
-  (0.0ms) commit transaction
332
-  (0.0ms) begin transaction
333
- SQL (0.0ms) UPDATE "decimal_models" SET "deleted_at" = 1386354329.95805 WHERE "decimal_models"."id" = 5
334
-  (0.0ms) commit transaction
335
-  (0.0ms) begin transaction
336
- SQL (0.0ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
337
-  (0.0ms) commit transaction
338
-  (0.0ms) begin transaction
339
- SQL (0.0ms) UPDATE "integer_models" SET "deleted_at" = 1386354329.95805 WHERE "integer_models"."id" = 22
340
-  (0.0ms) commit transaction
341
-  (0.0ms) SELECT deleted_at FROM "decimal_models" WHERE id = 5
342
-  (0.0ms) SELECT deleted_at FROM "integer_models" WHERE id = 22
343
-  (0.0ms) begin transaction
344
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
345
-  (1.2ms) commit transaction
346
-  (0.0ms) begin transaction
347
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386354329.968532 WHERE "integer_models"."id" = 23
348
-  (0.5ms) commit transaction
349
-  (0.0ms) begin transaction
350
- SQL (0.0ms) INSERT INTO "decimal_models" ("deleted_at") VALUES (?) [["deleted_at", #<BigDecimal:7f9b62661638,'0.0',9(18)>]]
351
-  (0.0ms) commit transaction
352
-  (0.0ms) begin transaction
353
- SQL (0.0ms) UPDATE "decimal_models" SET "deleted_at" = 1386354329.969949 WHERE "decimal_models"."id" = 6
354
-  (0.0ms) commit transaction
355
-  (0.0ms) begin transaction
356
- SQL (0.0ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
357
-  (0.0ms) commit transaction
358
-  (0.0ms) begin transaction
359
- SQL (0.0ms) UPDATE "integer_models" SET "deleted_at" = 1386354329.969949 WHERE "integer_models"."id" = 24
360
-  (0.0ms) commit transaction
361
-  (0.0ms) begin transaction
362
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
363
-  (1.1ms) commit transaction
364
-  (0.0ms) begin transaction
365
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386354329.979186 WHERE "integer_models"."id" = 25
366
-  (0.5ms) commit transaction
367
- SQL (0.9ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 25
368
-  (0.0ms) begin transaction
369
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
370
-  (0.9ms) commit transaction
371
-  (0.0ms) begin transaction
372
- SQL (0.1ms) UPDATE "integer_models" SET "deleted_at" = 1386354329.983717 WHERE "integer_models"."id" = 26
373
-  (1.1ms) commit transaction
374
- SQL (1.1ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 26
375
-  (0.1ms) SELECT COUNT(*) FROM "integer_models" WHERE id = 26
376
-  (0.0ms) begin transaction
377
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
378
-  (1.1ms) commit transaction
379
-  (0.0ms) begin transaction
380
- SQL (0.2ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = ? [["id", 27]]
381
-  (0.5ms) commit transaction
382
-  (0.1ms) SELECT COUNT(*) FROM "integer_models" WHERE id = 27
383
-  (0.0ms) begin transaction
384
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
385
-  (1.1ms) commit transaction
386
-  (0.0ms) begin transaction
387
- SQL (0.1ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = ? [["id", 28]]
388
-  (1.1ms) commit transaction
389
- Connecting to database specified by database.yml
390
-  (2.6ms) select sqlite_version(*)
391
-  (2.4ms) DROP TABLE "decimal_models"
392
-  (1.0ms) CREATE TABLE "decimal_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "deleted_at" decimal DEFAULT 0, "integer_model_id" integer) 
393
-  (1.7ms) DROP TABLE "integer_models"
394
-  (0.9ms) CREATE TABLE "integer_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "deleted_at" integer DEFAULT 0) 
395
-  (1.3ms) CREATE TABLE "forests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "deleted_at" integer DEFAULT 0)
396
-  (0.9ms) CREATE TABLE "trees" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "deleted_at" integer DEFAULT 0, "forest_id" integer, "park_id" integer, "biggest" boolean DEFAULT 'f') 
397
-  (1.3ms) CREATE TABLE "parks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "forest_id" integer)
398
-  (0.3ms) SELECT version FROM "schema_migrations"
399
-  (1.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20131210195924')
400
-  (0.0ms) begin transaction
401
- SQL (3.6ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
402
-  (0.9ms) commit transaction
403
-  (0.0ms) begin transaction
404
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386734365.04316 WHERE "integer_models"."id" = 1
405
-  (0.9ms) commit transaction
406
-  (0.0ms) begin transaction
407
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
408
-  (1.0ms) commit transaction
409
- IntegerModel Load (0.1ms) SELECT "integer_models".* FROM "integer_models"
410
-  (0.0ms) begin transaction
411
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
412
-  (1.1ms) commit transaction
413
-  (0.0ms) begin transaction
414
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386734365.055483 WHERE "integer_models"."id" = 3
415
-  (1.1ms) commit transaction
416
- SQL (0.9ms) UPDATE "integer_models" SET "deleted_at" = 0 WHERE "integer_models"."id" = 3
417
-  (0.0ms) begin transaction
418
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
419
-  (0.9ms) commit transaction
420
-  (0.0ms) begin transaction
421
- SQL (0.1ms) UPDATE "integer_models" SET "deleted_at" = 1386734365.061495 WHERE "integer_models"."id" = 4
422
-  (1.2ms) commit transaction
423
- SQL (1.1ms) UPDATE "integer_models" SET "deleted_at" = 0 WHERE "integer_models"."id" = 4
424
-  (0.1ms) SELECT deleted_at FROM "integer_models" WHERE id = 4
425
-  (0.0ms) begin transaction
426
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
427
-  (1.0ms) commit transaction
428
-  (0.0ms) begin transaction
429
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386734365.067021 WHERE "integer_models"."id" = 5
430
-  (0.8ms) commit transaction
431
- SQL (0.9ms) UPDATE "integer_models" SET "deleted_at" = 0 WHERE "integer_models"."id" = 5
432
-  (0.0ms) begin transaction
433
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
434
-  (1.0ms) commit transaction
435
-  (0.0ms) begin transaction
436
- SQL (0.1ms) UPDATE "integer_models" SET "deleted_at" = 1386734365.071584 WHERE "integer_models"."id" = 6
437
-  (0.8ms) commit transaction
438
- SQL (0.8ms) UPDATE "integer_models" SET "deleted_at" = 0 WHERE "integer_models"."id" = 6
439
-  (0.0ms) begin transaction
440
- SQL (0.0ms) INSERT INTO "decimal_models" ("deleted_at", "integer_model_id") VALUES (?, ?) [["deleted_at", #<BigDecimal:7faf8aa5b090,'0.0',9(18)>], ["integer_model_id", nil]]
441
-  (0.0ms) commit transaction
442
-  (0.0ms) begin transaction
443
- SQL (0.0ms) UPDATE "decimal_models" SET "deleted_at" = 1386734365.076177 WHERE "decimal_models"."id" = 1
444
-  (0.0ms) commit transaction
445
-  (0.0ms) begin transaction
446
- SQL (0.0ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
447
-  (0.0ms) commit transaction
448
-  (0.0ms) begin transaction
449
- SQL (0.0ms) UPDATE "integer_models" SET "deleted_at" = 1386734365.076177 WHERE "integer_models"."id" = 7
450
-  (0.0ms) commit transaction
451
-  (0.0ms) SELECT deleted_at FROM "decimal_models" WHERE id = 1
452
-  (0.0ms) SELECT deleted_at FROM "integer_models" WHERE id = 7
453
-  (0.1ms) begin transaction
454
- SQL (0.3ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
455
-  (1.1ms) commit transaction
456
-  (0.0ms) begin transaction
457
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386734365.095519 WHERE "integer_models"."id" = 8
458
-  (0.9ms) commit transaction
459
-  (0.0ms) begin transaction
460
- SQL (0.1ms) INSERT INTO "decimal_models" ("deleted_at", "integer_model_id") VALUES (?, ?) [["deleted_at", #<BigDecimal:7faf8aa5b090,'0.0',9(18)>], ["integer_model_id", nil]]
461
-  (0.8ms) commit transaction
462
-  (0.0ms) begin transaction
463
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
464
-  (1.3ms) commit transaction
465
-  (0.0ms) begin transaction
466
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386734365.101902 WHERE "integer_models"."id" = 9
467
-  (1.3ms) commit transaction
468
-  (0.0ms) begin transaction
469
- SQL (0.0ms) INSERT INTO "decimal_models" ("deleted_at", "integer_model_id") VALUES (?, ?) [["deleted_at", #<BigDecimal:7faf8aa5b090,'0.0',9(18)>], ["integer_model_id", nil]]
470
-  (0.0ms) commit transaction
471
-  (0.0ms) begin transaction
472
- SQL (0.0ms) UPDATE "decimal_models" SET "deleted_at" = 1386734365.0 WHERE "decimal_models"."id" = 3
473
-  (0.0ms) commit transaction
474
-  (0.0ms) begin transaction
475
- SQL (0.0ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
476
-  (0.0ms) commit transaction
477
-  (0.0ms) begin transaction
478
- SQL (0.0ms) UPDATE "integer_models" SET "deleted_at" = 1386734365.0 WHERE "integer_models"."id" = 10
479
-  (0.0ms) commit transaction
480
-  (0.0ms) begin transaction
481
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
482
-  (1.1ms) commit transaction
483
-  (0.0ms) begin transaction
484
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386734365.113666 WHERE "integer_models"."id" = 11
485
-  (1.1ms) commit transaction
486
-  (0.0ms) begin transaction
487
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
488
-  (1.0ms) commit transaction
489
-  (0.0ms) begin transaction
490
- SQL (0.1ms) UPDATE "integer_models" SET "deleted_at" = 1386734365.118069 WHERE "integer_models"."id" = 12
491
-  (0.8ms) commit transaction
492
-  (0.0ms) begin transaction
493
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
494
-  (1.0ms) commit transaction
495
-  (0.0ms) begin transaction
496
- SQL (0.1ms) UPDATE "integer_models" SET "deleted_at" = 1386734365.12157 WHERE "integer_models"."id" = 13
497
-  (0.8ms) commit transaction
498
-  (0.0ms) begin transaction
499
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
500
-  (1.0ms) commit transaction
501
-  (0.0ms) begin transaction
502
- SQL (0.2ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = ? [["id", 14]]
503
-  (0.6ms) commit transaction
504
-  (0.0ms) begin transaction
505
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
506
-  (1.2ms) commit transaction
507
-  (0.0ms) begin transaction
508
- SQL (0.1ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = ? [["id", 15]]
509
-  (1.1ms) commit transaction
510
-  (0.1ms) SELECT COUNT(*) FROM "integer_models" WHERE id = 15
511
-  (0.0ms) begin transaction
512
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
513
-  (0.8ms) commit transaction
514
-  (0.0ms) begin transaction
515
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386734365.132961 WHERE "integer_models"."id" = 16
516
-  (0.7ms) commit transaction
517
- SQL (0.6ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 16
518
-  (0.1ms) SELECT COUNT(*) FROM "integer_models" WHERE id = 16
519
-  (0.0ms) begin transaction
520
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
521
-  (0.7ms) commit transaction
522
-  (0.0ms) begin transaction
523
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386734365.137705 WHERE "integer_models"."id" = 17
524
-  (1.1ms) commit transaction
525
- SQL (0.9ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 17
526
-  (0.0ms) begin transaction
527
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
528
-  (1.1ms) commit transaction
529
-  (0.0ms) begin transaction
530
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386734365.143096 WHERE "integer_models"."id" = 18
531
-  (1.2ms) commit transaction
532
- IntegerModel Load (0.1ms) SELECT "integer_models".* FROM "integer_models" WHERE (integer_models.deleted_at > 0)
533
-  (0.0ms) begin transaction
534
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
535
-  (1.1ms) commit transaction
536
- IntegerModel Load (0.1ms) SELECT "integer_models".* FROM "integer_models" WHERE (integer_models.deleted_at > 0)
537
-  (0.0ms) begin transaction
538
- SQL (0.2ms) INSERT INTO "forests" ("deleted_at") VALUES (?) [["deleted_at", 0]]
539
-  (1.1ms) commit transaction
540
-  (0.0ms) begin transaction
541
- SQL (0.1ms) UPDATE "forests" SET "deleted_at" = 1386734365.153935 WHERE "forests"."id" = 1
542
-  (0.9ms) commit transaction
543
-  (0.0ms) begin transaction
544
- SQL (3.8ms) INSERT INTO "parks" ("forest_id") VALUES (?) [["forest_id", nil]]
545
-  (2.9ms) commit transaction
546
-  (0.0ms) begin transaction
547
-  (0.3ms) UPDATE "parks" SET "forest_id" = 1 WHERE "parks"."id" = 1
548
-  (0.7ms) commit transaction
549
- Park Load (0.1ms) SELECT "parks".* FROM "parks" WHERE "parks"."id" = ? LIMIT 1 [["id", 1]]
550
- Forest Load (0.1ms) SELECT "forests".* FROM "forests" WHERE "forests"."id" = 1 AND ("forests".deleted_at = 0) LIMIT 1
551
-  (0.0ms) begin transaction
552
- SQL (0.2ms) INSERT INTO "forests" ("deleted_at") VALUES (?) [["deleted_at", 0]]
553
-  (1.0ms) commit transaction
554
-  (0.0ms) begin transaction
555
- SQL (0.1ms) UPDATE "forests" SET "deleted_at" = 1386734365.202448 WHERE "forests"."id" = 2
556
-  (0.8ms) commit transaction
557
-  (0.0ms) begin transaction
558
- SQL (0.1ms) INSERT INTO "parks" ("forest_id") VALUES (?) [["forest_id", nil]]
559
-  (0.9ms) commit transaction
560
-  (0.0ms) begin transaction
561
-  (0.1ms) UPDATE "parks" SET "forest_id" = 2 WHERE "parks"."id" = 2
562
-  (0.9ms) commit transaction
563
- Park Load (0.1ms) SELECT "parks".* FROM "parks" WHERE "parks"."id" = ? LIMIT 1 [["id", 2]]
564
- Forest Load (0.1ms) SELECT "forests".* FROM "forests" WHERE "forests"."id" = 2 LIMIT 1
565
-  (0.0ms) begin transaction
566
- SQL (0.2ms) INSERT INTO "parks" ("forest_id") VALUES (?) [["forest_id", nil]]
567
-  (0.7ms) commit transaction
568
-  (0.0ms) begin transaction
569
- SQL (0.2ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", false], ["deleted_at", 0], ["forest_id", nil], ["park_id", 3]]
570
-  (1.2ms) commit transaction
571
-  (0.0ms) begin transaction
572
- SQL (0.2ms) UPDATE "trees" SET "deleted_at" = 1386734365.219395 WHERE "trees"."id" = 1
573
-  (1.0ms) commit transaction
574
- Tree Load (0.1ms) SELECT "trees".* FROM "trees" WHERE "trees"."park_id" = 3 AND ("trees".deleted_at = 0)
575
-  (0.0ms) begin transaction
576
- SQL (0.2ms) INSERT INTO "parks" ("forest_id") VALUES (?) [["forest_id", nil]]
577
-  (1.1ms) commit transaction
578
-  (0.0ms) begin transaction
579
- SQL (0.2ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", false], ["deleted_at", 0], ["forest_id", nil], ["park_id", 4]]
580
-  (1.0ms) commit transaction
1
+  (1.5ms) CREATE TABLE "decimal_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "deleted_at" decimal DEFAULT 0, "integer_model_id" integer) 
2
+  (1.0ms) CREATE TABLE "integer_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "deleted_at" integer DEFAULT 0)
3
+  (1.1ms) CREATE TABLE "forests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "deleted_at" integer DEFAULT 0) 
4
+  (1.2ms) CREATE TABLE "trees" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "deleted_at" integer DEFAULT 0, "forest_id" integer, "park_id" integer, "biggest" boolean DEFAULT 'f')
5
+  (1.1ms) CREATE TABLE "parks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "forest_id" integer) 
6
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
7
+  (1.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
8
+  (0.1ms) SELECT version FROM "schema_migrations"
9
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20141216212400')
581
10
   (0.0ms) begin transaction
582
- SQL (0.1ms) UPDATE "trees" SET "deleted_at" = 1386734365.231068 WHERE "trees"."id" = 2
11
+ SQL (0.3ms) INSERT INTO "integer_models" DEFAULT VALUES
583
12
   (1.1ms) commit transaction
584
-  (0.0ms) begin transaction
585
- SQL (0.1ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", false], ["deleted_at", 0], ["forest_id", nil], ["park_id", 4]]
586
-  (0.8ms) commit transaction
587
- Tree Load (0.1ms) SELECT "trees".* FROM "trees" WHERE "trees"."park_id" = 4
588
-  (0.0ms) begin transaction
589
- SQL (0.2ms) INSERT INTO "parks" ("forest_id") VALUES (?) [["forest_id", nil]]
590
-  (0.8ms) commit transaction
591
-  (0.0ms) begin transaction
592
- SQL (0.2ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", true], ["deleted_at", 0], ["forest_id", nil], ["park_id", 5]]
593
-  (1.0ms) commit transaction
594
-  (0.0ms) begin transaction
595
- SQL (0.2ms) UPDATE "trees" SET "deleted_at" = 1386734365.240614 WHERE "trees"."id" = 4
13
+  (0.1ms) begin transaction
14
+ SQL (0.3ms) UPDATE "integer_models" SET "deleted_at" = 1418736241.196814 WHERE "integer_models"."id" = 1
596
15
   (0.8ms) commit transaction
597
- Tree Load (0.1ms) SELECT "trees".* FROM "trees" WHERE "trees"."park_id" = 5 AND ("trees".deleted_at = 0) AND (biggest = 't') LIMIT 1
598
-  (0.0ms) begin transaction
599
- SQL (0.2ms) INSERT INTO "parks" ("forest_id") VALUES (?) [["forest_id", nil]]
600
-  (1.0ms) commit transaction
601
-  (0.0ms) begin transaction
602
- SQL (0.2ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", true], ["deleted_at", 0], ["forest_id", nil], ["park_id", 6]]
603
-  (1.0ms) commit transaction
604
-  (0.0ms) begin transaction
605
- SQL (0.2ms) UPDATE "trees" SET "deleted_at" = 1386734365.24835 WHERE "trees"."id" = 5
606
-  (0.5ms) commit transaction
607
- Tree Load (0.1ms) SELECT "trees".* FROM "trees" WHERE "trees"."park_id" = 6 AND (biggest = 't') LIMIT 1
608
-  (0.0ms) begin transaction
609
- SQL (0.2ms) INSERT INTO "forests" ("deleted_at") VALUES (?) [["deleted_at", 0]]
16
+  (0.1ms) begin transaction
17
+ SQL (0.3ms) INSERT INTO "integer_models" DEFAULT VALUES
18
+  (0.9ms) commit transaction
19
+ IntegerModel Load (0.2ms) SELECT "integer_models".* FROM "integer_models"
20
+  (0.1ms) begin transaction
21
+ SQL (0.3ms) INSERT INTO "integer_models" DEFAULT VALUES
22
+  (0.9ms) commit transaction
23
+  (0.1ms) begin transaction
24
+ SQL (0.3ms) INSERT INTO "integer_models" DEFAULT VALUES
610
25
   (0.7ms) commit transaction
611
26
   (0.0ms) begin transaction
612
- SQL (0.2ms) UPDATE "forests" SET "deleted_at" = 1386734365.2533 WHERE "forests"."id" = 3
613
-  (0.6ms) commit transaction
614
-  (0.0ms) begin transaction
615
- SQL (0.2ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", false], ["deleted_at", 0], ["forest_id", 3], ["park_id", nil]]
616
-  (1.1ms) commit transaction
617
- Forest Load (0.1ms) SELECT "forests".* FROM "forests" WHERE "forests"."id" = 3 AND ("forests".deleted_at = 0) LIMIT 1
618
-  (0.0ms) begin transaction
619
- SQL (0.1ms) INSERT INTO "forests" ("deleted_at") VALUES (?) [["deleted_at", 0]]
620
-  (0.8ms) commit transaction
621
-  (0.0ms) begin transaction
622
- SQL (0.2ms) UPDATE "forests" SET "deleted_at" = 1386734365.260576 WHERE "forests"."id" = 4
623
-  (1.1ms) commit transaction
624
-  (0.0ms) begin transaction
625
- SQL (0.2ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", false], ["deleted_at", 0], ["forest_id", 4], ["park_id", nil]]
626
-  (1.0ms) commit transaction
627
- Forest Load (0.1ms) SELECT "forests".* FROM "forests" WHERE "forests"."id" = 4 LIMIT 1
628
-  (0.0ms) begin transaction
629
- SQL (0.2ms) INSERT INTO "forests" ("deleted_at") VALUES (?) [["deleted_at", 0]]
630
-  (1.0ms) commit transaction
631
-  (0.0ms) begin transaction
632
- SQL (0.2ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", false], ["deleted_at", 0], ["forest_id", 5], ["park_id", nil]]
633
-  (0.6ms) commit transaction
634
-  (0.0ms) begin transaction
635
- SQL (0.2ms) UPDATE "trees" SET "deleted_at" = 1386734365.27161 WHERE "trees"."id" = 8
636
-  (0.9ms) commit transaction
637
- Tree Load (0.1ms) SELECT "trees".* FROM "trees" WHERE "trees"."forest_id" = 5 AND ("trees".deleted_at = 0)
638
-  (0.0ms) begin transaction
639
- SQL (0.1ms) INSERT INTO "forests" ("deleted_at") VALUES (?) [["deleted_at", 0]]
640
-  (1.1ms) commit transaction
641
-  (0.0ms) begin transaction
642
- SQL (0.1ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", false], ["deleted_at", 0], ["forest_id", 6], ["park_id", nil]]
643
-  (1.3ms) commit transaction
644
-  (0.0ms) begin transaction
645
- SQL (0.2ms) UPDATE "trees" SET "deleted_at" = 1386734365.279721 WHERE "trees"."id" = 9
646
-  (0.9ms) commit transaction
647
-  (0.0ms) begin transaction
648
- SQL (0.2ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", false], ["deleted_at", 0], ["forest_id", 6], ["park_id", nil]]
649
-  (1.1ms) commit transaction
650
- Tree Load (0.1ms) SELECT "trees".* FROM "trees" WHERE "trees"."forest_id" = 6
651
-  (0.0ms) begin transaction
652
- SQL (0.3ms) INSERT INTO "forests" ("deleted_at") VALUES (?) [["deleted_at", 0]]
653
-  (1.6ms) commit transaction
654
-  (0.0ms) begin transaction
655
- SQL (0.2ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", true], ["deleted_at", 0], ["forest_id", 7], ["park_id", nil]]
656
-  (0.8ms) commit transaction
657
-  (0.0ms) begin transaction
658
- SQL (0.2ms) UPDATE "trees" SET "deleted_at" = 1386734365.290348 WHERE "trees"."id" = 11
659
-  (0.6ms) commit transaction
660
- Tree Load (0.1ms) SELECT "trees".* FROM "trees" WHERE "trees"."forest_id" = 7 AND ("trees".deleted_at = 0) AND (biggest = 't') LIMIT 1
661
-  (0.0ms) begin transaction
662
- SQL (0.2ms) INSERT INTO "forests" ("deleted_at") VALUES (?) [["deleted_at", 0]]
663
-  (1.1ms) commit transaction
664
-  (0.0ms) begin transaction
665
- SQL (0.1ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", true], ["deleted_at", 0], ["forest_id", 8], ["park_id", nil]]
666
-  (1.0ms) commit transaction
667
-  (0.0ms) begin transaction
668
- SQL (0.1ms) UPDATE "trees" SET "deleted_at" = 1386734365.297735 WHERE "trees"."id" = 12
669
-  (1.1ms) commit transaction
670
- Tree Load (0.1ms) SELECT "trees".* FROM "trees" WHERE "trees"."forest_id" = 8 AND (biggest = 't') LIMIT 1
671
-  (0.0ms) begin transaction
672
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
673
-  (0.6ms) commit transaction
674
-  (0.0ms) begin transaction
675
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386734365.302249 WHERE "integer_models"."id" = 20
676
-  (1.0ms) commit transaction
677
-  (0.0ms) begin transaction
678
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
679
-  (1.0ms) commit transaction
27
+ SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1418736241.243539 WHERE "integer_models"."id" = 4
28
+  (0.5ms) commit transaction
680
29
   (0.0ms) begin transaction
681
- SQL (0.0ms) INSERT INTO "decimal_models" ("deleted_at", "integer_model_id") VALUES (?, ?) [["deleted_at", #<BigDecimal:7faf8aa5b090,'0.0',9(18)>], ["integer_model_id", nil]]
30
+ SQL (0.0ms) INSERT INTO "decimal_models" DEFAULT VALUES
682
31
   (0.0ms) commit transaction
683
- SQL (0.0ms) UPDATE "decimal_models" SET "deleted_at" = 1386734365.307029 WHERE "decimal_models"."id" = 4
32
+ SQL (0.0ms) UPDATE "decimal_models" SET "deleted_at" = 1418736241.246541 WHERE "decimal_models"."id" = 1
684
33
   (0.0ms) begin transaction
685
- SQL (0.0ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
34
+ SQL (0.0ms) INSERT INTO "integer_models" DEFAULT VALUES
686
35
   (0.0ms) commit transaction
687
- SQL (0.0ms) UPDATE "integer_models" SET "deleted_at" = 1386734365.307029 WHERE "integer_models"."id" = 22
688
-  (0.0ms) SELECT deleted_at FROM "decimal_models" WHERE id = 4
689
-  (0.0ms) SELECT deleted_at FROM "integer_models" WHERE id = 22
690
-  (0.0ms) begin transaction
691
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
692
-  (1.0ms) commit transaction
693
- SQL (1.1ms) UPDATE "integer_models" SET "deleted_at" = 1386734365.31543 WHERE "integer_models"."id" = 23
694
-  (0.0ms) begin transaction
695
- SQL (0.1ms) INSERT INTO "decimal_models" ("deleted_at", "integer_model_id") VALUES (?, ?) [["deleted_at", #<BigDecimal:7faf8aa5b090,'0.0',9(18)>], ["integer_model_id", nil]]
696
-  (0.8ms) commit transaction
697
-  (0.0ms) begin transaction
698
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
36
+ SQL (0.0ms) UPDATE "integer_models" SET "deleted_at" = 1418736241.246541 WHERE "integer_models"."id" = 5
37
+  (0.0ms) SELECT deleted_at FROM "decimal_models" WHERE id = 1
38
+  (0.0ms) SELECT deleted_at FROM "integer_models" WHERE id = 5
39
+  (0.1ms) begin transaction
40
+ SQL (0.3ms) INSERT INTO "integer_models" DEFAULT VALUES
41
+  (0.6ms) commit transaction
42
+ SQL (0.7ms) UPDATE "integer_models" SET "deleted_at" = 1418736241.267924 WHERE "integer_models"."id" = 6
43
+  (0.1ms) begin transaction
44
+ SQL (0.3ms) INSERT INTO "integer_models" DEFAULT VALUES
45
+  (0.6ms) commit transaction
46
+ SQL (0.7ms) UPDATE "integer_models" SET "deleted_at" = 1418736241.271395 WHERE "integer_models"."id" = 7
47
+  (0.1ms) begin transaction
48
+ SQL (0.3ms) INSERT INTO "integer_models" DEFAULT VALUES
49
+  (0.5ms) commit transaction
50
+ SQL (0.8ms) UPDATE "integer_models" SET "deleted_at" = 1418736241.274866 WHERE "integer_models"."id" = 8
51
+  (0.1ms) begin transaction
52
+ SQL (0.3ms) INSERT INTO "decimal_models" DEFAULT VALUES
53
+  (0.6ms) commit transaction
54
+  (0.1ms) begin transaction
55
+ SQL (0.3ms) INSERT INTO "integer_models" DEFAULT VALUES
699
56
   (0.7ms) commit transaction
700
- SQL (0.7ms) UPDATE "integer_models" SET "deleted_at" = 1386734365.320746 WHERE "integer_models"."id" = 24
57
+ SQL (0.7ms) UPDATE "integer_models" SET "deleted_at" = 1418736241.280797 WHERE "integer_models"."id" = 9
701
58
   (0.0ms) begin transaction
702
- SQL (0.0ms) INSERT INTO "decimal_models" ("deleted_at", "integer_model_id") VALUES (?, ?) [["deleted_at", #<BigDecimal:7faf8aa5b090,'0.0',9(18)>], ["integer_model_id", nil]]
59
+ SQL (0.0ms) INSERT INTO "decimal_models" DEFAULT VALUES
703
60
   (0.0ms) commit transaction
704
- SQL (0.0ms) UPDATE "decimal_models" SET "deleted_at" = 1386734365.0 WHERE "decimal_models"."id" = 6
61
+ SQL (0.0ms) UPDATE "decimal_models" SET "deleted_at" = 1418736241.0 WHERE "decimal_models"."id" = 3
705
62
   (0.0ms) begin transaction
706
- SQL (0.0ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
63
+ SQL (0.0ms) INSERT INTO "integer_models" DEFAULT VALUES
707
64
   (0.0ms) commit transaction
708
- SQL (0.0ms) UPDATE "integer_models" SET "deleted_at" = 1386734365.0 WHERE "integer_models"."id" = 25
709
-  (0.0ms) begin transaction
710
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
711
-  (1.0ms) commit transaction
712
- SQL (1.1ms) UPDATE "integer_models" SET "deleted_at" = 1386734365.33134 WHERE "integer_models"."id" = 26
713
-  (0.0ms) begin transaction
714
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
65
+ SQL (0.0ms) UPDATE "integer_models" SET "deleted_at" = 1418736241.0 WHERE "integer_models"."id" = 10
66
+  (0.1ms) begin transaction
67
+ SQL (0.3ms) INSERT INTO "integer_models" DEFAULT VALUES
68
+  (0.5ms) commit transaction
69
+ SQL (0.6ms) UPDATE "integer_models" SET "deleted_at" = 1418736241.29138 WHERE "integer_models"."id" = 11
70
+  (0.1ms) begin transaction
71
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
715
72
   (0.9ms) commit transaction
716
- SQL (1.1ms) UPDATE "integer_models" SET "deleted_at" = 1386734365.334845 WHERE "integer_models"."id" = 27
717
-  (0.0ms) begin transaction
718
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
719
-  (1.0ms) commit transaction
720
- SQL (1.1ms) UPDATE "integer_models" SET "deleted_at" = 1386734365.338424 WHERE "integer_models"."id" = 28
721
-  (0.0ms) begin transaction
722
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
723
-  (1.1ms) commit transaction
724
- SQL (1.3ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 29 AND ("integer_models".deleted_at = 0)
73
+ SQL (0.8ms) UPDATE "integer_models" SET "deleted_at" = 1418736241.295192 WHERE "integer_models"."id" = 12
74
+ SQL (0.8ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 12
75
+  (0.1ms) begin transaction
76
+ SQL (0.4ms) INSERT INTO "integer_models" DEFAULT VALUES
77
+  (0.7ms) commit transaction
78
+ SQL (0.9ms) UPDATE "integer_models" SET "deleted_at" = 1418736241.299759 WHERE "integer_models"."id" = 13
79
+ SQL (1.2ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 13
80
+  (0.2ms) SELECT COUNT(*) FROM "integer_models" WHERE id = 13
81
+  (0.1ms) begin transaction
82
+ SQL (0.3ms) INSERT INTO "integer_models" DEFAULT VALUES
83
+  (0.6ms) commit transaction
84
+ SQL (0.6ms) DELETE FROM "integer_models" WHERE ("integer_models".deleted_at = 0) AND "integer_models"."id" = 14
85
+  (0.1ms) SELECT COUNT(*) FROM "integer_models" WHERE id = 14
725
86
   (0.0ms) begin transaction
726
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
87
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
88
+  (0.7ms) commit transaction
89
+ SQL (0.8ms) DELETE FROM "integer_models" WHERE ("integer_models".deleted_at = 0) AND "integer_models"."id" = 15
90
+  (0.1ms) begin transaction
91
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
92
+  (0.9ms) commit transaction
93
+  (0.1ms) begin transaction
94
+ SQL (0.3ms) UPDATE "integer_models" SET "deleted_at" = 1418736241.313677 WHERE "integer_models"."id" = 16
95
+  (1.0ms) commit transaction
96
+ SQL (1.1ms) UPDATE "integer_models" SET "deleted_at" = 0 WHERE "integer_models"."id" = 16
97
+  (0.1ms) begin transaction
98
+ SQL (0.3ms) INSERT INTO "integer_models" DEFAULT VALUES
99
+  (1.0ms) commit transaction
100
+  (0.1ms) begin transaction
101
+ SQL (0.3ms) UPDATE "integer_models" SET "deleted_at" = 1418736241.323353 WHERE "integer_models"."id" = 17
102
+  (0.9ms) commit transaction
103
+ SQL (1.2ms) UPDATE "integer_models" SET "deleted_at" = 0 WHERE "integer_models"."id" = 17
104
+  (0.1ms) begin transaction
105
+ SQL (0.3ms) INSERT INTO "integer_models" DEFAULT VALUES
106
+  (0.9ms) commit transaction
107
+  (0.1ms) begin transaction
108
+ SQL (0.3ms) UPDATE "integer_models" SET "deleted_at" = 1418736241.329502 WHERE "integer_models"."id" = 18
109
+  (0.9ms) commit transaction
110
+ SQL (1.3ms) UPDATE "integer_models" SET "deleted_at" = 0 WHERE "integer_models"."id" = 18
111
+  (0.2ms) SELECT deleted_at FROM "integer_models" WHERE id = 18
112
+  (0.1ms) begin transaction
113
+ SQL (0.3ms) INSERT INTO "integer_models" DEFAULT VALUES
727
114
   (0.8ms) commit transaction
728
- SQL (1.2ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 30 AND ("integer_models".deleted_at = 0)
729
-  (0.1ms) SELECT COUNT(*) FROM "integer_models" WHERE id = 30
115
+  (0.1ms) begin transaction
116
+ SQL (0.4ms) UPDATE "integer_models" SET "deleted_at" = 1418736241.336921 WHERE "integer_models"."id" = 19
117
+  (0.8ms) commit transaction
118
+ SQL (0.9ms) UPDATE "integer_models" SET "deleted_at" = 0 WHERE "integer_models"."id" = 19
730
119
   (0.0ms) begin transaction
731
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
120
+ SQL (0.4ms) INSERT INTO "forests" DEFAULT VALUES
121
+  (6.6ms) commit transaction
122
+  (0.1ms) begin transaction
123
+ SQL (0.3ms) UPDATE "forests" SET "deleted_at" = 1418736241.361026 WHERE "forests"."id" = 1
124
+  (0.5ms) commit transaction
125
+  (0.1ms) begin transaction
126
+ SQL (0.4ms) INSERT INTO "trees" ("forest_id") VALUES (?) [["forest_id", 1]]
127
+  (0.7ms) commit transaction
128
+ Forest Load (0.2ms) SELECT "forests".* FROM "forests" WHERE "forests"."id" = ? LIMIT 1 [["id", 1]]
129
+  (0.1ms) begin transaction
130
+ SQL (0.3ms) INSERT INTO "forests" DEFAULT VALUES
732
131
   (0.6ms) commit transaction
733
- SQL (0.8ms) UPDATE "integer_models" SET "deleted_at" = 1386734365.349394 WHERE "integer_models"."id" = 31
734
- SQL (0.6ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 31
735
-  (0.1ms) SELECT COUNT(*) FROM "integer_models" WHERE id = 31
736
-  (0.0ms) begin transaction
737
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
738
-  (1.1ms) commit transaction
739
- SQL (0.6ms) UPDATE "integer_models" SET "deleted_at" = 1386734365.354266 WHERE "integer_models"."id" = 32
740
- SQL (1.1ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 32
741
- Connecting to database specified by database.yml
742
-  (2.6ms) select sqlite_version(*)
743
-  (2.4ms) DROP TABLE "decimal_models"
744
-  (0.9ms) CREATE TABLE "decimal_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "deleted_at" decimal DEFAULT 0, "integer_model_id" integer) 
745
-  (1.2ms) DROP TABLE "integer_models"
746
-  (0.8ms) CREATE TABLE "integer_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "deleted_at" integer DEFAULT 0) 
747
-  (1.1ms) DROP TABLE "forests"
748
-  (1.0ms) CREATE TABLE "forests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "deleted_at" integer DEFAULT 0) 
749
-  (1.5ms) DROP TABLE "trees"
750
-  (1.1ms) CREATE TABLE "trees" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "deleted_at" integer DEFAULT 0, "forest_id" integer, "park_id" integer, "biggest" boolean DEFAULT 'f') 
751
-  (1.1ms) DROP TABLE "parks"
752
-  (0.9ms) CREATE TABLE "parks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "forest_id" integer) 
753
-  (0.5ms) SELECT version FROM "schema_migrations"
754
-  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20131210200622')
755
-  (0.0ms) begin transaction
756
- SQL (3.9ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
757
-  (0.9ms) commit transaction
758
-  (0.0ms) begin transaction
759
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
760
-  (1.0ms) commit transaction
761
132
   (0.0ms) begin transaction
762
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386734782.787368 WHERE "integer_models"."id" = 2
133
+ SQL (0.2ms) UPDATE "forests" SET "deleted_at" = 1418736241.389941 WHERE "forests"."id" = 2
763
134
   (0.6ms) commit transaction
764
135
   (0.0ms) begin transaction
765
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
766
-  (1.0ms) commit transaction
767
-  (0.0ms) begin transaction
768
- SQL (0.1ms) UPDATE "integer_models" SET "deleted_at" = 1386734782.796687 WHERE "integer_models"."id" = 3
769
-  (1.2ms) commit transaction
770
-  (0.0ms) begin transaction
771
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
136
+ SQL (0.2ms) INSERT INTO "trees" ("forest_id") VALUES (?) [["forest_id", 2]]
137
+  (0.6ms) commit transaction
138
+ Forest Load (0.1ms) SELECT "forests".* FROM "forests" WHERE ("forests".deleted_at = 0) AND "forests"."id" = ? LIMIT 1 [["id", 2]]
139
+  (0.1ms) begin transaction
140
+ SQL (0.4ms) INSERT INTO "forests" DEFAULT VALUES
772
141
   (1.2ms) commit transaction
773
- IntegerModel Load (0.1ms) SELECT "integer_models".* FROM "integer_models"
774
-  (0.0ms) begin transaction
775
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
776
-  (0.8ms) commit transaction
777
-  (0.0ms) begin transaction
778
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386734782.804321 WHERE "integer_models"."id" = 5
142
+  (0.1ms) begin transaction
143
+ SQL (0.7ms) INSERT INTO "trees" ("biggest", "forest_id") VALUES (?, ?) [["biggest", true], ["forest_id", 3]]
144
+  (1.2ms) commit transaction
145
+  (0.1ms) begin transaction
146
+ SQL (0.4ms) UPDATE "trees" SET "deleted_at" = 1418736241.405185 WHERE "trees"."id" = 3
147
+  (0.7ms) commit transaction
148
+ Tree Load (0.2ms) SELECT "trees".* FROM "trees" WHERE "trees"."forest_id" = ? AND (biggest = 't') LIMIT 1 [["forest_id", 3]]
149
+  (0.1ms) begin transaction
150
+ SQL (0.4ms) INSERT INTO "forests" DEFAULT VALUES
151
+  (0.6ms) commit transaction
152
+  (0.1ms) begin transaction
153
+ SQL (0.3ms) INSERT INTO "trees" ("biggest", "forest_id") VALUES (?, ?) [["biggest", true], ["forest_id", 4]]
779
154
   (0.6ms) commit transaction
780
- SQL (0.8ms) UPDATE "integer_models" SET "deleted_at" = 0 WHERE "integer_models"."id" = 5
781
-  (0.0ms) begin transaction
782
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
783
-  (3.3ms) commit transaction
784
155
   (0.1ms) begin transaction
785
- SQL (0.7ms) UPDATE "integer_models" SET "deleted_at" = 1386734782.813121 WHERE "integer_models"."id" = 6
156
+ SQL (0.3ms) UPDATE "trees" SET "deleted_at" = 1418736241.446345 WHERE "trees"."id" = 4
157
+  (0.5ms) commit transaction
158
+ Tree Load (0.2ms) SELECT "trees".* FROM "trees" WHERE ("trees".deleted_at = 0) AND "trees"."forest_id" = ? AND (biggest = 't') LIMIT 1 [["forest_id", 4]]
159
+  (0.1ms) begin transaction
160
+ SQL (0.4ms) INSERT INTO "forests" DEFAULT VALUES
786
161
   (0.6ms) commit transaction
787
- SQL (1.4ms) UPDATE "integer_models" SET "deleted_at" = 0 WHERE "integer_models"."id" = 6
788
-  (0.0ms) begin transaction
789
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
790
-  (1.4ms) commit transaction
791
162
   (0.0ms) begin transaction
792
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386734782.820735 WHERE "integer_models"."id" = 7
793
-  (1.0ms) commit transaction
794
- SQL (1.2ms) UPDATE "integer_models" SET "deleted_at" = 0 WHERE "integer_models"."id" = 7
163
+ SQL (0.2ms) INSERT INTO "trees" ("forest_id") VALUES (?) [["forest_id", 5]]
164
+  (0.5ms) commit transaction
165
+  (0.1ms) begin transaction
166
+ SQL (0.3ms) UPDATE "trees" SET "deleted_at" = 1418736241.457554 WHERE "trees"."id" = 5
167
+  (1.3ms) commit transaction
795
168
   (0.1ms) begin transaction
796
- SQL (0.3ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
797
-  (0.8ms) commit transaction
169
+ SQL (0.2ms) INSERT INTO "trees" ("forest_id") VALUES (?) [["forest_id", 5]]
170
+  (0.5ms) commit transaction
171
+ Tree Exists (0.2ms) SELECT 1 AS one FROM "trees" WHERE "trees"."forest_id" = ? AND "trees"."id" = 5 LIMIT 1 [["forest_id", 5]]
172
+ Tree Exists (0.2ms) SELECT 1 AS one FROM "trees" WHERE "trees"."forest_id" = ? AND "trees"."id" = 6 LIMIT 1 [["forest_id", 5]]
798
173
   (0.1ms) begin transaction
799
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386734782.826676 WHERE "integer_models"."id" = 8
800
-  (1.1ms) commit transaction
801
- SQL (0.9ms) UPDATE "integer_models" SET "deleted_at" = 0 WHERE "integer_models"."id" = 8
802
-  (0.1ms) SELECT deleted_at FROM "integer_models" WHERE id = 8
803
-  (0.0ms) begin transaction
804
- SQL (0.2ms) INSERT INTO "forests" ("deleted_at") VALUES (?) [["deleted_at", 0]]
805
-  (1.1ms) commit transaction
806
-  (0.0ms) begin transaction
807
- SQL (0.7ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", true], ["deleted_at", 0], ["forest_id", 1], ["park_id", nil]]
808
-  (1.2ms) commit transaction
809
-  (0.0ms) begin transaction
810
- SQL (0.2ms) UPDATE "trees" SET "deleted_at" = 1386734782.844456 WHERE "trees"."id" = 1
174
+ SQL (0.5ms) INSERT INTO "forests" DEFAULT VALUES
175
+  (0.8ms) commit transaction
176
+  (0.1ms) begin transaction
177
+ SQL (0.3ms) INSERT INTO "trees" ("forest_id") VALUES (?) [["forest_id", 6]]
811
178
   (0.9ms) commit transaction
812
- Tree Load (0.2ms) SELECT "trees".* FROM "trees" WHERE "trees"."forest_id" = 1 AND ("trees".deleted_at = 0) AND (biggest = 't') LIMIT 1
813
-  (0.0ms) begin transaction
814
- SQL (0.2ms) INSERT INTO "forests" ("deleted_at") VALUES (?) [["deleted_at", 0]]
815
-  (1.5ms) commit transaction
816
179
   (0.0ms) begin transaction
817
- SQL (0.2ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", true], ["deleted_at", 0], ["forest_id", 2], ["park_id", nil]]
818
-  (1.4ms) commit transaction
819
-  (0.0ms) begin transaction
820
- SQL (0.2ms) UPDATE "trees" SET "deleted_at" = 1386734782.882195 WHERE "trees"."id" = 2
821
-  (1.0ms) commit transaction
822
- Tree Load (0.1ms) SELECT "trees".* FROM "trees" WHERE "trees"."forest_id" = 2 AND ("trees".deleted_at = 0) AND (biggest = 't') LIMIT 1
180
+ SQL (0.3ms) UPDATE "trees" SET "deleted_at" = 1418736241.492333 WHERE "trees"."id" = 7
181
+  (0.8ms) commit transaction
182
+ Tree Exists (0.1ms) SELECT 1 AS one FROM "trees" WHERE ("trees".deleted_at = 0) AND "trees"."forest_id" = ? LIMIT 1 [["forest_id", 6]]
183
+  (0.1ms) begin transaction
184
+ SQL (0.2ms) INSERT INTO "forests" DEFAULT VALUES
185
+  (0.6ms) commit transaction
823
186
   (0.0ms) begin transaction
824
- SQL (0.2ms) INSERT INTO "forests" ("deleted_at") VALUES (?) [["deleted_at", 0]]
825
-  (1.5ms) commit transaction
187
+ SQL (0.2ms) UPDATE "forests" SET "deleted_at" = 1418736241.499475 WHERE "forests"."id" = 7
188
+  (0.8ms) commit transaction
826
189
   (0.0ms) begin transaction
827
- SQL (0.2ms) UPDATE "forests" SET "deleted_at" = 1386734782.888737 WHERE "forests"."id" = 3
828
-  (1.0ms) commit transaction
829
-  (0.0ms) begin transaction
830
- SQL (0.2ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", false], ["deleted_at", 0], ["forest_id", 3], ["park_id", nil]]
831
-  (1.3ms) commit transaction
832
- Forest Load (0.1ms) SELECT "forests".* FROM "forests" WHERE "forests"."id" = 3 AND ("forests".deleted_at = 0) LIMIT 1
190
+ SQL (0.2ms) INSERT INTO "parks" DEFAULT VALUES
191
+  (0.8ms) commit transaction
833
192
   (0.0ms) begin transaction
834
- SQL (0.2ms) INSERT INTO "forests" ("deleted_at") VALUES (?) [["deleted_at", 0]]
835
-  (2.8ms) commit transaction
193
+ SQL (0.2ms) UPDATE "parks" SET "forest_id" = ? WHERE "parks"."id" = 1 [["forest_id", 7]]
194
+  (0.7ms) commit transaction
195
+ Park Load (0.1ms) SELECT "parks".* FROM "parks" WHERE "parks"."id" = ? LIMIT 1 [["id", 1]]
196
+ Forest Load (0.2ms) SELECT "forests".* FROM "forests" WHERE "forests"."id" = ? LIMIT 1 [["id", 7]]
836
197
   (0.1ms) begin transaction
837
- SQL (0.2ms) UPDATE "forests" SET "deleted_at" = 1386734782.899898 WHERE "forests"."id" = 4
838
-  (1.6ms) commit transaction
839
-  (0.0ms) begin transaction
840
- SQL (0.2ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", false], ["deleted_at", 0], ["forest_id", 4], ["park_id", nil]]
841
-  (1.4ms) commit transaction
842
- Forest Load (0.1ms) SELECT "forests".* FROM "forests" WHERE "forests"."id" = 4 AND ("forests".deleted_at = 0) LIMIT 1
843
-  (0.0ms) begin transaction
844
- SQL (0.2ms) INSERT INTO "forests" ("deleted_at") VALUES (?) [["deleted_at", 0]]
845
-  (1.0ms) commit transaction
846
-  (0.0ms) begin transaction
847
- SQL (0.2ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", false], ["deleted_at", 0], ["forest_id", 5], ["park_id", nil]]
848
-  (1.1ms) commit transaction
198
+ SQL (0.2ms) INSERT INTO "forests" DEFAULT VALUES
199
+  (0.9ms) commit transaction
849
200
   (0.0ms) begin transaction
850
- SQL (0.2ms) UPDATE "trees" SET "deleted_at" = 1386734782.913125 WHERE "trees"."id" = 5
851
-  (1.2ms) commit transaction
852
-  (0.0ms) begin transaction
853
- SQL (0.2ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", false], ["deleted_at", 0], ["forest_id", 5], ["park_id", nil]]
854
-  (1.4ms) commit transaction
855
- Tree Load (0.2ms) SELECT "trees".* FROM "trees" WHERE "trees"."forest_id" = 5 AND ("trees".deleted_at = 0)
201
+ SQL (0.2ms) UPDATE "forests" SET "deleted_at" = 1418736241.513495 WHERE "forests"."id" = 8
202
+  (0.8ms) commit transaction
856
203
   (0.1ms) begin transaction
857
- SQL (0.2ms) INSERT INTO "forests" ("deleted_at") VALUES (?) [["deleted_at", 0]]
858
-  (1.4ms) commit transaction
204
+ SQL (0.2ms) INSERT INTO "parks" DEFAULT VALUES
205
+  (0.8ms) commit transaction
859
206
   (0.0ms) begin transaction
860
- SQL (0.2ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", false], ["deleted_at", 0], ["forest_id", 6], ["park_id", nil]]
861
-  (1.3ms) commit transaction
862
-  (0.0ms) begin transaction
863
- SQL (0.2ms) UPDATE "trees" SET "deleted_at" = 1386734782.929908 WHERE "trees"."id" = 7
864
-  (1.0ms) commit transaction
865
- Tree Load (0.1ms) SELECT "trees".* FROM "trees" WHERE "trees"."forest_id" = 6 AND ("trees".deleted_at = 0)
866
-  (0.0ms) begin transaction
867
- SQL (0.2ms) INSERT INTO "parks" ("forest_id") VALUES (?) [["forest_id", nil]]
207
+ SQL (0.2ms) UPDATE "parks" SET "forest_id" = ? WHERE "parks"."id" = 2 [["forest_id", 8]]
208
+  (0.7ms) commit transaction
209
+ Park Load (0.2ms) SELECT "parks".* FROM "parks" WHERE "parks"."id" = ? LIMIT 1 [["id", 2]]
210
+ Forest Load (0.1ms) SELECT "forests".* FROM "forests" WHERE ("forests".deleted_at = 0) AND "forests"."id" = ? LIMIT 1 [["id", 8]]
211
+  (0.1ms) begin transaction
212
+ SQL (0.4ms) INSERT INTO "parks" DEFAULT VALUES
213
+  (2.2ms) commit transaction
214
+  (0.1ms) begin transaction
215
+ SQL (0.3ms) INSERT INTO "trees" ("biggest", "park_id") VALUES (?, ?) [["biggest", true], ["park_id", 3]]
216
+  (1.7ms) commit transaction
217
+  (0.1ms) begin transaction
218
+ SQL (0.2ms) UPDATE "trees" SET "deleted_at" = 1418736241.530772 WHERE "trees"."id" = 8
219
+  (3.9ms) commit transaction
220
+ Tree Load (0.2ms) SELECT "trees".* FROM "trees" WHERE "trees"."park_id" = ? AND (biggest = 't') LIMIT 1 [["park_id", 3]]
221
+  (0.1ms) begin transaction
222
+ SQL (0.3ms) INSERT INTO "parks" DEFAULT VALUES
868
223
   (1.3ms) commit transaction
224
+  (0.1ms) begin transaction
225
+ SQL (0.3ms) INSERT INTO "trees" ("biggest", "park_id") VALUES (?, ?) [["biggest", true], ["park_id", 4]]
226
+  (2.8ms) commit transaction
227
+  (0.1ms) begin transaction
228
+ SQL (0.3ms) UPDATE "trees" SET "deleted_at" = 1418736241.547193 WHERE "trees"."id" = 9
229
+  (8.9ms) commit transaction
230
+ Tree Load (0.2ms) SELECT "trees".* FROM "trees" WHERE ("trees".deleted_at = 0) AND "trees"."park_id" = ? AND (biggest = 't') LIMIT 1 [["park_id", 4]]
231
+  (0.1ms) begin transaction
232
+ SQL (0.3ms) INSERT INTO "parks" DEFAULT VALUES
233
+  (0.7ms) commit transaction
869
234
   (0.0ms) begin transaction
870
- SQL (0.2ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", true], ["deleted_at", 0], ["forest_id", nil], ["park_id", 1]]
235
+ SQL (0.2ms) INSERT INTO "trees" ("park_id") VALUES (?) [["park_id", 5]]
871
236
   (1.4ms) commit transaction
872
237
   (0.0ms) begin transaction
873
- SQL (0.2ms) UPDATE "trees" SET "deleted_at" = 1386734782.941513 WHERE "trees"."id" = 8
874
-  (1.3ms) commit transaction
875
- Tree Load (0.1ms) SELECT "trees".* FROM "trees" WHERE "trees"."park_id" = 1 AND ("trees".deleted_at = 0) AND (biggest = 't') LIMIT 1
876
-  (0.0ms) begin transaction
877
- SQL (0.2ms) INSERT INTO "parks" ("forest_id") VALUES (?) [["forest_id", nil]]
878
-  (1.5ms) commit transaction
879
-  (0.0ms) begin transaction
880
- SQL (0.2ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", true], ["deleted_at", 0], ["forest_id", nil], ["park_id", 2]]
881
-  (1.2ms) commit transaction
882
-  (0.0ms) begin transaction
883
- SQL (0.2ms) UPDATE "trees" SET "deleted_at" = 1386734782.94995 WHERE "trees"."id" = 9
238
+ SQL (0.2ms) UPDATE "trees" SET "deleted_at" = 1418736241.565521 WHERE "trees"."id" = 10
884
239
   (1.5ms) commit transaction
885
- Tree Load (0.1ms) SELECT "trees".* FROM "trees" WHERE "trees"."park_id" = 2 AND ("trees".deleted_at = 0) AND (biggest = 't') LIMIT 1
886
-  (0.0ms) begin transaction
887
- SQL (0.2ms) INSERT INTO "forests" ("deleted_at") VALUES (?) [["deleted_at", 0]]
888
-  (2.5ms) commit transaction
889
240
   (0.1ms) begin transaction
890
- SQL (0.2ms) UPDATE "forests" SET "deleted_at" = 1386734782.957908 WHERE "forests"."id" = 7
891
-  (3.4ms) commit transaction
892
-  (0.0ms) begin transaction
893
- SQL (0.2ms) INSERT INTO "parks" ("forest_id") VALUES (?) [["forest_id", nil]]
894
-  (1.3ms) commit transaction
895
-  (0.0ms) begin transaction
896
-  (0.2ms) UPDATE "parks" SET "forest_id" = 7 WHERE "parks"."id" = 3
897
-  (1.1ms) commit transaction
898
- Park Load (0.1ms) SELECT "parks".* FROM "parks" WHERE "parks"."id" = ? LIMIT 1 [["id", 3]]
899
- Forest Load (0.1ms) SELECT "forests".* FROM "forests" WHERE "forests"."id" = 7 AND ("forests".deleted_at = 0) LIMIT 1
241
+ SQL (0.4ms) INSERT INTO "trees" ("park_id") VALUES (?) [["park_id", 5]]
242
+  (0.9ms) commit transaction
243
+ Tree Exists (0.2ms) SELECT 1 AS one FROM "trees" WHERE "trees"."park_id" = ? AND "trees"."id" = 10 LIMIT 1 [["park_id", 5]]
244
+ Tree Exists (0.1ms) SELECT 1 AS one FROM "trees" WHERE "trees"."park_id" = ? AND "trees"."id" = 11 LIMIT 1 [["park_id", 5]]
245
+  (0.1ms) begin transaction
246
+ SQL (0.3ms) INSERT INTO "parks" DEFAULT VALUES
247
+  (0.9ms) commit transaction
248
+  (0.1ms) begin transaction
249
+ SQL (0.2ms) INSERT INTO "trees" ("park_id") VALUES (?) [["park_id", 6]]
250
+  (0.8ms) commit transaction
900
251
   (0.0ms) begin transaction
901
- SQL (0.2ms) INSERT INTO "forests" ("deleted_at") VALUES (?) [["deleted_at", 0]]
902
-  (1.9ms) commit transaction
903
-  (0.0ms) begin transaction
904
- SQL (0.2ms) UPDATE "forests" SET "deleted_at" = 1386734782.97268 WHERE "forests"."id" = 8
905
-  (2.2ms) commit transaction
252
+ SQL (0.3ms) UPDATE "trees" SET "deleted_at" = 1418736241.579948 WHERE "trees"."id" = 12
253
+  (0.9ms) commit transaction
254
+ Tree Exists (0.1ms) SELECT 1 AS one FROM "trees" WHERE ("trees".deleted_at = 0) AND "trees"."park_id" = ? LIMIT 1 [["park_id", 6]]
906
255
   (0.0ms) begin transaction
907
- SQL (0.2ms) INSERT INTO "parks" ("forest_id") VALUES (?) [["forest_id", nil]]
908
-  (2.0ms) commit transaction
256
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
257
+  (0.8ms) commit transaction
909
258
   (0.0ms) begin transaction
910
-  (0.2ms) UPDATE "parks" SET "forest_id" = 8 WHERE "parks"."id" = 4
259
+ SQL (0.3ms) UPDATE "integer_models" SET "deleted_at" = 1418736241.586051 WHERE "integer_models"."id" = 20
911
260
   (1.0ms) commit transaction
912
- Park Load (0.1ms) SELECT "parks".* FROM "parks" WHERE "parks"."id" = ? LIMIT 1 [["id", 4]]
913
- Forest Load (0.1ms) SELECT "forests".* FROM "forests" WHERE "forests"."id" = 8 AND ("forests".deleted_at = 0) LIMIT 1
914
-  (0.0ms) begin transaction
915
- SQL (0.2ms) INSERT INTO "parks" ("forest_id") VALUES (?) [["forest_id", nil]]
916
-  (1.2ms) commit transaction
261
+ IntegerModel Load (0.2ms) SELECT "integer_models".* FROM "integer_models" WHERE (integer_models.deleted_at > 0)
917
262
   (0.0ms) begin transaction
918
- SQL (0.2ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", false], ["deleted_at", 0], ["forest_id", nil], ["park_id", 5]]
263
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
919
264
   (0.9ms) commit transaction
920
-  (0.0ms) begin transaction
921
- SQL (0.2ms) UPDATE "trees" SET "deleted_at" = 1386734782.988658 WHERE "trees"."id" = 10
922
-  (1.0ms) commit transaction
923
-  (0.0ms) begin transaction
924
- SQL (0.2ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", false], ["deleted_at", 0], ["forest_id", nil], ["park_id", 5]]
925
-  (0.7ms) commit transaction
926
- Tree Load (0.1ms) SELECT "trees".* FROM "trees" WHERE "trees"."park_id" = 5 AND ("trees".deleted_at = 0)
927
-  (0.0ms) begin transaction
928
- SQL (0.2ms) INSERT INTO "parks" ("forest_id") VALUES (?) [["forest_id", nil]]
929
-  (1.0ms) commit transaction
930
-  (0.0ms) begin transaction
931
- SQL (0.2ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", false], ["deleted_at", 0], ["forest_id", nil], ["park_id", 6]]
932
-  (0.9ms) commit transaction
265
+ IntegerModel Load (0.2ms) SELECT "integer_models".* FROM "integer_models" WHERE (integer_models.deleted_at > 0)
933
266
   (0.0ms) begin transaction
934
- SQL (0.1ms) UPDATE "trees" SET "deleted_at" = 1386734782.998716 WHERE "trees"."id" = 12
935
-  (0.7ms) commit transaction
936
- Tree Load (0.1ms) SELECT "trees".* FROM "trees" WHERE "trees"."park_id" = 6 AND ("trees".deleted_at = 0)
937
-  (0.0ms) begin transaction
938
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
939
-  (0.6ms) commit transaction
940
-  (0.0ms) begin transaction
941
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386734783.003424 WHERE "integer_models"."id" = 9
942
-  (0.8ms) commit transaction
943
-  (0.0ms) begin transaction
944
- SQL (0.0ms) INSERT INTO "decimal_models" ("deleted_at", "integer_model_id") VALUES (?, ?) [["deleted_at", #<BigDecimal:7f8b1badd9e8,'0.0',9(18)>], ["integer_model_id", nil]]
267
+ SQL (0.0ms) INSERT INTO "decimal_models" DEFAULT VALUES
945
268
   (0.0ms) commit transaction
946
269
   (0.0ms) begin transaction
947
- SQL (0.0ms) UPDATE "decimal_models" SET "deleted_at" = 1386734783.00509 WHERE "decimal_models"."id" = 1
270
+ SQL (0.0ms) UPDATE "decimal_models" SET "deleted_at" = 1418736241.592539 WHERE "decimal_models"."id" = 4
948
271
   (0.0ms) commit transaction
949
272
   (0.0ms) begin transaction
950
- SQL (0.0ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
273
+ SQL (0.0ms) INSERT INTO "integer_models" DEFAULT VALUES
951
274
   (0.0ms) commit transaction
952
275
   (0.0ms) begin transaction
953
- SQL (0.0ms) UPDATE "integer_models" SET "deleted_at" = 1386734783.00509 WHERE "integer_models"."id" = 10
276
+ SQL (0.0ms) UPDATE "integer_models" SET "deleted_at" = 1418736241.592539 WHERE "integer_models"."id" = 22
954
277
   (0.0ms) commit transaction
955
-  (0.0ms) SELECT deleted_at FROM "decimal_models" WHERE id = 1
956
-  (0.0ms) SELECT deleted_at FROM "integer_models" WHERE id = 10
957
-  (0.0ms) begin transaction
958
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
959
-  (1.3ms) commit transaction
960
-  (0.0ms) begin transaction
961
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386734783.020701 WHERE "integer_models"."id" = 11
962
-  (1.1ms) commit transaction
278
+  (0.0ms) SELECT deleted_at FROM "decimal_models" WHERE id = 4
279
+  (0.0ms) SELECT deleted_at FROM "integer_models" WHERE id = 22
280
+  (0.1ms) begin transaction
281
+ SQL (0.3ms) INSERT INTO "integer_models" DEFAULT VALUES
282
+  (0.7ms) commit transaction
283
+  (0.1ms) begin transaction
284
+ SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1418736241.605793 WHERE "integer_models"."id" = 23
285
+  (0.7ms) commit transaction
286
+  (0.1ms) begin transaction
287
+ SQL (0.3ms) INSERT INTO "integer_models" DEFAULT VALUES
288
+  (1.4ms) commit transaction
289
+  (0.1ms) begin transaction
290
+ SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1418736241.61029 WHERE "integer_models"."id" = 24
291
+  (0.6ms) commit transaction
963
292
   (0.0ms) begin transaction
964
- SQL (0.1ms) INSERT INTO "decimal_models" ("deleted_at", "integer_model_id") VALUES (?, ?) [["deleted_at", #<BigDecimal:7f8b1badd9e8,'0.0',9(18)>], ["integer_model_id", nil]]
965
-  (0.7ms) commit transaction
293
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
294
+  (0.6ms) commit transaction
966
295
   (0.0ms) begin transaction
967
- SQL (0.4ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
968
-  (1.1ms) commit transaction
296
+ SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1418736241.613744 WHERE "integer_models"."id" = 25
297
+  (1.5ms) commit transaction
969
298
   (0.1ms) begin transaction
970
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386734783.027555 WHERE "integer_models"."id" = 12
971
-  (0.9ms) commit transaction
299
+ SQL (0.3ms) INSERT INTO "decimal_models" DEFAULT VALUES
300
+  (1.0ms) commit transaction
972
301
   (0.1ms) begin transaction
973
- SQL (0.3ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
974
-  (1.1ms) commit transaction
975
-  (0.0ms) begin transaction
976
- SQL (0.1ms) UPDATE "integer_models" SET "deleted_at" = 1386734783.032958 WHERE "integer_models"."id" = 13
977
-  (0.8ms) commit transaction
302
+ SQL (0.4ms) INSERT INTO "integer_models" DEFAULT VALUES
303
+  (0.9ms) commit transaction
304
+  (0.1ms) begin transaction
305
+ SQL (0.3ms) UPDATE "integer_models" SET "deleted_at" = 1418736241.622505 WHERE "integer_models"."id" = 26
306
+  (0.7ms) commit transaction
978
307
   (0.0ms) begin transaction
979
- SQL (0.0ms) INSERT INTO "decimal_models" ("deleted_at", "integer_model_id") VALUES (?, ?) [["deleted_at", #<BigDecimal:7f8b1badd9e8,'0.0',9(18)>], ["integer_model_id", nil]]
308
+ SQL (0.0ms) INSERT INTO "decimal_models" DEFAULT VALUES
980
309
   (0.0ms) commit transaction
981
310
   (0.0ms) begin transaction
982
- SQL (0.0ms) UPDATE "decimal_models" SET "deleted_at" = 1386734783.0 WHERE "decimal_models"."id" = 3
311
+ SQL (0.0ms) UPDATE "decimal_models" SET "deleted_at" = 1418736242.0 WHERE "decimal_models"."id" = 6
983
312
   (0.0ms) commit transaction
984
313
   (0.0ms) begin transaction
985
- SQL (0.0ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
314
+ SQL (0.0ms) INSERT INTO "integer_models" DEFAULT VALUES
986
315
   (0.0ms) commit transaction
987
316
   (0.0ms) begin transaction
988
- SQL (0.0ms) UPDATE "integer_models" SET "deleted_at" = 1386734783.0 WHERE "integer_models"."id" = 14
317
+ SQL (0.0ms) UPDATE "integer_models" SET "deleted_at" = 1418736242.0 WHERE "integer_models"."id" = 27
989
318
   (0.0ms) commit transaction
990
-  (0.0ms) begin transaction
991
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
319
+  (0.1ms) begin transaction
320
+ SQL (0.3ms) INSERT INTO "integer_models" DEFAULT VALUES
992
321
   (0.9ms) commit transaction
993
322
   (0.1ms) begin transaction
994
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386734783.044009 WHERE "integer_models"."id" = 15
995
-  (0.6ms) commit transaction
996
-  (0.0ms) begin transaction
997
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
998
-  (1.0ms) commit transaction
999
-  (0.0ms) begin transaction
1000
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386734783.047894 WHERE "integer_models"."id" = 16
1001
-  (1.1ms) commit transaction
1002
- SQL (0.8ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 16
1003
-  (0.0ms) begin transaction
1004
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1005
-  (0.8ms) commit transaction
323
+ SQL (0.3ms) UPDATE "integer_models" SET "deleted_at" = 1418736241.635298 WHERE "integer_models"."id" = 28
324
+  (0.9ms) commit transaction
1006
325
   (0.0ms) begin transaction
1007
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386734783.052837 WHERE "integer_models"."id" = 17
326
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
1008
327
   (0.8ms) commit transaction
1009
- SQL (0.6ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 17
1010
-  (0.4ms) SELECT COUNT(*) FROM "integer_models" WHERE id = 17
1011
328
   (0.0ms) begin transaction
1012
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1013
-  (0.7ms) commit transaction
329
+ SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1418736241.639561 WHERE "integer_models"."id" = 29
330
+  (0.8ms) commit transaction
331
+ SQL (1.1ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 29
332
+  (0.1ms) begin transaction
333
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
334
+  (0.8ms) commit transaction
1014
335
   (0.0ms) begin transaction
1015
- SQL (0.2ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = ? [["id", 18]]
1016
-  (0.6ms) commit transaction
1017
-  (0.1ms) SELECT COUNT(*) FROM "integer_models" WHERE id = 18
336
+ SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1418736241.644752 WHERE "integer_models"."id" = 30
337
+  (0.9ms) commit transaction
338
+ SQL (1.1ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 30
339
+  (0.2ms) SELECT COUNT(*) FROM "integer_models" WHERE id = 30
340
+  (0.1ms) begin transaction
341
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
342
+  (0.6ms) commit transaction
1018
343
   (0.0ms) begin transaction
1019
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
344
+ SQL (0.2ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = ? [["id", 31]]
1020
345
   (0.7ms) commit transaction
1021
-  (0.0ms) begin transaction
1022
- SQL (0.1ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = ? [["id", 19]]
1023
-  (0.7ms) commit transaction
1024
-  (0.0ms) begin transaction
1025
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1026
-  (1.1ms) commit transaction
346
+  (0.2ms) SELECT COUNT(*) FROM "integer_models" WHERE id = 31
347
+  (0.1ms) begin transaction
348
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
349
+  (1.0ms) commit transaction
1027
350
   (0.1ms) begin transaction
1028
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386734783.065119 WHERE "integer_models"."id" = 20
1029
-  (0.8ms) commit transaction
1030
- IntegerModel Load (0.1ms) SELECT "integer_models".* FROM "integer_models" WHERE (integer_models.deleted_at > 0)
1031
-  (0.0ms) begin transaction
1032
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1033
-  (0.9ms) commit transaction
1034
- IntegerModel Load (0.1ms) SELECT "integer_models".* FROM "integer_models" WHERE (integer_models.deleted_at > 0)
1035
-  (0.0ms) begin transaction
1036
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
351
+ SQL (0.3ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = ? [["id", 32]]
1037
352
   (1.0ms) commit transaction
1038
- SQL (0.9ms) UPDATE "integer_models" SET "deleted_at" = 1386734783.071885 WHERE "integer_models"."id" = 22
1039
-  (0.0ms) begin transaction
1040
- SQL (0.0ms) INSERT INTO "decimal_models" ("deleted_at", "integer_model_id") VALUES (?, ?) [["deleted_at", #<BigDecimal:7f8b1badd9e8,'0.0',9(18)>], ["integer_model_id", nil]]
1041
-  (0.0ms) commit transaction
1042
- SQL (0.0ms) UPDATE "decimal_models" SET "deleted_at" = 1386734783.07324 WHERE "decimal_models"."id" = 4
1043
-  (0.0ms) begin transaction
1044
- SQL (0.0ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1045
-  (0.0ms) commit transaction
1046
- SQL (0.0ms) UPDATE "integer_models" SET "deleted_at" = 1386734783.07324 WHERE "integer_models"."id" = 23
1047
-  (0.0ms) SELECT deleted_at FROM "decimal_models" WHERE id = 4
1048
-  (0.0ms) SELECT deleted_at FROM "integer_models" WHERE id = 23
1049
-  (0.0ms) begin transaction
1050
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1051
-  (1.1ms) commit transaction
1052
- SQL (1.1ms) UPDATE "integer_models" SET "deleted_at" = 1386734783.082409 WHERE "integer_models"."id" = 24
1053
-  (0.0ms) begin transaction
1054
- SQL (0.1ms) INSERT INTO "decimal_models" ("deleted_at", "integer_model_id") VALUES (?, ?) [["deleted_at", #<BigDecimal:7f8b1badd9e8,'0.0',9(18)>], ["integer_model_id", nil]]
1055
-  (0.7ms) commit transaction
1056
-  (0.0ms) begin transaction
1057
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1058
-  (1.1ms) commit transaction
1059
- SQL (0.7ms) UPDATE "integer_models" SET "deleted_at" = 1386734783.087933 WHERE "integer_models"."id" = 25
353
+  (9.8ms) DROP TABLE "decimal_models"
354
+  (1.5ms) CREATE TABLE "decimal_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "deleted_at" decimal DEFAULT 0, "integer_model_id" integer)
355
+  (1.3ms) DROP TABLE "integer_models"
356
+  (1.3ms) CREATE TABLE "integer_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "deleted_at" integer DEFAULT 0)
357
+  (1.3ms) DROP TABLE "forests"
358
+  (1.2ms) CREATE TABLE "forests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "deleted_at" integer DEFAULT 0)
359
+  (1.1ms) DROP TABLE "trees"
360
+  (1.2ms) CREATE TABLE "trees" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "deleted_at" integer DEFAULT 0, "forest_id" integer, "park_id" integer, "biggest" boolean DEFAULT 'f')
361
+  (1.2ms) DROP TABLE "parks"
362
+  (1.0ms) CREATE TABLE "parks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "forest_id" integer)
363
+  (0.1ms) SELECT version FROM "schema_migrations"
364
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20141216212438')
365
+  (0.0ms) begin transaction
366
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
367
+  (1.0ms) commit transaction
368
+ SQL (1.2ms) UPDATE "integer_models" SET "deleted_at" = 1418736279.223389 WHERE "integer_models"."id" = 1
369
+  (0.1ms) begin transaction
370
+ SQL (0.3ms) INSERT INTO "integer_models" DEFAULT VALUES
371
+  (0.8ms) commit transaction
372
+ SQL (0.9ms) UPDATE "integer_models" SET "deleted_at" = 1418736279.256999 WHERE "integer_models"."id" = 2
1060
373
   (0.0ms) begin transaction
1061
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1062
-  (0.7ms) commit transaction
1063
- SQL (0.8ms) UPDATE "integer_models" SET "deleted_at" = 1386734783.09144 WHERE "integer_models"."id" = 26
374
+ SQL (0.0ms) INSERT INTO "decimal_models" DEFAULT VALUES
375
+  (0.0ms) commit transaction
376
+ SQL (0.0ms) UPDATE "decimal_models" SET "deleted_at" = 1418736279.0 WHERE "decimal_models"."id" = 1
1064
377
   (0.0ms) begin transaction
1065
- SQL (0.0ms) INSERT INTO "decimal_models" ("deleted_at", "integer_model_id") VALUES (?, ?) [["deleted_at", #<BigDecimal:7f8b1badd9e8,'0.0',9(18)>], ["integer_model_id", nil]]
378
+ SQL (0.0ms) INSERT INTO "integer_models" DEFAULT VALUES
1066
379
   (0.0ms) commit transaction
1067
- SQL (0.0ms) UPDATE "decimal_models" SET "deleted_at" = 1386734783.0 WHERE "decimal_models"."id" = 6
380
+ SQL (0.0ms) UPDATE "integer_models" SET "deleted_at" = 1418736279.0 WHERE "integer_models"."id" = 3
1068
381
   (0.0ms) begin transaction
1069
- SQL (0.0ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
382
+ SQL (0.0ms) INSERT INTO "decimal_models" DEFAULT VALUES
1070
383
   (0.0ms) commit transaction
1071
- SQL (0.0ms) UPDATE "integer_models" SET "deleted_at" = 1386734783.0 WHERE "integer_models"."id" = 27
384
+ SQL (0.0ms) UPDATE "decimal_models" SET "deleted_at" = 1418736279.272507 WHERE "decimal_models"."id" = 2
1072
385
   (0.0ms) begin transaction
1073
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1074
-  (0.8ms) commit transaction
1075
- SQL (1.1ms) UPDATE "integer_models" SET "deleted_at" = 1386734783.101778 WHERE "integer_models"."id" = 28
386
+ SQL (0.0ms) INSERT INTO "integer_models" DEFAULT VALUES
387
+  (0.0ms) commit transaction
388
+ SQL (0.0ms) UPDATE "integer_models" SET "deleted_at" = 1418736279.272507 WHERE "integer_models"."id" = 4
389
+  (0.0ms) SELECT deleted_at FROM "decimal_models" WHERE id = 2
390
+  (0.0ms) SELECT deleted_at FROM "integer_models" WHERE id = 4
391
+  (0.1ms) begin transaction
392
+ SQL (0.3ms) INSERT INTO "integer_models" DEFAULT VALUES
393
+  (0.9ms) commit transaction
394
+ SQL (1.1ms) UPDATE "integer_models" SET "deleted_at" = 1418736279.28444 WHERE "integer_models"."id" = 5
395
+  (0.1ms) begin transaction
396
+ SQL (0.3ms) INSERT INTO "decimal_models" DEFAULT VALUES
397
+  (0.9ms) commit transaction
398
+  (0.1ms) begin transaction
399
+ SQL (0.4ms) INSERT INTO "integer_models" DEFAULT VALUES
400
+  (0.6ms) commit transaction
401
+ SQL (0.7ms) UPDATE "integer_models" SET "deleted_at" = 1418736279.291323 WHERE "integer_models"."id" = 6
402
+  (0.0ms) begin transaction
403
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
404
+  (0.6ms) commit transaction
405
+ SQL (0.8ms) UPDATE "integer_models" SET "deleted_at" = 1418736279.294395 WHERE "integer_models"."id" = 7
406
+  (0.1ms) begin transaction
407
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
408
+  (0.5ms) commit transaction
409
+ SQL (0.7ms) DELETE FROM "integer_models" WHERE ("integer_models".deleted_at = 0) AND "integer_models"."id" = 8
410
+  (0.1ms) begin transaction
411
+ SQL (0.3ms) INSERT INTO "integer_models" DEFAULT VALUES
412
+  (0.8ms) commit transaction
413
+ SQL (0.8ms) DELETE FROM "integer_models" WHERE ("integer_models".deleted_at = 0) AND "integer_models"."id" = 9
414
+  (0.1ms) SELECT COUNT(*) FROM "integer_models" WHERE id = 9
415
+  (0.1ms) begin transaction
416
+ SQL (0.3ms) INSERT INTO "integer_models" DEFAULT VALUES
417
+  (0.6ms) commit transaction
418
+ SQL (0.9ms) UPDATE "integer_models" SET "deleted_at" = 1418736279.305452 WHERE "integer_models"."id" = 10
419
+ SQL (0.7ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 10
420
+  (0.1ms) SELECT COUNT(*) FROM "integer_models" WHERE id = 10
1076
421
   (0.0ms) begin transaction
1077
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1078
-  (1.0ms) commit transaction
1079
- SQL (0.8ms) UPDATE "integer_models" SET "deleted_at" = 1386734783.105622 WHERE "integer_models"."id" = 29
1080
- SQL (1.0ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 29
422
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
423
+  (0.6ms) commit transaction
424
+ SQL (0.7ms) UPDATE "integer_models" SET "deleted_at" = 1418736279.309583 WHERE "integer_models"."id" = 11
425
+ SQL (0.8ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 11
1081
426
   (0.0ms) begin transaction
1082
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
427
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
428
+  (0.5ms) commit transaction
429
+  (0.1ms) begin transaction
430
+ SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1418736279.314004 WHERE "integer_models"."id" = 12
431
+  (0.5ms) commit transaction
432
+  (0.1ms) begin transaction
433
+ SQL (0.4ms) INSERT INTO "integer_models" DEFAULT VALUES
1083
434
   (1.1ms) commit transaction
1084
- SQL (1.1ms) UPDATE "integer_models" SET "deleted_at" = 1386734783.110584 WHERE "integer_models"."id" = 30
1085
- SQL (1.0ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 30
1086
-  (0.1ms) SELECT COUNT(*) FROM "integer_models" WHERE id = 30
1087
-  (0.0ms) begin transaction
1088
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1089
-  (0.6ms) commit transaction
1090
- SQL (1.1ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 31 AND ("integer_models".deleted_at = 0)
1091
-  (0.1ms) SELECT COUNT(*) FROM "integer_models" WHERE id = 31
1092
435
   (0.0ms) begin transaction
1093
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
436
+ SQL (0.3ms) INSERT INTO "integer_models" DEFAULT VALUES
1094
437
   (0.9ms) commit transaction
1095
- SQL (0.7ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 32 AND ("integer_models".deleted_at = 0)
1096
- Connecting to database specified by database.yml
1097
-  (1.2ms) select sqlite_version(*)
1098
-  (1.7ms) DROP TABLE "decimal_models"
1099
-  (1.0ms) CREATE TABLE "decimal_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "deleted_at" decimal DEFAULT 0, "integer_model_id" integer) 
1100
-  (1.7ms) DROP TABLE "integer_models"
1101
-  (1.2ms) CREATE TABLE "integer_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "deleted_at" integer DEFAULT 0) 
1102
-  (1.7ms) DROP TABLE "forests"
1103
-  (0.7ms) CREATE TABLE "forests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "deleted_at" integer DEFAULT 0) 
1104
-  (1.4ms) DROP TABLE "trees"
1105
-  (0.9ms) CREATE TABLE "trees" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "deleted_at" integer DEFAULT 0, "forest_id" integer, "park_id" integer, "biggest" boolean DEFAULT 'f') 
1106
-  (1.4ms) DROP TABLE "parks"
1107
-  (1.2ms) CREATE TABLE "parks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "forest_id" integer) 
1108
-  (0.3ms) SELECT version FROM "schema_migrations"
1109
-  (1.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20131210200648')
1110
-  (0.0ms) begin transaction
1111
- SQL (3.3ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1112
-  (1.2ms) commit transaction
1113
-  (0.0ms) begin transaction
1114
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1115
-  (1.1ms) commit transaction
438
+  (0.1ms) begin transaction
439
+ SQL (0.3ms) UPDATE "integer_models" SET "deleted_at" = 1418736279.322559 WHERE "integer_models"."id" = 14
440
+  (0.7ms) commit transaction
441
+ IntegerModel Load (0.2ms) SELECT "integer_models".* FROM "integer_models" WHERE (integer_models.deleted_at > 0)
442
+  (0.1ms) begin transaction
443
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
444
+  (0.8ms) commit transaction
445
+ IntegerModel Load (0.1ms) SELECT "integer_models".* FROM "integer_models" WHERE (integer_models.deleted_at > 0)
1116
446
   (0.0ms) begin transaction
1117
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386734809.030431 WHERE "integer_models"."id" = 2
1118
-  (0.9ms) commit transaction
1119
-  (0.0ms) begin transaction
1120
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1121
-  (1.0ms) commit transaction
1122
- SQL (0.9ms) UPDATE "integer_models" SET "deleted_at" = 1386734809.039506 WHERE "integer_models"."id" = 3
1123
-  (0.0ms) begin transaction
1124
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1125
-  (1.0ms) commit transaction
1126
- SQL (0.9ms) UPDATE "integer_models" SET "deleted_at" = 1386734809.042766 WHERE "integer_models"."id" = 4
1127
-  (0.0ms) begin transaction
1128
- SQL (0.0ms) INSERT INTO "decimal_models" ("deleted_at", "integer_model_id") VALUES (?, ?) [["deleted_at", #<BigDecimal:7ff2dd3d8a60,'0.0',9(18)>], ["integer_model_id", nil]]
1129
-  (0.0ms) commit transaction
1130
- SQL (0.0ms) UPDATE "decimal_models" SET "deleted_at" = 1386734809.0 WHERE "decimal_models"."id" = 1
1131
-  (0.0ms) begin transaction
1132
- SQL (0.0ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1133
-  (0.0ms) commit transaction
1134
- SQL (0.0ms) UPDATE "integer_models" SET "deleted_at" = 1386734809.0 WHERE "integer_models"."id" = 5
1135
-  (0.0ms) begin transaction
1136
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1137
-  (1.0ms) commit transaction
1138
- SQL (0.9ms) UPDATE "integer_models" SET "deleted_at" = 1386734809.057578 WHERE "integer_models"."id" = 6
1139
-  (0.0ms) begin transaction
1140
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1141
-  (1.1ms) commit transaction
1142
- SQL (0.7ms) UPDATE "integer_models" SET "deleted_at" = 1386734809.061303 WHERE "integer_models"."id" = 7
447
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
448
+  (0.8ms) commit transaction
1143
449
   (0.0ms) begin transaction
1144
- SQL (0.1ms) INSERT INTO "decimal_models" ("deleted_at", "integer_model_id") VALUES (?, ?) [["deleted_at", #<BigDecimal:7ff2dd3d8a60,'0.0',9(18)>], ["integer_model_id", nil]]
1145
-  (0.8ms) commit transaction
450
+ SQL (0.3ms) UPDATE "integer_models" SET "deleted_at" = 1418736279.332445 WHERE "integer_models"."id" = 16
451
+  (0.7ms) commit transaction
1146
452
   (0.0ms) begin transaction
1147
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
453
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
1148
454
   (0.8ms) commit transaction
1149
- SQL (0.8ms) UPDATE "integer_models" SET "deleted_at" = 1386734809.066435 WHERE "integer_models"."id" = 8
1150
-  (0.0ms) begin transaction
1151
- SQL (0.0ms) INSERT INTO "decimal_models" ("deleted_at", "integer_model_id") VALUES (?, ?) [["deleted_at", #<BigDecimal:7ff2dd3d8a60,'0.0',9(18)>], ["integer_model_id", nil]]
1152
-  (0.0ms) commit transaction
1153
- SQL (0.0ms) UPDATE "decimal_models" SET "deleted_at" = 1386734809.068001 WHERE "decimal_models"."id" = 3
1154
-  (0.0ms) begin transaction
1155
- SQL (0.0ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1156
-  (0.0ms) commit transaction
1157
- SQL (0.0ms) UPDATE "integer_models" SET "deleted_at" = 1386734809.068001 WHERE "integer_models"."id" = 9
1158
-  (0.0ms) SELECT deleted_at FROM "decimal_models" WHERE id = 3
1159
-  (0.0ms) SELECT deleted_at FROM "integer_models" WHERE id = 9
455
+ IntegerModel Load (0.1ms) SELECT "integer_models".* FROM "integer_models"
1160
456
   (0.0ms) begin transaction
1161
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1162
-  (1.0ms) commit transaction
1163
- SQL (1.2ms) UPDATE "integer_models" SET "deleted_at" = 1386734809.077316 WHERE "integer_models"."id" = 10
1164
- SQL (0.7ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 10
1165
-  (0.0ms) begin transaction
1166
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1167
-  (1.1ms) commit transaction
1168
- SQL (1.0ms) UPDATE "integer_models" SET "deleted_at" = 1386734809.08216 WHERE "integer_models"."id" = 11
1169
- SQL (0.8ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 11
1170
-  (0.1ms) SELECT COUNT(*) FROM "integer_models" WHERE id = 11
457
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
458
+  (0.8ms) commit transaction
1171
459
   (0.0ms) begin transaction
1172
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
460
+ SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1418736279.338569 WHERE "integer_models"."id" = 18
1173
461
   (1.0ms) commit transaction
1174
- SQL (1.2ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 12 AND ("integer_models".deleted_at = 0)
1175
-  (0.1ms) SELECT COUNT(*) FROM "integer_models" WHERE id = 12
1176
-  (0.0ms) begin transaction
1177
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1178
-  (1.0ms) commit transaction
1179
- SQL (0.7ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 13 AND ("integer_models".deleted_at = 0)
1180
-  (0.0ms) begin transaction
1181
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1182
-  (1.1ms) commit transaction
1183
-  (0.0ms) begin transaction
1184
- SQL (0.1ms) UPDATE "integer_models" SET "deleted_at" = 1386734809.094574 WHERE "integer_models"."id" = 14
1185
-  (1.1ms) commit transaction
1186
- IntegerModel Load (0.1ms) SELECT "integer_models".* FROM "integer_models" WHERE (integer_models.deleted_at > 0)
462
+ SQL (1.1ms) UPDATE "integer_models" SET "deleted_at" = 0 WHERE "integer_models"."id" = 18
463
+  (0.1ms) begin transaction
464
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
465
+  (0.7ms) commit transaction
466
+  (0.1ms) begin transaction
467
+ SQL (0.3ms) UPDATE "integer_models" SET "deleted_at" = 1418736279.345168 WHERE "integer_models"."id" = 19
468
+  (0.9ms) commit transaction
469
+ SQL (1.1ms) UPDATE "integer_models" SET "deleted_at" = 0 WHERE "integer_models"."id" = 19
470
+  (0.2ms) SELECT deleted_at FROM "integer_models" WHERE id = 19
471
+  (0.1ms) begin transaction
472
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
473
+  (0.9ms) commit transaction
474
+  (0.1ms) begin transaction
475
+ SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1418736279.351167 WHERE "integer_models"."id" = 20
476
+  (0.7ms) commit transaction
477
+ SQL (1.4ms) UPDATE "integer_models" SET "deleted_at" = 0 WHERE "integer_models"."id" = 20
478
+  (0.1ms) begin transaction
479
+ SQL (0.3ms) INSERT INTO "integer_models" DEFAULT VALUES
480
+  (0.7ms) commit transaction
481
+  (0.1ms) begin transaction
482
+ SQL (0.3ms) UPDATE "integer_models" SET "deleted_at" = 1418736279.359021 WHERE "integer_models"."id" = 21
483
+  (0.5ms) commit transaction
484
+ SQL (0.7ms) UPDATE "integer_models" SET "deleted_at" = 0 WHERE "integer_models"."id" = 21
1187
485
   (0.0ms) begin transaction
1188
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
486
+ SQL (0.4ms) INSERT INTO "forests" DEFAULT VALUES
1189
487
   (0.7ms) commit transaction
1190
- IntegerModel Load (0.1ms) SELECT "integer_models".* FROM "integer_models" WHERE (integer_models.deleted_at > 0)
488
+  (0.1ms) begin transaction
489
+ SQL (0.2ms) UPDATE "forests" SET "deleted_at" = 1418736279.374982 WHERE "forests"."id" = 1
490
+  (0.6ms) commit transaction
1191
491
   (0.0ms) begin transaction
1192
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
492
+ SQL (0.2ms) INSERT INTO "parks" DEFAULT VALUES
493
+  (0.5ms) commit transaction
494
+  (0.1ms) begin transaction
495
+ SQL (0.4ms) UPDATE "parks" SET "forest_id" = ? WHERE "parks"."id" = 1 [["forest_id", 1]]
496
+  (0.8ms) commit transaction
497
+ Park Load (0.2ms) SELECT "parks".* FROM "parks" WHERE "parks"."id" = ? LIMIT 1 [["id", 1]]
498
+ Forest Load (0.2ms) SELECT "forests".* FROM "forests" WHERE ("forests".deleted_at = 0) AND "forests"."id" = ? LIMIT 1 [["id", 1]]
499
+  (0.1ms) begin transaction
500
+ SQL (0.3ms) INSERT INTO "forests" DEFAULT VALUES
501
+  (1.0ms) commit transaction
502
+  (0.1ms) begin transaction
503
+ SQL (0.2ms) UPDATE "forests" SET "deleted_at" = 1418736279.400602 WHERE "forests"."id" = 2
504
+  (0.8ms) commit transaction
505
+  (0.1ms) begin transaction
506
+ SQL (0.2ms) INSERT INTO "parks" DEFAULT VALUES
507
+  (0.9ms) commit transaction
508
+  (0.1ms) begin transaction
509
+ SQL (0.3ms) UPDATE "parks" SET "forest_id" = ? WHERE "parks"."id" = 2 [["forest_id", 2]]
510
+  (0.8ms) commit transaction
511
+ Park Load (0.1ms) SELECT "parks".* FROM "parks" WHERE "parks"."id" = ? LIMIT 1 [["id", 2]]
512
+ Forest Load (0.1ms) SELECT "forests".* FROM "forests" WHERE "forests"."id" = ? LIMIT 1 [["id", 2]]
513
+  (0.1ms) begin transaction
514
+ SQL (0.3ms) INSERT INTO "parks" DEFAULT VALUES
515
+  (1.0ms) commit transaction
516
+  (0.1ms) begin transaction
517
+ SQL (0.5ms) INSERT INTO "trees" ("biggest", "park_id") VALUES (?, ?) [["biggest", true], ["park_id", 3]]
518
+  (1.1ms) commit transaction
519
+  (0.1ms) begin transaction
520
+ SQL (0.3ms) UPDATE "trees" SET "deleted_at" = 1418736279.426145 WHERE "trees"."id" = 1
521
+  (1.2ms) commit transaction
522
+ Tree Load (0.2ms) SELECT "trees".* FROM "trees" WHERE ("trees".deleted_at = 0) AND "trees"."park_id" = ? AND (biggest = 't') LIMIT 1 [["park_id", 3]]
523
+  (0.1ms) begin transaction
524
+ SQL (0.3ms) INSERT INTO "parks" DEFAULT VALUES
1193
525
   (0.8ms) commit transaction
1194
526
   (0.0ms) begin transaction
1195
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386734809.102545 WHERE "integer_models"."id" = 16
527
+ SQL (0.2ms) INSERT INTO "trees" ("biggest", "park_id") VALUES (?, ?) [["biggest", true], ["park_id", 4]]
1196
528
   (0.8ms) commit transaction
1197
529
   (0.0ms) begin transaction
1198
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1199
-  (1.0ms) commit transaction
530
+ SQL (0.2ms) UPDATE "trees" SET "deleted_at" = 1418736279.464092 WHERE "trees"."id" = 2
531
+  (0.8ms) commit transaction
532
+ Tree Load (0.2ms) SELECT "trees".* FROM "trees" WHERE "trees"."park_id" = ? AND (biggest = 't') LIMIT 1 [["park_id", 4]]
533
+  (0.1ms) begin transaction
534
+ SQL (0.2ms) INSERT INTO "parks" DEFAULT VALUES
535
+  (1.2ms) commit transaction
1200
536
   (0.0ms) begin transaction
1201
- SQL (0.1ms) UPDATE "integer_models" SET "deleted_at" = 1386734809.106354 WHERE "integer_models"."id" = 17
1202
-  (1.2ms) commit transaction
537
+ SQL (0.4ms) INSERT INTO "trees" ("park_id") VALUES (?) [["park_id", 5]]
538
+  (0.8ms) commit transaction
1203
539
   (0.0ms) begin transaction
1204
- SQL (0.0ms) INSERT INTO "decimal_models" ("deleted_at", "integer_model_id") VALUES (?, ?) [["deleted_at", #<BigDecimal:7ff2dd3d8a60,'0.0',9(18)>], ["integer_model_id", nil]]
1205
-  (0.0ms) commit transaction
540
+ SQL (0.2ms) UPDATE "trees" SET "deleted_at" = 1418736279.476113 WHERE "trees"."id" = 3
541
+  (0.8ms) commit transaction
542
+ Tree Exists (0.2ms) SELECT 1 AS one FROM "trees" WHERE ("trees".deleted_at = 0) AND "trees"."park_id" = ? LIMIT 1 [["park_id", 5]]
543
+  (0.1ms) begin transaction
544
+ SQL (0.3ms) INSERT INTO "parks" DEFAULT VALUES
545
+  (0.9ms) commit transaction
546
+  (0.1ms) begin transaction
547
+ SQL (0.4ms) INSERT INTO "trees" ("park_id") VALUES (?) [["park_id", 6]]
548
+  (1.1ms) commit transaction
549
+  (0.1ms) begin transaction
550
+ SQL (0.3ms) UPDATE "trees" SET "deleted_at" = 1418736279.495796 WHERE "trees"."id" = 4
551
+  (0.9ms) commit transaction
552
+  (0.1ms) begin transaction
553
+ SQL (0.2ms) INSERT INTO "trees" ("park_id") VALUES (?) [["park_id", 6]]
554
+  (0.7ms) commit transaction
555
+ Tree Exists (0.1ms) SELECT 1 AS one FROM "trees" WHERE "trees"."park_id" = ? AND "trees"."id" = 4 LIMIT 1 [["park_id", 6]]
556
+ Tree Exists (0.2ms) SELECT 1 AS one FROM "trees" WHERE "trees"."park_id" = ? AND "trees"."id" = 5 LIMIT 1 [["park_id", 6]]
557
+  (0.1ms) begin transaction
558
+ SQL (0.3ms) INSERT INTO "forests" DEFAULT VALUES
559
+  (0.6ms) commit transaction
1206
560
   (0.0ms) begin transaction
1207
- SQL (0.0ms) UPDATE "decimal_models" SET "deleted_at" = 1386734809.0 WHERE "decimal_models"."id" = 4
1208
-  (0.0ms) commit transaction
561
+ SQL (0.2ms) UPDATE "forests" SET "deleted_at" = 1418736279.505966 WHERE "forests"."id" = 3
562
+  (0.6ms) commit transaction
1209
563
   (0.0ms) begin transaction
1210
- SQL (0.0ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1211
-  (0.0ms) commit transaction
1212
-  (0.0ms) begin transaction
1213
- SQL (0.0ms) UPDATE "integer_models" SET "deleted_at" = 1386734809.0 WHERE "integer_models"."id" = 18
1214
-  (0.0ms) commit transaction
564
+ SQL (0.3ms) INSERT INTO "trees" ("forest_id") VALUES (?) [["forest_id", 3]]
565
+  (0.6ms) commit transaction
566
+ Forest Load (0.1ms) SELECT "forests".* FROM "forests" WHERE ("forests".deleted_at = 0) AND "forests"."id" = ? LIMIT 1 [["id", 3]]
567
+  (0.1ms) begin transaction
568
+ SQL (0.3ms) INSERT INTO "forests" DEFAULT VALUES
569
+  (3.2ms) commit transaction
570
+  (0.1ms) begin transaction
571
+ SQL (0.3ms) UPDATE "forests" SET "deleted_at" = 1418736279.516755 WHERE "forests"."id" = 4
572
+  (1.3ms) commit transaction
573
+  (0.1ms) begin transaction
574
+ SQL (0.4ms) INSERT INTO "trees" ("forest_id") VALUES (?) [["forest_id", 4]]
575
+  (1.2ms) commit transaction
576
+ Forest Load (0.1ms) SELECT "forests".* FROM "forests" WHERE "forests"."id" = ? LIMIT 1 [["id", 4]]
577
+  (0.1ms) begin transaction
578
+ SQL (0.4ms) INSERT INTO "forests" DEFAULT VALUES
579
+  (1.1ms) commit transaction
580
+  (0.1ms) begin transaction
581
+ SQL (0.2ms) INSERT INTO "trees" ("biggest", "forest_id") VALUES (?, ?) [["biggest", true], ["forest_id", 5]]
582
+  (0.7ms) commit transaction
1215
583
   (0.0ms) begin transaction
1216
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
584
+ SQL (0.2ms) UPDATE "trees" SET "deleted_at" = 1418736279.531782 WHERE "trees"."id" = 8
585
+  (0.7ms) commit transaction
586
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees" WHERE ("trees".deleted_at = 0) AND "trees"."forest_id" = ? AND (biggest = 't') LIMIT 1 [["forest_id", 5]]
587
+  (0.1ms) begin transaction
588
+ SQL (0.2ms) INSERT INTO "forests" DEFAULT VALUES
1217
589
   (0.9ms) commit transaction
1218
590
   (0.0ms) begin transaction
1219
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386734809.118636 WHERE "integer_models"."id" = 19
591
+ SQL (0.2ms) INSERT INTO "trees" ("biggest", "forest_id") VALUES (?, ?) [["biggest", true], ["forest_id", 6]]
1220
592
   (0.9ms) commit transaction
1221
593
   (0.0ms) begin transaction
1222
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1223
-  (1.0ms) commit transaction
1224
-  (0.0ms) begin transaction
1225
- SQL (0.1ms) UPDATE "integer_models" SET "deleted_at" = 1386734809.122746 WHERE "integer_models"."id" = 20
1226
-  (0.8ms) commit transaction
594
+ SQL (0.2ms) UPDATE "trees" SET "deleted_at" = 1418736279.540382 WHERE "trees"."id" = 9
595
+  (0.7ms) commit transaction
596
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees" WHERE "trees"."forest_id" = ? AND (biggest = 't') LIMIT 1 [["forest_id", 6]]
1227
597
   (0.0ms) begin transaction
1228
- SQL (0.1ms) INSERT INTO "decimal_models" ("deleted_at", "integer_model_id") VALUES (?, ?) [["deleted_at", #<BigDecimal:7ff2dd3d8a60,'0.0',9(18)>], ["integer_model_id", nil]]
598
+ SQL (0.2ms) INSERT INTO "forests" DEFAULT VALUES
1229
599
   (0.9ms) commit transaction
600
+  (0.1ms) begin transaction
601
+ SQL (0.3ms) INSERT INTO "trees" ("forest_id") VALUES (?) [["forest_id", 7]]
602
+  (1.1ms) commit transaction
603
+  (0.1ms) begin transaction
604
+ SQL (0.3ms) UPDATE "trees" SET "deleted_at" = 1418736279.550229 WHERE "trees"."id" = 10
605
+  (0.8ms) commit transaction
606
+ Tree Exists (0.2ms) SELECT 1 AS one FROM "trees" WHERE ("trees".deleted_at = 0) AND "trees"."forest_id" = ? LIMIT 1 [["forest_id", 7]]
607
+  (0.1ms) begin transaction
608
+ SQL (0.4ms) INSERT INTO "forests" DEFAULT VALUES
609
+  (0.9ms) commit transaction
610
+  (0.1ms) begin transaction
611
+ SQL (0.2ms) INSERT INTO "trees" ("forest_id") VALUES (?) [["forest_id", 8]]
612
+  (0.7ms) commit transaction
613
+  (0.1ms) begin transaction
614
+ SQL (0.3ms) UPDATE "trees" SET "deleted_at" = 1418736279.561455 WHERE "trees"."id" = 11
615
+  (0.6ms) commit transaction
1230
616
   (0.0ms) begin transaction
1231
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1232
-  (1.2ms) commit transaction
617
+ SQL (0.2ms) INSERT INTO "trees" ("forest_id") VALUES (?) [["forest_id", 8]]
618
+  (0.6ms) commit transaction
619
+ Tree Exists (0.1ms) SELECT 1 AS one FROM "trees" WHERE "trees"."forest_id" = ? AND "trees"."id" = 11 LIMIT 1 [["forest_id", 8]]
620
+ Tree Exists (0.1ms) SELECT 1 AS one FROM "trees" WHERE "trees"."forest_id" = ? AND "trees"."id" = 12 LIMIT 1 [["forest_id", 8]]
1233
621
   (0.0ms) begin transaction
1234
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386734809.128626 WHERE "integer_models"."id" = 21
1235
-  (1.4ms) commit transaction
622
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
623
+  (0.6ms) commit transaction
1236
624
   (0.0ms) begin transaction
1237
- SQL (0.0ms) INSERT INTO "decimal_models" ("deleted_at", "integer_model_id") VALUES (?, ?) [["deleted_at", #<BigDecimal:7ff2dd3d8a60,'0.0',9(18)>], ["integer_model_id", nil]]
1238
-  (0.0ms) commit transaction
625
+ SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1418736279.569091 WHERE "integer_models"."id" = 22
626
+  (0.7ms) commit transaction
627
+  (0.0ms) begin transaction
628
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
629
+  (1.0ms) commit transaction
630
+  (0.1ms) begin transaction
631
+ SQL (0.3ms) UPDATE "integer_models" SET "deleted_at" = 1418736279.573106 WHERE "integer_models"."id" = 23
632
+  (0.5ms) commit transaction
1239
633
   (0.0ms) begin transaction
1240
- SQL (0.0ms) UPDATE "decimal_models" SET "deleted_at" = 1386734809.130817 WHERE "decimal_models"."id" = 6
634
+ SQL (0.0ms) INSERT INTO "decimal_models" DEFAULT VALUES
1241
635
   (0.0ms) commit transaction
1242
636
   (0.0ms) begin transaction
1243
- SQL (0.0ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
637
+ SQL (0.0ms) UPDATE "decimal_models" SET "deleted_at" = 1418736280.0 WHERE "decimal_models"."id" = 4
1244
638
   (0.0ms) commit transaction
1245
639
   (0.0ms) begin transaction
1246
- SQL (0.0ms) UPDATE "integer_models" SET "deleted_at" = 1386734809.130817 WHERE "integer_models"."id" = 22
640
+ SQL (0.0ms) INSERT INTO "integer_models" DEFAULT VALUES
1247
641
   (0.0ms) commit transaction
1248
-  (0.0ms) SELECT deleted_at FROM "decimal_models" WHERE id = 6
1249
-  (0.0ms) SELECT deleted_at FROM "integer_models" WHERE id = 22
1250
-  (0.0ms) begin transaction
1251
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1252
-  (1.0ms) commit transaction
1253
-  (0.0ms) begin transaction
1254
- SQL (0.1ms) UPDATE "integer_models" SET "deleted_at" = 1386734809.140775 WHERE "integer_models"."id" = 23
1255
-  (1.1ms) commit transaction
1256
- SQL (1.1ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 23
1257
-  (0.0ms) begin transaction
1258
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1259
-  (1.0ms) commit transaction
1260
-  (0.0ms) begin transaction
1261
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386734809.146083 WHERE "integer_models"."id" = 24
1262
-  (1.1ms) commit transaction
1263
- SQL (1.1ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 24
1264
-  (0.1ms) SELECT COUNT(*) FROM "integer_models" WHERE id = 24
1265
-  (0.0ms) begin transaction
1266
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1267
-  (1.0ms) commit transaction
1268
-  (0.0ms) begin transaction
1269
- SQL (0.2ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = ? [["id", 25]]
1270
-  (0.8ms) commit transaction
1271
-  (0.1ms) SELECT COUNT(*) FROM "integer_models" WHERE id = 25
1272
-  (0.0ms) begin transaction
1273
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1274
-  (0.9ms) commit transaction
1275
-  (0.0ms) begin transaction
1276
- SQL (0.1ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = ? [["id", 26]]
1277
-  (0.8ms) commit transaction
1278
642
   (0.0ms) begin transaction
1279
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1280
-  (1.0ms) commit transaction
1281
-  (0.0ms) begin transaction
1282
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386734809.158971 WHERE "integer_models"."id" = 27
1283
-  (1.1ms) commit transaction
1284
- SQL (1.1ms) UPDATE "integer_models" SET "deleted_at" = 0 WHERE "integer_models"."id" = 27
643
+ SQL (0.0ms) UPDATE "integer_models" SET "deleted_at" = 1418736280.0 WHERE "integer_models"."id" = 24
644
+  (0.0ms) commit transaction
1285
645
   (0.0ms) begin transaction
1286
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1287
-  (1.1ms) commit transaction
1288
-  (0.0ms) begin transaction
1289
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386734809.164671 WHERE "integer_models"."id" = 28
1290
-  (0.5ms) commit transaction
1291
- SQL (0.6ms) UPDATE "integer_models" SET "deleted_at" = 0 WHERE "integer_models"."id" = 28
646
+ SQL (0.0ms) INSERT INTO "decimal_models" DEFAULT VALUES
647
+  (0.0ms) commit transaction
1292
648
   (0.0ms) begin transaction
1293
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1294
-  (1.1ms) commit transaction
1295
-  (0.0ms) begin transaction
1296
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386734809.168944 WHERE "integer_models"."id" = 29
1297
-  (1.0ms) commit transaction
1298
- SQL (1.1ms) UPDATE "integer_models" SET "deleted_at" = 0 WHERE "integer_models"."id" = 29
649
+ SQL (0.0ms) UPDATE "decimal_models" SET "deleted_at" = 1418736279.583229 WHERE "decimal_models"."id" = 5
650
+  (0.0ms) commit transaction
1299
651
   (0.0ms) begin transaction
1300
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1301
-  (1.0ms) commit transaction
652
+ SQL (0.0ms) INSERT INTO "integer_models" DEFAULT VALUES
653
+  (0.0ms) commit transaction
1302
654
   (0.0ms) begin transaction
1303
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386734809.17487 WHERE "integer_models"."id" = 30
1304
-  (0.5ms) commit transaction
1305
- SQL (1.0ms) UPDATE "integer_models" SET "deleted_at" = 0 WHERE "integer_models"."id" = 30
1306
-  (0.1ms) SELECT deleted_at FROM "integer_models" WHERE id = 30
655
+ SQL (0.0ms) UPDATE "integer_models" SET "deleted_at" = 1418736279.583229 WHERE "integer_models"."id" = 25
656
+  (0.0ms) commit transaction
657
+  (0.0ms) SELECT deleted_at FROM "decimal_models" WHERE id = 5
658
+  (0.0ms) SELECT deleted_at FROM "integer_models" WHERE id = 25
1307
659
   (0.0ms) begin transaction
1308
- SQL (0.3ms) INSERT INTO "forests" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1309
-  (1.2ms) commit transaction
660
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
661
+  (0.7ms) commit transaction
1310
662
   (0.1ms) begin transaction
1311
- SQL (0.3ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", true], ["deleted_at", 0], ["forest_id", 1], ["park_id", nil]]
1312
-  (1.3ms) commit transaction
663
+ SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1418736279.595192 WHERE "integer_models"."id" = 26
664
+  (0.7ms) commit transaction
1313
665
   (0.0ms) begin transaction
1314
- SQL (0.2ms) UPDATE "trees" SET "deleted_at" = 1386734809.215192 WHERE "trees"."id" = 1
1315
-  (0.9ms) commit transaction
1316
- Tree Load (0.3ms) SELECT "trees".* FROM "trees" WHERE ("trees".deleted_at = 0)
1317
- Tree Load (0.2ms) SELECT "trees".* FROM "trees" WHERE ("trees".deleted_at = 0)
1318
- Tree Load (0.4ms) SELECT "trees".* FROM "trees" WHERE "trees"."forest_id" = 1 AND ("trees".deleted_at = 0) AND (biggest = 't') LIMIT 1
666
+ SQL (0.2ms) INSERT INTO "decimal_models" DEFAULT VALUES
667
+  (0.8ms) commit transaction
668
+  (0.0ms) begin transaction
669
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
670
+  (0.8ms) commit transaction
1319
671
   (0.1ms) begin transaction
1320
- SQL (0.4ms) INSERT INTO "forests" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1321
-  (0.9ms) commit transaction
1322
-  (0.1ms) begin transaction
1323
- SQL (0.2ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", true], ["deleted_at", 0], ["forest_id", 2], ["park_id", nil]]
672
+ SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1418736279.601341 WHERE "integer_models"."id" = 27
673
+  (0.8ms) commit transaction
674
+  (0.0ms) begin transaction
675
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
1324
676
   (1.0ms) commit transaction
677
+  (0.1ms) begin transaction
678
+ SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1418736279.605449 WHERE "integer_models"."id" = 28
679
+  (0.8ms) commit transaction
680
+  (0.0ms) begin transaction
681
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
682
+  (0.7ms) commit transaction
1325
683
   (0.0ms) begin transaction
1326
- SQL (0.2ms) UPDATE "trees" SET "deleted_at" = 1386734837.852868 WHERE "trees"."id" = 2
684
+ SQL (0.2ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = ? [["id", 29]]
1327
685
   (0.8ms) commit transaction
1328
- Tree Load (0.4ms) SELECT "trees".* FROM "trees" WHERE "trees"."forest_id" = 2 AND ("trees".deleted_at = 0) AND (biggest = 't') LIMIT 1
686
+  (0.1ms) begin transaction
687
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
688
+  (0.9ms) commit transaction
1329
689
   (0.1ms) begin transaction
1330
- SQL (0.4ms) INSERT INTO "forests" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1331
-  (2.1ms) commit transaction
690
+ SQL (0.2ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = ? [["id", 30]]
691
+  (1.0ms) commit transaction
692
+  (0.2ms) SELECT COUNT(*) FROM "integer_models" WHERE id = 30
693
+  (0.0ms) begin transaction
694
+ SQL (0.1ms) INSERT INTO "integer_models" DEFAULT VALUES
695
+  (0.9ms) commit transaction
1332
696
   (0.1ms) begin transaction
1333
- SQL (0.3ms) UPDATE "forests" SET "deleted_at" = 1386734842.107504 WHERE "forests"."id" = 3
697
+ SQL (0.3ms) UPDATE "integer_models" SET "deleted_at" = 1418736279.617496 WHERE "integer_models"."id" = 31
1334
698
   (0.9ms) commit transaction
699
+ SQL (1.0ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 31
700
+  (0.1ms) SELECT COUNT(*) FROM "integer_models" WHERE id = 31
1335
701
   (0.0ms) begin transaction
1336
- SQL (0.2ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", false], ["deleted_at", 0], ["forest_id", 3], ["park_id", nil]]
702
+ SQL (0.4ms) INSERT INTO "integer_models" DEFAULT VALUES
1337
703
   (0.7ms) commit transaction
1338
- Forest Load (0.4ms) SELECT "forests".* FROM "forests" WHERE "forests"."id" = 3 AND ("forests".deleted_at = 0) LIMIT 1
1339
-  (0.1ms) begin transaction
1340
- SQL (0.4ms) INSERT INTO "forests" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1341
-  (2.1ms) commit transaction
1342
704
   (0.1ms) begin transaction
1343
- SQL (0.3ms) UPDATE "forests" SET "deleted_at" = 1386734843.074383 WHERE "forests"."id" = 4
1344
-  (1.0ms) commit transaction
1345
-  (0.0ms) begin transaction
1346
- SQL (0.2ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", false], ["deleted_at", 0], ["forest_id", 4], ["park_id", nil]]
1347
-  (1.0ms) commit transaction
1348
- Forest Load (0.4ms) SELECT "forests".* FROM "forests" WHERE "forests"."id" = 4 AND ("forests".deleted_at = 0) LIMIT 1
705
+ SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1418736279.623394 WHERE "integer_models"."id" = 32
706
+  (0.7ms) commit transaction
707
+ SQL (1.1ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 32
708
+  (9.4ms) DROP TABLE "decimal_models"
709
+  (1.5ms) CREATE TABLE "decimal_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "deleted_at" decimal DEFAULT 0, "integer_model_id" integer)
710
+  (1.1ms) DROP TABLE "integer_models"
711
+  (1.2ms) CREATE TABLE "integer_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "deleted_at" integer DEFAULT 0)
712
+  (1.1ms) DROP TABLE "forests"
713
+  (1.2ms) CREATE TABLE "forests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "deleted_at" integer DEFAULT 0)
714
+  (1.2ms) DROP TABLE "trees"
715
+  (1.0ms) CREATE TABLE "trees" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "deleted_at" integer DEFAULT 0, "forest_id" integer, "park_id" integer, "biggest" boolean DEFAULT 'f')
716
+  (0.9ms) DROP TABLE "parks"
717
+  (0.9ms) CREATE TABLE "parks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "forest_id" integer)
718
+  (0.1ms) SELECT version FROM "schema_migrations"
719
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20141216212608')
1349
720
   (0.1ms) begin transaction
1350
- SQL (0.3ms) INSERT INTO "forests" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1351
-  (2.4ms) commit transaction
721
+ SQL (0.3ms) INSERT INTO "integer_models" DEFAULT VALUES
722
+  (0.7ms) commit transaction
1352
723
   (0.1ms) begin transaction
1353
- SQL (0.3ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", false], ["deleted_at", 0], ["forest_id", 5], ["park_id", nil]]
1354
-  (0.9ms) commit transaction
1355
-  (0.1ms) begin transaction
1356
- SQL (0.2ms) UPDATE "trees" SET "deleted_at" = 1386734843.337923 WHERE "trees"."id" = 5
1357
-  (0.9ms) commit transaction
1358
-  (0.0ms) begin transaction
1359
- SQL (0.2ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", false], ["deleted_at", 0], ["forest_id", 5], ["park_id", nil]]
724
+ SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1418736369.1231 WHERE "integer_models"."id" = 1
1360
725
   (0.7ms) commit transaction
1361
- Tree Load (0.4ms) SELECT "trees".* FROM "trees" WHERE "trees"."forest_id" = 5 AND ("trees".deleted_at = 0)
1362
-  (0.1ms) begin transaction
1363
- SQL (0.3ms) INSERT INTO "forests" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1364
-  (2.3ms) commit transaction
726
+ SQL (0.9ms) UPDATE "integer_models" SET "deleted_at" = 0 WHERE "integer_models"."id" = 1
727
+  (0.1ms) SELECT deleted_at FROM "integer_models" WHERE id = 1
1365
728
   (0.1ms) begin transaction
1366
- SQL (0.2ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", false], ["deleted_at", 0], ["forest_id", 6], ["park_id", nil]]
729
+ SQL (0.3ms) INSERT INTO "integer_models" DEFAULT VALUES
1367
730
   (1.0ms) commit transaction
1368
-  (0.0ms) begin transaction
1369
- SQL (0.2ms) UPDATE "trees" SET "deleted_at" = 1386734843.769658 WHERE "trees"."id" = 7
731
+  (0.1ms) begin transaction
732
+ SQL (0.3ms) UPDATE "integer_models" SET "deleted_at" = 1418736369.132141 WHERE "integer_models"."id" = 2
1370
733
   (0.7ms) commit transaction
1371
- Tree Load (0.4ms) SELECT "trees".* FROM "trees" WHERE "trees"."forest_id" = 6 AND ("trees".deleted_at = 0)
734
+ SQL (1.1ms) UPDATE "integer_models" SET "deleted_at" = 0 WHERE "integer_models"."id" = 2
1372
735
   (0.1ms) begin transaction
1373
- SQL (0.3ms) INSERT INTO "parks" ("forest_id") VALUES (?) [["forest_id", nil]]
1374
-  (2.1ms) commit transaction
736
+ SQL (0.3ms) INSERT INTO "integer_models" DEFAULT VALUES
737
+  (0.6ms) commit transaction
738
+  (0.0ms) begin transaction
739
+ SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1418736369.137235 WHERE "integer_models"."id" = 3
740
+  (0.6ms) commit transaction
741
+ SQL (0.8ms) UPDATE "integer_models" SET "deleted_at" = 0 WHERE "integer_models"."id" = 3
1375
742
   (0.1ms) begin transaction
1376
- SQL (0.3ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", true], ["deleted_at", 0], ["forest_id", nil], ["park_id", 1]]
1377
-  (1.1ms) commit transaction
743
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
744
+  (0.6ms) commit transaction
1378
745
   (0.0ms) begin transaction
1379
- SQL (0.2ms) UPDATE "trees" SET "deleted_at" = 1386734844.027298 WHERE "trees"."id" = 8
1380
-  (1.0ms) commit transaction
1381
- Tree Load (0.4ms) SELECT "trees".* FROM "trees" WHERE "trees"."park_id" = 1 AND ("trees".deleted_at = 0) AND (biggest = 't') LIMIT 1
746
+ SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1418736369.141134 WHERE "integer_models"."id" = 4
747
+  (0.5ms) commit transaction
748
+ SQL (1.4ms) UPDATE "integer_models" SET "deleted_at" = 0 WHERE "integer_models"."id" = 4
1382
749
   (0.1ms) begin transaction
1383
- SQL (0.3ms) INSERT INTO "parks" ("forest_id") VALUES (?) [["forest_id", nil]]
1384
-  (0.9ms) commit transaction
1385
-  (0.1ms) begin transaction
1386
- SQL (0.3ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", true], ["deleted_at", 0], ["forest_id", nil], ["park_id", 2]]
1387
-  (1.0ms) commit transaction
1388
-  (0.0ms) begin transaction
1389
- SQL (0.2ms) UPDATE "trees" SET "deleted_at" = 1386734844.268395 WHERE "trees"."id" = 9
1390
-  (0.9ms) commit transaction
1391
- Connecting to database specified by database.yml
1392
-  (1.2ms) select sqlite_version(*)
1393
-  (1.1ms) DROP TABLE "decimal_models"
1394
-  (1.0ms) CREATE TABLE "decimal_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "deleted_at" decimal DEFAULT 0, "integer_model_id" integer) 
1395
-  (1.4ms) DROP TABLE "integer_models"
1396
-  (0.9ms) CREATE TABLE "integer_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "deleted_at" integer DEFAULT 0) 
1397
-  (1.4ms) DROP TABLE "forests"
1398
-  (1.1ms) CREATE TABLE "forests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "deleted_at" integer DEFAULT 0) 
1399
-  (1.1ms) DROP TABLE "trees"
1400
-  (1.1ms) CREATE TABLE "trees" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "deleted_at" integer DEFAULT 0, "forest_id" integer, "park_id" integer, "biggest" boolean DEFAULT 'f') 
1401
-  (1.4ms) DROP TABLE "parks"
1402
-  (0.9ms) CREATE TABLE "parks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "forest_id" integer) 
1403
-  (0.1ms) SELECT version FROM "schema_migrations"
1404
-  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20131210200736')
1405
-  (0.0ms) begin transaction
1406
- SQL (2.0ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1407
-  (1.0ms) commit transaction
1408
-  (0.0ms) begin transaction
1409
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386734856.955487 WHERE "integer_models"."id" = 1
1410
-  (0.8ms) commit transaction
1411
- SQL (0.9ms) UPDATE "integer_models" SET "deleted_at" = 0 WHERE "integer_models"."id" = 1
1412
-  (0.1ms) SELECT deleted_at FROM "integer_models" WHERE id = 1
1413
-  (0.0ms) begin transaction
1414
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1415
-  (1.0ms) commit transaction
1416
-  (0.0ms) begin transaction
1417
- SQL (0.1ms) UPDATE "integer_models" SET "deleted_at" = 1386734856.966444 WHERE "integer_models"."id" = 2
1418
-  (0.7ms) commit transaction
1419
- SQL (0.8ms) UPDATE "integer_models" SET "deleted_at" = 0 WHERE "integer_models"."id" = 2
1420
-  (0.0ms) begin transaction
1421
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1422
-  (1.0ms) commit transaction
1423
-  (0.0ms) begin transaction
1424
- SQL (0.1ms) UPDATE "integer_models" SET "deleted_at" = 1386734856.971 WHERE "integer_models"."id" = 3
750
+ SQL (0.3ms) INSERT INTO "integer_models" DEFAULT VALUES
1425
751
   (0.7ms) commit transaction
1426
- SQL (0.9ms) UPDATE "integer_models" SET "deleted_at" = 0 WHERE "integer_models"."id" = 3
1427
-  (0.0ms) begin transaction
1428
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1429
-  (0.9ms) commit transaction
1430
-  (0.0ms) begin transaction
1431
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386734856.975563 WHERE "integer_models"."id" = 4
1432
-  (0.8ms) commit transaction
1433
- SQL (0.8ms) UPDATE "integer_models" SET "deleted_at" = 0 WHERE "integer_models"."id" = 4
1434
-  (0.0ms) begin transaction
1435
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1436
-  (1.0ms) commit transaction
1437
-  (0.0ms) begin transaction
1438
- SQL (0.1ms) UPDATE "integer_models" SET "deleted_at" = 1386734856.982298 WHERE "integer_models"."id" = 5
1439
-  (0.8ms) commit transaction
1440
752
   (0.0ms) begin transaction
1441
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1442
-  (0.8ms) commit transaction
753
+ SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1418736369.177756 WHERE "integer_models"."id" = 5
754
+  (0.5ms) commit transaction
1443
755
   (0.0ms) begin transaction
1444
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1445
-  (1.0ms) commit transaction
756
+ SQL (0.3ms) INSERT INTO "decimal_models" DEFAULT VALUES
757
+  (0.6ms) commit transaction
1446
758
   (0.0ms) begin transaction
1447
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386734856.988428 WHERE "integer_models"."id" = 7
759
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
1448
760
   (0.7ms) commit transaction
1449
761
   (0.0ms) begin transaction
1450
- SQL (0.2ms) INSERT INTO "decimal_models" ("deleted_at", "integer_model_id") VALUES (?, ?) [["deleted_at", #<BigDecimal:7fbe667bc6a0,'0.0',9(18)>], ["integer_model_id", nil]]
1451
-  (0.8ms) commit transaction
1452
-  (0.0ms) begin transaction
1453
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1454
-  (0.6ms) commit transaction
1455
-  (0.0ms) begin transaction
1456
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386734856.997185 WHERE "integer_models"."id" = 8
762
+ SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1418736369.188813 WHERE "integer_models"."id" = 6
1457
763
   (0.6ms) commit transaction
1458
764
   (0.0ms) begin transaction
1459
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
765
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
1460
766
   (0.6ms) commit transaction
1461
767
   (0.0ms) begin transaction
1462
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386734857.000384 WHERE "integer_models"."id" = 9
768
+ SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1418736369.192137 WHERE "integer_models"."id" = 7
1463
769
   (0.5ms) commit transaction
1464
770
   (0.0ms) begin transaction
1465
- SQL (0.0ms) INSERT INTO "decimal_models" ("deleted_at", "integer_model_id") VALUES (?, ?) [["deleted_at", #<BigDecimal:7fbe667bc6a0,'0.0',9(18)>], ["integer_model_id", nil]]
771
+ SQL (0.0ms) INSERT INTO "decimal_models" DEFAULT VALUES
1466
772
   (0.0ms) commit transaction
1467
773
   (0.0ms) begin transaction
1468
- SQL (0.0ms) UPDATE "decimal_models" SET "deleted_at" = 1386734857.0 WHERE "decimal_models"."id" = 2
774
+ SQL (0.0ms) UPDATE "decimal_models" SET "deleted_at" = 1418736369.193829 WHERE "decimal_models"."id" = 2
1469
775
   (0.0ms) commit transaction
1470
776
   (0.0ms) begin transaction
1471
- SQL (0.0ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
777
+ SQL (0.0ms) INSERT INTO "integer_models" DEFAULT VALUES
1472
778
   (0.0ms) commit transaction
1473
779
   (0.0ms) begin transaction
1474
- SQL (0.0ms) UPDATE "integer_models" SET "deleted_at" = 1386734857.0 WHERE "integer_models"."id" = 10
780
+ SQL (0.0ms) UPDATE "integer_models" SET "deleted_at" = 1418736369.193829 WHERE "integer_models"."id" = 8
1475
781
   (0.0ms) commit transaction
782
+  (0.0ms) SELECT deleted_at FROM "decimal_models" WHERE id = 2
783
+  (0.0ms) SELECT deleted_at FROM "integer_models" WHERE id = 8
1476
784
   (0.0ms) begin transaction
1477
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1478
-  (0.7ms) commit transaction
785
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
786
+  (0.6ms) commit transaction
1479
787
   (0.0ms) begin transaction
1480
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386734857.011749 WHERE "integer_models"."id" = 11
1481
-  (1.1ms) commit transaction
1482
-  (0.0ms) begin transaction
1483
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1484
-  (1.0ms) commit transaction
788
+ SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1418736369.205665 WHERE "integer_models"."id" = 9
789
+  (0.6ms) commit transaction
790
+  (0.1ms) begin transaction
791
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
792
+  (0.8ms) commit transaction
1485
793
   (0.0ms) begin transaction
1486
- SQL (0.1ms) UPDATE "integer_models" SET "deleted_at" = 1386734857.015932 WHERE "integer_models"."id" = 12
1487
-  (1.1ms) commit transaction
794
+ SQL (0.3ms) UPDATE "integer_models" SET "deleted_at" = 1418736369.208914 WHERE "integer_models"."id" = 10
795
+  (0.9ms) commit transaction
1488
796
   (0.0ms) begin transaction
1489
- SQL (0.0ms) INSERT INTO "decimal_models" ("deleted_at", "integer_model_id") VALUES (?, ?) [["deleted_at", #<BigDecimal:7fbe667bc6a0,'0.0',9(18)>], ["integer_model_id", nil]]
797
+ SQL (0.0ms) INSERT INTO "decimal_models" DEFAULT VALUES
1490
798
   (0.0ms) commit transaction
1491
799
   (0.0ms) begin transaction
1492
- SQL (0.0ms) UPDATE "decimal_models" SET "deleted_at" = 1386734857.017904 WHERE "decimal_models"."id" = 3
800
+ SQL (0.0ms) UPDATE "decimal_models" SET "deleted_at" = 1418736369.0 WHERE "decimal_models"."id" = 3
1493
801
   (0.0ms) commit transaction
1494
802
   (0.0ms) begin transaction
1495
- SQL (0.0ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
803
+ SQL (0.0ms) INSERT INTO "integer_models" DEFAULT VALUES
1496
804
   (0.0ms) commit transaction
1497
805
   (0.0ms) begin transaction
1498
- SQL (0.0ms) UPDATE "integer_models" SET "deleted_at" = 1386734857.017904 WHERE "integer_models"."id" = 13
806
+ SQL (0.0ms) UPDATE "integer_models" SET "deleted_at" = 1418736369.0 WHERE "integer_models"."id" = 11
1499
807
   (0.0ms) commit transaction
1500
-  (0.0ms) SELECT deleted_at FROM "decimal_models" WHERE id = 3
1501
-  (0.0ms) SELECT deleted_at FROM "integer_models" WHERE id = 13
1502
-  (0.0ms) begin transaction
1503
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
808
+  (0.1ms) begin transaction
809
+ SQL (0.3ms) INSERT INTO "integer_models" DEFAULT VALUES
1504
810
   (1.0ms) commit transaction
811
+  (0.1ms) begin transaction
812
+ SQL (0.4ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = ? [["id", 12]]
813
+  (0.7ms) commit transaction
814
+  (0.1ms) begin transaction
815
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
816
+  (0.9ms) commit transaction
1505
817
   (0.0ms) begin transaction
1506
- SQL (0.1ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = ? [["id", 14]]
1507
-  (1.1ms) commit transaction
1508
-  (0.0ms) begin transaction
1509
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1510
-  (0.8ms) commit transaction
1511
-  (0.0ms) begin transaction
1512
- SQL (0.1ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = ? [["id", 15]]
1513
-  (1.1ms) commit transaction
1514
-  (0.1ms) SELECT COUNT(*) FROM "integer_models" WHERE id = 15
1515
-  (0.0ms) begin transaction
1516
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
818
+ SQL (0.2ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = ? [["id", 13]]
1517
819
   (1.0ms) commit transaction
1518
-  (0.0ms) begin transaction
1519
- SQL (0.1ms) UPDATE "integer_models" SET "deleted_at" = 1386734857.035503 WHERE "integer_models"."id" = 16
1520
-  (1.1ms) commit transaction
1521
- SQL (0.9ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 16
1522
-  (0.1ms) SELECT COUNT(*) FROM "integer_models" WHERE id = 16
820
+  (0.2ms) SELECT COUNT(*) FROM "integer_models" WHERE id = 13
1523
821
   (0.0ms) begin transaction
1524
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1525
-  (1.0ms) commit transaction
822
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
823
+  (0.7ms) commit transaction
1526
824
   (0.0ms) begin transaction
1527
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386734857.040797 WHERE "integer_models"."id" = 17
825
+ SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1418736369.230528 WHERE "integer_models"."id" = 14
826
+  (0.5ms) commit transaction
827
+ SQL (0.8ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 14
828
+  (0.1ms) SELECT COUNT(*) FROM "integer_models" WHERE id = 14
829
+  (0.1ms) begin transaction
830
+ SQL (0.3ms) INSERT INTO "integer_models" DEFAULT VALUES
831
+  (0.7ms) commit transaction
832
+  (0.1ms) begin transaction
833
+ SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1418736369.235312 WHERE "integer_models"."id" = 15
834
+  (0.5ms) commit transaction
835
+ SQL (0.6ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 15
836
+  (0.1ms) begin transaction
837
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
1528
838
   (0.5ms) commit transaction
1529
- SQL (1.0ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 17
839
+ SQL (0.6ms) UPDATE "integer_models" SET "deleted_at" = 1418736369.239541 WHERE "integer_models"."id" = 16
1530
840
   (0.0ms) begin transaction
1531
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1532
-  (1.0ms) commit transaction
841
+ SQL (0.2ms) INSERT INTO "decimal_models" DEFAULT VALUES
842
+  (0.7ms) commit transaction
843
+  (0.1ms) begin transaction
844
+ SQL (0.3ms) INSERT INTO "integer_models" DEFAULT VALUES
845
+  (0.9ms) commit transaction
846
+ SQL (0.9ms) UPDATE "integer_models" SET "deleted_at" = 1418736369.245803 WHERE "integer_models"."id" = 17
847
+  (0.1ms) begin transaction
848
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
849
+  (0.9ms) commit transaction
850
+ SQL (1.2ms) UPDATE "integer_models" SET "deleted_at" = 1418736369.249766 WHERE "integer_models"."id" = 18
1533
851
   (0.0ms) begin transaction
1534
- SQL (0.1ms) UPDATE "integer_models" SET "deleted_at" = 1386734857.045589 WHERE "integer_models"."id" = 18
1535
-  (1.1ms) commit transaction
1536
- IntegerModel Load (0.1ms) SELECT "integer_models".* FROM "integer_models" WHERE (integer_models.deleted_at > 0)
852
+ SQL (0.0ms) INSERT INTO "decimal_models" DEFAULT VALUES
853
+  (0.0ms) commit transaction
854
+ SQL (0.0ms) UPDATE "decimal_models" SET "deleted_at" = 1418736369.25204 WHERE "decimal_models"."id" = 5
1537
855
   (0.0ms) begin transaction
1538
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1539
-  (0.7ms) commit transaction
1540
- IntegerModel Load (0.1ms) SELECT "integer_models".* FROM "integer_models" WHERE (integer_models.deleted_at > 0)
856
+ SQL (0.0ms) INSERT INTO "integer_models" DEFAULT VALUES
857
+  (0.0ms) commit transaction
858
+ SQL (0.0ms) UPDATE "integer_models" SET "deleted_at" = 1418736369.25204 WHERE "integer_models"."id" = 19
859
+  (0.0ms) SELECT deleted_at FROM "decimal_models" WHERE id = 5
860
+  (0.0ms) SELECT deleted_at FROM "integer_models" WHERE id = 19
861
+  (0.1ms) begin transaction
862
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
863
+  (1.0ms) commit transaction
864
+ SQL (1.1ms) UPDATE "integer_models" SET "deleted_at" = 1418736369.263729 WHERE "integer_models"."id" = 20
865
+  (0.1ms) begin transaction
866
+ SQL (0.3ms) INSERT INTO "integer_models" DEFAULT VALUES
867
+  (0.8ms) commit transaction
868
+ SQL (1.0ms) UPDATE "integer_models" SET "deleted_at" = 1418736369.267672 WHERE "integer_models"."id" = 21
1541
869
   (0.0ms) begin transaction
1542
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1543
-  (0.7ms) commit transaction
1544
- SQL (0.8ms) UPDATE "integer_models" SET "deleted_at" = 1386734857.053291 WHERE "integer_models"."id" = 20
870
+ SQL (0.0ms) INSERT INTO "decimal_models" DEFAULT VALUES
871
+  (0.0ms) commit transaction
872
+ SQL (0.0ms) UPDATE "decimal_models" SET "deleted_at" = 1418736369.0 WHERE "decimal_models"."id" = 6
1545
873
   (0.0ms) begin transaction
1546
- SQL (0.2ms) INSERT INTO "decimal_models" ("deleted_at", "integer_model_id") VALUES (?, ?) [["deleted_at", #<BigDecimal:7fbe667bc6a0,'0.0',9(18)>], ["integer_model_id", nil]]
874
+ SQL (0.0ms) INSERT INTO "integer_models" DEFAULT VALUES
875
+  (0.0ms) commit transaction
876
+ SQL (0.0ms) UPDATE "integer_models" SET "deleted_at" = 1418736369.0 WHERE "integer_models"."id" = 22
877
+  (0.1ms) begin transaction
878
+ SQL (0.4ms) INSERT INTO "integer_models" DEFAULT VALUES
879
+  (0.7ms) commit transaction
880
+ SQL (0.8ms) DELETE FROM "integer_models" WHERE ("integer_models".deleted_at = 0) AND "integer_models"."id" = 23
881
+  (0.1ms) begin transaction
882
+ SQL (0.3ms) INSERT INTO "integer_models" DEFAULT VALUES
1547
883
   (0.9ms) commit transaction
884
+ SQL (0.7ms) DELETE FROM "integer_models" WHERE ("integer_models".deleted_at = 0) AND "integer_models"."id" = 24
885
+  (0.1ms) SELECT COUNT(*) FROM "integer_models" WHERE id = 24
886
+  (0.1ms) begin transaction
887
+ SQL (0.3ms) INSERT INTO "integer_models" DEFAULT VALUES
888
+  (0.6ms) commit transaction
889
+ SQL (0.7ms) UPDATE "integer_models" SET "deleted_at" = 1418736369.290256 WHERE "integer_models"."id" = 25
890
+ SQL (0.8ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 25
891
+  (0.1ms) SELECT COUNT(*) FROM "integer_models" WHERE id = 25
892
+  (0.1ms) begin transaction
893
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
894
+  (0.5ms) commit transaction
895
+ SQL (0.7ms) UPDATE "integer_models" SET "deleted_at" = 1418736369.294864 WHERE "integer_models"."id" = 26
896
+ SQL (0.8ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 26
897
+  (0.1ms) begin transaction
898
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
899
+  (0.5ms) commit transaction
1548
900
   (0.0ms) begin transaction
1549
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1550
-  (1.0ms) commit transaction
1551
- SQL (1.2ms) UPDATE "integer_models" SET "deleted_at" = 1386734857.059012 WHERE "integer_models"."id" = 21
1552
-  (0.0ms) begin transaction
1553
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1554
-  (1.0ms) commit transaction
1555
- SQL (0.6ms) UPDATE "integer_models" SET "deleted_at" = 1386734857.062706 WHERE "integer_models"."id" = 22
1556
-  (0.0ms) begin transaction
1557
- SQL (0.0ms) INSERT INTO "decimal_models" ("deleted_at", "integer_model_id") VALUES (?, ?) [["deleted_at", #<BigDecimal:7fbe667bc6a0,'0.0',9(18)>], ["integer_model_id", nil]]
1558
-  (0.0ms) commit transaction
1559
- SQL (0.0ms) UPDATE "decimal_models" SET "deleted_at" = 1386734857.0 WHERE "decimal_models"."id" = 5
1560
-  (0.0ms) begin transaction
1561
- SQL (0.0ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1562
-  (0.0ms) commit transaction
1563
- SQL (0.0ms) UPDATE "integer_models" SET "deleted_at" = 1386734857.0 WHERE "integer_models"."id" = 23
901
+ SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1418736369.299294 WHERE "integer_models"."id" = 27
902
+  (0.5ms) commit transaction
903
+  (0.1ms) begin transaction
904
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
905
+  (0.6ms) commit transaction
906
+ IntegerModel Load (0.1ms) SELECT "integer_models".* FROM "integer_models"
907
+  (0.1ms) begin transaction
908
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
909
+  (0.6ms) commit transaction
1564
910
   (0.0ms) begin transaction
1565
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1566
-  (0.8ms) commit transaction
1567
- SQL (0.7ms) UPDATE "integer_models" SET "deleted_at" = 1386734857.072742 WHERE "integer_models"."id" = 24
911
+ SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1418736369.307054 WHERE "integer_models"."id" = 29
912
+  (0.6ms) commit transaction
913
+  (0.1ms) begin transaction
914
+ SQL (0.4ms) INSERT INTO "integer_models" DEFAULT VALUES
915
+  (0.8ms) commit transaction
1568
916
   (0.0ms) begin transaction
1569
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1570
-  (1.0ms) commit transaction
1571
- SQL (1.3ms) UPDATE "integer_models" SET "deleted_at" = 1386734857.076705 WHERE "integer_models"."id" = 25
917
+ SQL (0.2ms) INSERT INTO "parks" DEFAULT VALUES
918
+  (0.9ms) commit transaction
919
+  (0.1ms) begin transaction
920
+ SQL (0.2ms) INSERT INTO "trees" ("park_id") VALUES (?) [["park_id", 1]]
921
+  (1.0ms) commit transaction
922
+  (0.1ms) begin transaction
923
+ SQL (0.2ms) UPDATE "trees" SET "deleted_at" = 1418736369.32971 WHERE "trees"."id" = 1
924
+  (0.9ms) commit transaction
925
+ Tree Exists (0.4ms) SELECT 1 AS one FROM "trees" WHERE ("trees".deleted_at = 0) AND "trees"."park_id" = ? LIMIT 1 [["park_id", 1]]
926
+  (0.1ms) begin transaction
927
+ SQL (0.3ms) INSERT INTO "parks" DEFAULT VALUES
928
+  (0.9ms) commit transaction
929
+  (0.1ms) begin transaction
930
+ SQL (0.3ms) INSERT INTO "trees" ("park_id") VALUES (?) [["park_id", 2]]
931
+  (0.9ms) commit transaction
932
+  (0.1ms) begin transaction
933
+ SQL (0.3ms) UPDATE "trees" SET "deleted_at" = 1418736369.388599 WHERE "trees"."id" = 2
934
+  (0.9ms) commit transaction
935
+  (0.1ms) begin transaction
936
+ SQL (0.3ms) INSERT INTO "trees" ("park_id") VALUES (?) [["park_id", 2]]
937
+  (0.9ms) commit transaction
938
+ Tree Exists (0.2ms) SELECT 1 AS one FROM "trees" WHERE "trees"."park_id" = ? AND "trees"."id" = 2 LIMIT 1 [["park_id", 2]]
939
+ Tree Exists (0.2ms) SELECT 1 AS one FROM "trees" WHERE "trees"."park_id" = ? AND "trees"."id" = 3 LIMIT 1 [["park_id", 2]]
1572
940
   (0.0ms) begin transaction
1573
- SQL (0.0ms) INSERT INTO "decimal_models" ("deleted_at", "integer_model_id") VALUES (?, ?) [["deleted_at", #<BigDecimal:7fbe667bc6a0,'0.0',9(18)>], ["integer_model_id", nil]]
1574
-  (0.0ms) commit transaction
1575
- SQL (0.0ms) UPDATE "decimal_models" SET "deleted_at" = 1386734857.078519 WHERE "decimal_models"."id" = 6
941
+ SQL (0.2ms) INSERT INTO "forests" DEFAULT VALUES
942
+  (0.9ms) commit transaction
943
+  (0.0ms) begin transaction
944
+ SQL (0.2ms) UPDATE "forests" SET "deleted_at" = 1418736369.407471 WHERE "forests"."id" = 1
945
+  (0.8ms) commit transaction
1576
946
   (0.0ms) begin transaction
1577
- SQL (0.0ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1578
-  (0.0ms) commit transaction
1579
- SQL (0.0ms) UPDATE "integer_models" SET "deleted_at" = 1386734857.078519 WHERE "integer_models"."id" = 26
1580
-  (0.0ms) SELECT deleted_at FROM "decimal_models" WHERE id = 6
1581
-  (0.0ms) SELECT deleted_at FROM "integer_models" WHERE id = 26
947
+ SQL (0.4ms) INSERT INTO "parks" DEFAULT VALUES
948
+  (0.9ms) commit transaction
949
+  (0.1ms) begin transaction
950
+ SQL (0.2ms) UPDATE "parks" SET "forest_id" = ? WHERE "parks"."id" = 3 [["forest_id", 1]]
951
+  (0.9ms) commit transaction
952
+ Park Load (0.2ms) SELECT "parks".* FROM "parks" WHERE "parks"."id" = ? LIMIT 1 [["id", 3]]
953
+ Forest Load (0.1ms) SELECT "forests".* FROM "forests" WHERE ("forests".deleted_at = 0) AND "forests"."id" = ? LIMIT 1 [["id", 1]]
954
+  (0.1ms) begin transaction
955
+ SQL (0.3ms) INSERT INTO "forests" DEFAULT VALUES
956
+  (0.7ms) commit transaction
957
+  (0.0ms) begin transaction
958
+ SQL (0.2ms) UPDATE "forests" SET "deleted_at" = 1418736369.422723 WHERE "forests"."id" = 2
959
+  (0.6ms) commit transaction
1582
960
   (0.0ms) begin transaction
1583
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1584
-  (1.1ms) commit transaction
1585
- SQL (1.2ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 27 AND ("integer_models".deleted_at = 0)
961
+ SQL (0.2ms) INSERT INTO "parks" DEFAULT VALUES
962
+  (0.6ms) commit transaction
963
+  (0.0ms) begin transaction
964
+ SQL (0.2ms) UPDATE "parks" SET "forest_id" = ? WHERE "parks"."id" = 4 [["forest_id", 2]]
965
+  (0.6ms) commit transaction
966
+ Park Load (0.1ms) SELECT "parks".* FROM "parks" WHERE "parks"."id" = ? LIMIT 1 [["id", 4]]
967
+ Forest Load (0.1ms) SELECT "forests".* FROM "forests" WHERE "forests"."id" = ? LIMIT 1 [["id", 2]]
968
+  (0.1ms) begin transaction
969
+ SQL (0.2ms) INSERT INTO "parks" DEFAULT VALUES
970
+  (0.6ms) commit transaction
971
+  (0.0ms) begin transaction
972
+ SQL (0.3ms) INSERT INTO "trees" ("biggest", "park_id") VALUES (?, ?) [["biggest", true], ["park_id", 5]]
973
+  (0.5ms) commit transaction
1586
974
   (0.0ms) begin transaction
1587
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1588
-  (1.0ms) commit transaction
1589
- SQL (0.8ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 28 AND ("integer_models".deleted_at = 0)
1590
-  (0.1ms) SELECT COUNT(*) FROM "integer_models" WHERE id = 28
975
+ SQL (0.2ms) UPDATE "trees" SET "deleted_at" = 1418736369.436463 WHERE "trees"."id" = 4
976
+  (0.5ms) commit transaction
977
+ Tree Load (0.2ms) SELECT "trees".* FROM "trees" WHERE ("trees".deleted_at = 0) AND "trees"."park_id" = ? AND (biggest = 't') LIMIT 1 [["park_id", 5]]
978
+  (0.1ms) begin transaction
979
+ SQL (0.2ms) INSERT INTO "parks" DEFAULT VALUES
980
+  (1.5ms) commit transaction
1591
981
   (0.0ms) begin transaction
1592
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
982
+ SQL (0.2ms) INSERT INTO "trees" ("biggest", "park_id") VALUES (?, ?) [["biggest", true], ["park_id", 6]]
1593
983
   (0.7ms) commit transaction
1594
- SQL (0.8ms) UPDATE "integer_models" SET "deleted_at" = 1386734857.120269 WHERE "integer_models"."id" = 29
1595
- SQL (0.6ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 29
1596
-  (0.1ms) SELECT COUNT(*) FROM "integer_models" WHERE id = 29
984
+  (0.0ms) begin transaction
985
+ SQL (0.2ms) UPDATE "trees" SET "deleted_at" = 1418736369.447095 WHERE "trees"."id" = 5
986
+  (0.5ms) commit transaction
987
+ Tree Load (0.2ms) SELECT "trees".* FROM "trees" WHERE "trees"."park_id" = ? AND (biggest = 't') LIMIT 1 [["park_id", 6]]
988
+  (0.1ms) begin transaction
989
+ SQL (0.2ms) INSERT INTO "forests" DEFAULT VALUES
990
+  (0.7ms) commit transaction
1597
991
   (0.0ms) begin transaction
1598
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1599
-  (1.0ms) commit transaction
1600
- SQL (1.2ms) UPDATE "integer_models" SET "deleted_at" = 1386734857.125048 WHERE "integer_models"."id" = 30
1601
- SQL (0.9ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 30
992
+ SQL (0.2ms) INSERT INTO "trees" ("forest_id") VALUES (?) [["forest_id", 3]]
993
+  (0.9ms) commit transaction
994
+  (0.1ms) begin transaction
995
+ SQL (0.2ms) UPDATE "trees" SET "deleted_at" = 1418736369.456871 WHERE "trees"."id" = 6
996
+  (1.0ms) commit transaction
997
+ Tree Exists (0.1ms) SELECT 1 AS one FROM "trees" WHERE ("trees".deleted_at = 0) AND "trees"."forest_id" = ? LIMIT 1 [["forest_id", 3]]
998
+  (0.1ms) begin transaction
999
+ SQL (0.2ms) INSERT INTO "forests" DEFAULT VALUES
1000
+  (0.9ms) commit transaction
1001
+  (0.0ms) begin transaction
1002
+ SQL (0.2ms) INSERT INTO "trees" ("forest_id") VALUES (?) [["forest_id", 4]]
1003
+  (0.6ms) commit transaction
1602
1004
   (0.0ms) begin transaction
1603
- SQL (0.2ms) INSERT INTO "parks" ("forest_id") VALUES (?) [["forest_id", nil]]
1604
-  (1.1ms) commit transaction
1005
+ SQL (0.2ms) UPDATE "trees" SET "deleted_at" = 1418736369.4659 WHERE "trees"."id" = 7
1006
+  (0.7ms) commit transaction
1605
1007
   (0.0ms) begin transaction
1606
- SQL (0.2ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", false], ["deleted_at", 0], ["forest_id", nil], ["park_id", 1]]
1607
-  (1.1ms) commit transaction
1008
+ SQL (0.2ms) INSERT INTO "trees" ("forest_id") VALUES (?) [["forest_id", 4]]
1009
+  (0.7ms) commit transaction
1010
+ Tree Exists (0.1ms) SELECT 1 AS one FROM "trees" WHERE "trees"."forest_id" = ? AND "trees"."id" = 7 LIMIT 1 [["forest_id", 4]]
1011
+ Tree Exists (0.1ms) SELECT 1 AS one FROM "trees" WHERE "trees"."forest_id" = ? AND "trees"."id" = 8 LIMIT 1 [["forest_id", 4]]
1608
1012
   (0.0ms) begin transaction
1609
- SQL (0.2ms) UPDATE "trees" SET "deleted_at" = 1386734857.142103 WHERE "trees"."id" = 1
1013
+ SQL (0.2ms) INSERT INTO "forests" DEFAULT VALUES
1610
1014
   (0.9ms) commit transaction
1611
- Tree Load (0.2ms) SELECT "trees".* FROM "trees" WHERE ("trees".deleted_at = 0)
1612
- Tree Load (0.2ms) SELECT "trees".* FROM "trees" WHERE "trees"."park_id" = 1 AND ("trees".deleted_at = 0)
1613
-  (0.1ms) begin transaction
1614
- SQL (0.2ms) INSERT INTO "parks" ("forest_id") VALUES (?) [["forest_id", nil]]
1615
-  (1.1ms) commit transaction
1616
-  (0.0ms) begin transaction
1617
- SQL (0.2ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", false], ["deleted_at", 0], ["forest_id", nil], ["park_id", 2]]
1618
-  (1.0ms) commit transaction
1619
1015
   (0.0ms) begin transaction
1620
- SQL (0.2ms) UPDATE "trees" SET "deleted_at" = 1386734895.431444 WHERE "trees"."id" = 2
1016
+ SQL (0.2ms) UPDATE "forests" SET "deleted_at" = 1418736369.474305 WHERE "forests"."id" = 5
1621
1017
   (0.9ms) commit transaction
1622
-  (0.0ms) begin transaction
1623
- SQL (0.2ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", false], ["deleted_at", 0], ["forest_id", nil], ["park_id", 2]]
1624
-  (1.0ms) commit transaction
1625
- Tree Load (0.4ms) SELECT "trees".* FROM "trees" WHERE "trees"."park_id" = 2 AND ("trees".deleted_at = 0)
1626
1018
   (0.1ms) begin transaction
1627
- SQL (0.3ms) INSERT INTO "parks" ("forest_id") VALUES (?) [["forest_id", nil]]
1628
-  (2.3ms) commit transaction
1629
-  (0.1ms) begin transaction
1630
- SQL (0.2ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", true], ["deleted_at", 0], ["forest_id", nil], ["park_id", 3]]
1631
-  (1.0ms) commit transaction
1019
+ SQL (0.2ms) INSERT INTO "trees" ("forest_id") VALUES (?) [["forest_id", 5]]
1020
+  (0.8ms) commit transaction
1021
+ Forest Load (0.1ms) SELECT "forests".* FROM "forests" WHERE ("forests".deleted_at = 0) AND "forests"."id" = ? LIMIT 1 [["id", 5]]
1632
1022
   (0.1ms) begin transaction
1633
- SQL (0.2ms) UPDATE "trees" SET "deleted_at" = 1386734896.327624 WHERE "trees"."id" = 4
1634
-  (1.1ms) commit transaction
1635
- Tree Load (0.4ms) SELECT "trees".* FROM "trees" WHERE "trees"."park_id" = 3 AND ("trees".deleted_at = 0) AND (biggest = 't') LIMIT 1
1023
+ SQL (0.2ms) INSERT INTO "forests" DEFAULT VALUES
1024
+  (0.6ms) commit transaction
1025
+  (0.0ms) begin transaction
1026
+ SQL (0.2ms) UPDATE "forests" SET "deleted_at" = 1418736369.484058 WHERE "forests"."id" = 6
1027
+  (0.6ms) commit transaction
1028
+  (0.0ms) begin transaction
1029
+ SQL (0.2ms) INSERT INTO "trees" ("forest_id") VALUES (?) [["forest_id", 6]]
1030
+  (0.6ms) commit transaction
1031
+ Forest Load (0.1ms) SELECT "forests".* FROM "forests" WHERE "forests"."id" = ? LIMIT 1 [["id", 6]]
1636
1032
   (0.1ms) begin transaction
1637
- SQL (0.3ms) INSERT INTO "parks" ("forest_id") VALUES (?) [["forest_id", nil]]
1638
-  (2.0ms) commit transaction
1033
+ SQL (0.2ms) INSERT INTO "forests" DEFAULT VALUES
1034
+  (0.6ms) commit transaction
1639
1035
   (0.1ms) begin transaction
1640
- SQL (0.2ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", true], ["deleted_at", 0], ["forest_id", nil], ["park_id", 4]]
1641
-  (1.0ms) commit transaction
1036
+ SQL (0.3ms) INSERT INTO "trees" ("biggest", "forest_id") VALUES (?, ?) [["biggest", true], ["forest_id", 7]]
1037
+  (0.5ms) commit transaction
1642
1038
   (0.0ms) begin transaction
1643
- SQL (0.2ms) UPDATE "trees" SET "deleted_at" = 1386734896.787468 WHERE "trees"."id" = 5
1644
-  (0.9ms) commit transaction
1645
- Tree Load (0.4ms) SELECT "trees".* FROM "trees" WHERE "trees"."park_id" = 4 AND ("trees".deleted_at = 0) AND (biggest = 't') LIMIT 1
1039
+ SQL (0.2ms) UPDATE "trees" SET "deleted_at" = 1418736369.494392 WHERE "trees"."id" = 11
1040
+  (0.5ms) commit transaction
1041
+ Tree Load (0.2ms) SELECT "trees".* FROM "trees" WHERE ("trees".deleted_at = 0) AND "trees"."forest_id" = ? AND (biggest = 't') LIMIT 1 [["forest_id", 7]]
1646
1042
   (0.1ms) begin transaction
1647
- SQL (0.3ms) INSERT INTO "forests" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1648
-  (2.1ms) commit transaction
1043
+ SQL (0.3ms) INSERT INTO "forests" DEFAULT VALUES
1044
+  (0.6ms) commit transaction
1045
+  (0.0ms) begin transaction
1046
+ SQL (0.2ms) INSERT INTO "trees" ("biggest", "forest_id") VALUES (?, ?) [["biggest", true], ["forest_id", 8]]
1047
+  (0.6ms) commit transaction
1048
+  (0.0ms) begin transaction
1049
+ SQL (0.2ms) UPDATE "trees" SET "deleted_at" = 1418736369.503295 WHERE "trees"."id" = 12
1050
+  (0.6ms) commit transaction
1051
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees" WHERE "trees"."forest_id" = ? AND (biggest = 't') LIMIT 1 [["forest_id", 8]]
1052
+  (0.0ms) begin transaction
1053
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
1054
+  (0.5ms) commit transaction
1055
+  (0.0ms) begin transaction
1056
+ SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1418736369.50775 WHERE "integer_models"."id" = 31
1057
+  (0.6ms) commit transaction
1058
+ IntegerModel Load (0.1ms) SELECT "integer_models".* FROM "integer_models" WHERE (integer_models.deleted_at > 0)
1649
1059
   (0.1ms) begin transaction
1650
- SQL (0.3ms) UPDATE "forests" SET "deleted_at" = 1386734897.182841 WHERE "forests"."id" = 1
1651
-  (0.9ms) commit transaction
1060
+ SQL (0.3ms) INSERT INTO "integer_models" DEFAULT VALUES
1061
+  (1.4ms) commit transaction
1062
+ IntegerModel Load (0.2ms) SELECT "integer_models".* FROM "integer_models" WHERE (integer_models.deleted_at > 0)
1063
+  (1.4ms) DROP TABLE "decimal_models"
1064
+  (1.0ms) CREATE TABLE "decimal_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "deleted_at" decimal DEFAULT 0, "integer_model_id" integer)
1065
+  (0.9ms) DROP TABLE "integer_models"
1066
+  (0.8ms) CREATE TABLE "integer_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "deleted_at" integer DEFAULT 0)
1067
+  (1.0ms) DROP TABLE "forests"
1068
+  (1.2ms) CREATE TABLE "forests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "deleted_at" integer DEFAULT 0)
1069
+  (1.1ms) DROP TABLE "trees"
1070
+  (1.0ms) CREATE TABLE "trees" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "deleted_at" integer DEFAULT 0, "forest_id" integer, "park_id" integer, "biggest" boolean DEFAULT 'f')
1071
+  (1.0ms) DROP TABLE "parks"
1072
+  (1.2ms) CREATE TABLE "parks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "forest_id" integer)
1073
+  (0.1ms) SELECT version FROM "schema_migrations"
1074
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20141217163758')
1652
1075
   (0.1ms) begin transaction
1653
- SQL (0.3ms) INSERT INTO "parks" ("forest_id") VALUES (?) [["forest_id", nil]]
1654
-  (1.1ms) commit transaction
1076
+ SQL (0.3ms) INSERT INTO "forests" DEFAULT VALUES
1077
+  (0.9ms) commit transaction
1655
1078
   (0.1ms) begin transaction
1656
-  (0.3ms) UPDATE "parks" SET "forest_id" = 1 WHERE "parks"."id" = 5
1657
-  (0.6ms) commit transaction
1658
- Park Load (0.2ms) SELECT "parks".* FROM "parks" WHERE "parks"."id" = ? LIMIT 1 [["id", 5]]
1659
- Forest Load (0.3ms) SELECT "forests".* FROM "forests" WHERE "forests"."id" = 1 AND ("forests".deleted_at = 0) LIMIT 1
1079
+ SQL (0.7ms) INSERT INTO "trees" ("biggest", "forest_id") VALUES (?, ?) [["biggest", true], ["forest_id", 1]]
1080
+  (1.0ms) commit transaction
1081
+  (0.1ms) begin transaction
1082
+ SQL (0.4ms) UPDATE "trees" SET "deleted_at" = 1418805478.849537 WHERE "trees"."id" = 1
1083
+  (1.0ms) commit transaction
1084
+ Tree Load (0.3ms) SELECT "trees".* FROM "trees" WHERE "trees"."forest_id" = ? AND "trees"."biggest" = 't' LIMIT 1 [["forest_id", 1]]
1660
1085
   (0.1ms) begin transaction
1661
- SQL (0.4ms) INSERT INTO "forests" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1662
-  (1.9ms) commit transaction
1086
+ SQL (0.3ms) INSERT INTO "forests" DEFAULT VALUES
1087
+  (0.9ms) commit transaction
1663
1088
   (0.1ms) begin transaction
1664
- SQL (0.3ms) UPDATE "forests" SET "deleted_at" = 1386734897.464513 WHERE "forests"."id" = 2
1665
-  (0.8ms) commit transaction
1089
+ SQL (0.2ms) INSERT INTO "trees" ("biggest", "forest_id") VALUES (?, ?) [["biggest", true], ["forest_id", 2]]
1090
+  (1.0ms) commit transaction
1666
1091
   (0.1ms) begin transaction
1667
- SQL (0.2ms) INSERT INTO "parks" ("forest_id") VALUES (?) [["forest_id", nil]]
1668
-  (1.1ms) commit transaction
1092
+ SQL (0.3ms) UPDATE "trees" SET "deleted_at" = 1418805478.876453 WHERE "trees"."id" = 2
1093
+  (0.9ms) commit transaction
1094
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees" WHERE ("trees".deleted_at = 0) AND "trees"."forest_id" = ? AND "trees"."biggest" = 't' LIMIT 1 [["forest_id", 2]]
1095
+  (0.1ms) begin transaction
1096
+ SQL (0.3ms) INSERT INTO "forests" DEFAULT VALUES
1097
+  (0.8ms) commit transaction
1098
+  (0.1ms) begin transaction
1099
+ SQL (0.3ms) INSERT INTO "trees" ("forest_id") VALUES (?) [["forest_id", 3]]
1100
+  (0.8ms) commit transaction
1101
+  (0.0ms) begin transaction
1102
+ SQL (0.2ms) UPDATE "trees" SET "deleted_at" = 1418805478.894057 WHERE "trees"."id" = 3
1103
+  (1.0ms) commit transaction
1669
1104
   (0.1ms) begin transaction
1670
-  (0.2ms) UPDATE "parks" SET "forest_id" = 2 WHERE "parks"."id" = 6
1105
+ SQL (0.3ms) INSERT INTO "trees" ("forest_id") VALUES (?) [["forest_id", 3]]
1671
1106
   (0.8ms) commit transaction
1672
- Park Load (0.2ms) SELECT "parks".* FROM "parks" WHERE "parks"."id" = ? LIMIT 1 [["id", 6]]
1673
- Forest Load (0.3ms) SELECT "forests".* FROM "forests" WHERE "forests"."id" = 2 AND ("forests".deleted_at = 0) LIMIT 1
1107
+ Tree Exists (0.3ms) SELECT 1 AS one FROM "trees" WHERE "trees"."forest_id" = ? AND "trees"."id" = 3 LIMIT 1 [["forest_id", 3]]
1108
+ Tree Exists (0.1ms) SELECT 1 AS one FROM "trees" WHERE "trees"."forest_id" = ? AND "trees"."id" = 4 LIMIT 1 [["forest_id", 3]]
1674
1109
   (0.1ms) begin transaction
1675
- SQL (0.3ms) INSERT INTO "forests" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1676
-  (2.3ms) commit transaction
1110
+ SQL (0.3ms) INSERT INTO "forests" DEFAULT VALUES
1111
+  (0.9ms) commit transaction
1677
1112
   (0.1ms) begin transaction
1678
- SQL (0.2ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", false], ["deleted_at", 0], ["forest_id", 3], ["park_id", nil]]
1679
-  (1.0ms) commit transaction
1113
+ SQL (0.2ms) INSERT INTO "trees" ("forest_id") VALUES (?) [["forest_id", 4]]
1114
+  (0.9ms) commit transaction
1680
1115
   (0.0ms) begin transaction
1681
- SQL (0.2ms) UPDATE "trees" SET "deleted_at" = 1386734897.696567 WHERE "trees"."id" = 6
1116
+ SQL (0.3ms) UPDATE "trees" SET "deleted_at" = 1418805478.922431 WHERE "trees"."id" = 5
1682
1117
   (0.9ms) commit transaction
1683
- Tree Load (0.4ms) SELECT "trees".* FROM "trees" WHERE "trees"."forest_id" = 3 AND ("trees".deleted_at = 0)
1118
+ Tree Exists (0.1ms) SELECT 1 AS one FROM "trees" WHERE ("trees".deleted_at = 0) AND "trees"."forest_id" = ? LIMIT 1 [["forest_id", 4]]
1684
1119
   (0.1ms) begin transaction
1685
- SQL (0.4ms) INSERT INTO "forests" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1686
-  (2.0ms) commit transaction
1120
+ SQL (0.3ms) INSERT INTO "forests" DEFAULT VALUES
1121
+  (0.8ms) commit transaction
1687
1122
   (0.1ms) begin transaction
1688
- SQL (0.3ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", false], ["deleted_at", 0], ["forest_id", 4], ["park_id", nil]]
1689
-  (1.3ms) commit transaction
1123
+ SQL (0.2ms) UPDATE "forests" SET "deleted_at" = 1418805478.956316 WHERE "forests"."id" = 5
1124
+  (0.7ms) commit transaction
1690
1125
   (0.0ms) begin transaction
1691
- SQL (0.5ms) UPDATE "trees" SET "deleted_at" = 1386734897.917408 WHERE "trees"."id" = 7
1126
+ SQL (0.2ms) INSERT INTO "trees" ("forest_id") VALUES (?) [["forest_id", 5]]
1127
+  (0.6ms) commit transaction
1128
+ Forest Load (0.2ms) SELECT "forests".* FROM "forests" WHERE "forests"."id" = ? LIMIT 1 [["id", 5]]
1129
+  (0.1ms) begin transaction
1130
+ SQL (0.3ms) INSERT INTO "forests" DEFAULT VALUES
1692
1131
   (0.7ms) commit transaction
1693
1132
   (0.1ms) begin transaction
1694
- SQL (0.4ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", false], ["deleted_at", 0], ["forest_id", 4], ["park_id", nil]]
1695
-  (1.1ms) commit transaction
1696
- Tree Load (0.4ms) SELECT "trees".* FROM "trees" WHERE "trees"."forest_id" = 4 AND ("trees".deleted_at = 0)
1133
+ SQL (0.2ms) UPDATE "forests" SET "deleted_at" = 1418805478.966366 WHERE "forests"."id" = 6
1134
+  (0.6ms) commit transaction
1135
+  (0.0ms) begin transaction
1136
+ SQL (0.2ms) INSERT INTO "trees" ("forest_id") VALUES (?) [["forest_id", 6]]
1137
+  (0.6ms) commit transaction
1138
+ Forest Load (0.2ms) SELECT "forests".* FROM "forests" WHERE ("forests".deleted_at = 0) AND "forests"."id" = ? LIMIT 1 [["id", 6]]
1139
+  (0.0ms) begin transaction
1140
+ SQL (0.3ms) INSERT INTO "parks" DEFAULT VALUES
1141
+  (0.8ms) commit transaction
1697
1142
   (0.1ms) begin transaction
1698
- SQL (0.3ms) INSERT INTO "forests" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1699
-  (2.3ms) commit transaction
1143
+ SQL (0.2ms) INSERT INTO "trees" ("biggest", "park_id") VALUES (?, ?) [["biggest", true], ["park_id", 1]]
1144
+  (0.9ms) commit transaction
1145
+  (0.0ms) begin transaction
1146
+ SQL (0.3ms) UPDATE "trees" SET "deleted_at" = 1418805478.981244 WHERE "trees"."id" = 8
1147
+  (0.9ms) commit transaction
1148
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees" WHERE "trees"."park_id" = ? AND "trees"."biggest" = 't' LIMIT 1 [["park_id", 1]]
1700
1149
   (0.1ms) begin transaction
1701
- SQL (0.2ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", true], ["deleted_at", 0], ["forest_id", 5], ["park_id", nil]]
1702
-  (1.0ms) commit transaction
1150
+ SQL (0.2ms) INSERT INTO "parks" DEFAULT VALUES
1151
+  (0.9ms) commit transaction
1703
1152
   (0.0ms) begin transaction
1704
- SQL (0.2ms) UPDATE "trees" SET "deleted_at" = 1386734898.14361 WHERE "trees"."id" = 9
1705
-  (0.9ms) commit transaction
1706
- Tree Load (0.4ms) SELECT "trees".* FROM "trees" WHERE "trees"."forest_id" = 5 AND ("trees".deleted_at = 0) AND (biggest = 't') LIMIT 1
1153
+ SQL (0.3ms) INSERT INTO "trees" ("biggest", "park_id") VALUES (?, ?) [["biggest", true], ["park_id", 2]]
1154
+  (0.7ms) commit transaction
1155
+  (0.0ms) begin transaction
1156
+ SQL (0.2ms) UPDATE "trees" SET "deleted_at" = 1418805478.989703 WHERE "trees"."id" = 9
1157
+  (0.7ms) commit transaction
1158
+ Tree Load (0.2ms) SELECT "trees".* FROM "trees" WHERE ("trees".deleted_at = 0) AND "trees"."park_id" = ? AND "trees"."biggest" = 't' LIMIT 1 [["park_id", 2]]
1159
+  (0.1ms) begin transaction
1160
+ SQL (0.2ms) INSERT INTO "parks" DEFAULT VALUES
1161
+  (0.9ms) commit transaction
1707
1162
   (0.1ms) begin transaction
1708
- SQL (0.4ms) INSERT INTO "forests" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1709
-  (2.1ms) commit transaction
1163
+ SQL (0.3ms) INSERT INTO "trees" ("park_id") VALUES (?) [["park_id", 3]]
1164
+  (0.9ms) commit transaction
1710
1165
   (0.1ms) begin transaction
1711
- SQL (0.2ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", true], ["deleted_at", 0], ["forest_id", 6], ["park_id", nil]]
1712
-  (1.0ms) commit transaction
1166
+ SQL (0.3ms) UPDATE "trees" SET "deleted_at" = 1418805478.999976 WHERE "trees"."id" = 10
1167
+  (0.9ms) commit transaction
1713
1168
   (0.1ms) begin transaction
1714
- SQL (0.2ms) UPDATE "trees" SET "deleted_at" = 1386734898.364351 WHERE "trees"."id" = 10
1169
+ SQL (0.3ms) INSERT INTO "trees" ("park_id") VALUES (?) [["park_id", 3]]
1715
1170
   (0.9ms) commit transaction
1716
- Connecting to database specified by database.yml
1717
-  (1.2ms) select sqlite_version(*)
1718
-  (1.0ms) DROP TABLE "decimal_models"
1719
-  (0.9ms) CREATE TABLE "decimal_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "deleted_at" decimal DEFAULT 0, "integer_model_id" integer) 
1720
-  (1.0ms) DROP TABLE "integer_models"
1721
-  (0.9ms) CREATE TABLE "integer_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "deleted_at" integer DEFAULT 0) 
1722
-  (1.0ms) DROP TABLE "forests"
1723
-  (0.9ms) CREATE TABLE "forests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "deleted_at" integer DEFAULT 0) 
1724
-  (1.0ms) DROP TABLE "trees"
1725
-  (1.4ms) CREATE TABLE "trees" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "deleted_at" integer DEFAULT 0, "forest_id" integer, "park_id" integer, "biggest" boolean DEFAULT 'f') 
1726
-  (1.4ms) DROP TABLE "parks"
1727
-  (1.2ms) CREATE TABLE "parks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "forest_id" integer) 
1728
-  (0.1ms) SELECT version FROM "schema_migrations"
1729
-  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20131210200833')
1730
-  (0.0ms) begin transaction
1731
- SQL (1.0ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1732
-  (1.0ms) commit transaction
1733
-  (0.0ms) begin transaction
1734
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1735
-  (1.0ms) commit transaction
1736
-  (0.0ms) begin transaction
1737
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386734913.730868 WHERE "integer_models"."id" = 2
1738
-  (0.7ms) commit transaction
1739
-  (0.0ms) begin transaction
1740
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1741
-  (1.1ms) commit transaction
1742
- SQL (1.1ms) UPDATE "integer_models" SET "deleted_at" = 1386734913.739973 WHERE "integer_models"."id" = 3
1743
-  (0.0ms) begin transaction
1744
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1745
-  (1.0ms) commit transaction
1746
- SQL (1.1ms) UPDATE "integer_models" SET "deleted_at" = 1386734913.743524 WHERE "integer_models"."id" = 4
1747
-  (0.0ms) begin transaction
1748
- SQL (0.0ms) INSERT INTO "decimal_models" ("deleted_at", "integer_model_id") VALUES (?, ?) [["deleted_at", #<BigDecimal:7fdf7f2a1000,'0.0',9(18)>], ["integer_model_id", nil]]
1749
-  (0.0ms) commit transaction
1750
- SQL (0.0ms) UPDATE "decimal_models" SET "deleted_at" = 1386734913.745193 WHERE "decimal_models"."id" = 1
1751
-  (0.0ms) begin transaction
1752
- SQL (0.0ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1753
-  (0.0ms) commit transaction
1754
- SQL (0.0ms) UPDATE "integer_models" SET "deleted_at" = 1386734913.745193 WHERE "integer_models"."id" = 5
1755
-  (0.0ms) SELECT deleted_at FROM "decimal_models" WHERE id = 1
1756
-  (0.0ms) SELECT deleted_at FROM "integer_models" WHERE id = 5
1757
-  (0.0ms) begin transaction
1758
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1759
-  (1.0ms) commit transaction
1760
- SQL (1.0ms) UPDATE "integer_models" SET "deleted_at" = 1386734913.758496 WHERE "integer_models"."id" = 6
1761
-  (0.0ms) begin transaction
1762
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1763
-  (1.2ms) commit transaction
1764
- SQL (0.7ms) UPDATE "integer_models" SET "deleted_at" = 1386734913.76229 WHERE "integer_models"."id" = 7
1765
-  (0.0ms) begin transaction
1766
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1767
-  (1.1ms) commit transaction
1768
- SQL (1.3ms) UPDATE "integer_models" SET "deleted_at" = 1386734913.766085 WHERE "integer_models"."id" = 8
1769
-  (0.0ms) begin transaction
1770
- SQL (0.1ms) INSERT INTO "decimal_models" ("deleted_at", "integer_model_id") VALUES (?, ?) [["deleted_at", #<BigDecimal:7fdf7f2a1000,'0.0',9(18)>], ["integer_model_id", nil]]
1171
+ Tree Exists (0.2ms) SELECT 1 AS one FROM "trees" WHERE "trees"."park_id" = ? AND "trees"."id" = 10 LIMIT 1 [["park_id", 3]]
1172
+ Tree Exists (0.1ms) SELECT 1 AS one FROM "trees" WHERE "trees"."park_id" = ? AND "trees"."id" = 11 LIMIT 1 [["park_id", 3]]
1173
+  (0.1ms) begin transaction
1174
+ SQL (0.3ms) INSERT INTO "parks" DEFAULT VALUES
1771
1175
   (0.9ms) commit transaction
1772
1176
   (0.0ms) begin transaction
1773
- SQL (0.0ms) INSERT INTO "decimal_models" ("deleted_at", "integer_model_id") VALUES (?, ?) [["deleted_at", #<BigDecimal:7fdf7f2a1000,'0.0',9(18)>], ["integer_model_id", nil]]
1774
-  (0.0ms) commit transaction
1775
- SQL (0.0ms) UPDATE "decimal_models" SET "deleted_at" = 1386734914.0 WHERE "decimal_models"."id" = 3
1776
-  (0.0ms) begin transaction
1777
- SQL (0.0ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1778
-  (0.0ms) commit transaction
1779
- SQL (0.0ms) UPDATE "integer_models" SET "deleted_at" = 1386734914.0 WHERE "integer_models"."id" = 9
1780
-  (0.0ms) begin transaction
1781
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1782
-  (1.1ms) commit transaction
1783
- SQL (1.3ms) UPDATE "integer_models" SET "deleted_at" = 1386734913.781664 WHERE "integer_models"."id" = 10
1784
- SQL (0.7ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 10
1785
-  (0.1ms) begin transaction
1786
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1787
-  (1.0ms) commit transaction
1788
- SQL (0.9ms) UPDATE "integer_models" SET "deleted_at" = 1386734913.787057 WHERE "integer_models"."id" = 11
1789
- SQL (0.6ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 11
1790
-  (0.1ms) SELECT COUNT(*) FROM "integer_models" WHERE id = 11
1177
+ SQL (0.3ms) INSERT INTO "trees" ("park_id") VALUES (?) [["park_id", 4]]
1178
+  (0.6ms) commit transaction
1791
1179
   (0.0ms) begin transaction
1792
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1793
-  (1.1ms) commit transaction
1794
- SQL (1.3ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 12 AND ("integer_models".deleted_at = 0)
1795
-  (0.1ms) SELECT COUNT(*) FROM "integer_models" WHERE id = 12
1180
+ SQL (0.2ms) UPDATE "trees" SET "deleted_at" = 1418805479.013805 WHERE "trees"."id" = 12
1181
+  (0.6ms) commit transaction
1182
+ Tree Exists (0.2ms) SELECT 1 AS one FROM "trees" WHERE ("trees".deleted_at = 0) AND "trees"."park_id" = ? LIMIT 1 [["park_id", 4]]
1183
+  (0.1ms) begin transaction
1184
+ SQL (0.2ms) INSERT INTO "forests" DEFAULT VALUES
1185
+  (0.6ms) commit transaction
1796
1186
   (0.0ms) begin transaction
1797
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1798
-  (1.0ms) commit transaction
1799
- SQL (0.6ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 13 AND ("integer_models".deleted_at = 0)
1187
+ SQL (0.3ms) UPDATE "forests" SET "deleted_at" = 1418805479.02001 WHERE "forests"."id" = 7
1188
+  (0.5ms) commit transaction
1189
+  (0.1ms) begin transaction
1190
+ SQL (0.4ms) INSERT INTO "parks" DEFAULT VALUES
1191
+  (0.7ms) commit transaction
1800
1192
   (0.0ms) begin transaction
1801
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1802
-  (0.7ms) commit transaction
1193
+ SQL (0.2ms) UPDATE "parks" SET "forest_id" = ? WHERE "parks"."id" = 5 [["forest_id", 7]]
1194
+  (0.6ms) commit transaction
1195
+ Park Load (0.1ms) SELECT "parks".* FROM "parks" WHERE "parks"."id" = ? LIMIT 1 [["id", 5]]
1196
+ Forest Load (0.1ms) SELECT "forests".* FROM "forests" WHERE "forests"."id" = ? LIMIT 1 [["id", 7]]
1803
1197
   (0.0ms) begin transaction
1804
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386734913.79951 WHERE "integer_models"."id" = 14
1805
-  (0.8ms) commit transaction
1198
+ SQL (0.2ms) INSERT INTO "forests" DEFAULT VALUES
1199
+  (0.5ms) commit transaction
1806
1200
   (0.0ms) begin transaction
1807
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1808
-  (1.0ms) commit transaction
1809
- IntegerModel Load (0.1ms) SELECT "integer_models".* FROM "integer_models" 
1201
+ SQL (0.2ms) UPDATE "forests" SET "deleted_at" = 1418805479.031347 WHERE "forests"."id" = 8
1202
+  (0.6ms) commit transaction
1203
+  (0.1ms) begin transaction
1204
+ SQL (0.2ms) INSERT INTO "parks" DEFAULT VALUES
1205
+  (0.6ms) commit transaction
1810
1206
   (0.0ms) begin transaction
1811
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1207
+ SQL (0.2ms) UPDATE "parks" SET "forest_id" = ? WHERE "parks"."id" = 6 [["forest_id", 8]]
1208
+  (0.6ms) commit transaction
1209
+ Park Load (0.1ms) SELECT "parks".* FROM "parks" WHERE "parks"."id" = ? LIMIT 1 [["id", 6]]
1210
+ Forest Load (0.1ms) SELECT "forests".* FROM "forests" WHERE ("forests".deleted_at = 0) AND "forests"."id" = ? LIMIT 1 [["id", 8]]
1211
+  (0.1ms) begin transaction
1212
+ SQL (0.4ms) INSERT INTO "integer_models" DEFAULT VALUES
1213
+  (0.8ms) commit transaction
1214
+  (0.1ms) begin transaction
1215
+ SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1418805479.045743 WHERE "integer_models"."id" = 1
1812
1216
   (1.0ms) commit transaction
1813
1217
   (0.1ms) begin transaction
1814
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386734913.807386 WHERE "integer_models"."id" = 16
1815
-  (0.7ms) commit transaction
1816
-  (0.0ms) begin transaction
1817
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1818
-  (0.8ms) commit transaction
1819
-  (0.0ms) begin transaction
1820
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386734913.810991 WHERE "integer_models"."id" = 17
1218
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
1821
1219
   (0.8ms) commit transaction
1220
+  (0.1ms) begin transaction
1221
+ SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1418805479.050546 WHERE "integer_models"."id" = 2
1222
+  (0.9ms) commit transaction
1223
+  (0.1ms) begin transaction
1224
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
1225
+  (0.9ms) commit transaction
1226
+  (0.1ms) begin transaction
1227
+ SQL (0.3ms) UPDATE "integer_models" SET "deleted_at" = 1418805479.055099 WHERE "integer_models"."id" = 3
1228
+  (0.9ms) commit transaction
1229
+  (0.1ms) begin transaction
1230
+ SQL (0.3ms) INSERT INTO "integer_models" DEFAULT VALUES
1231
+  (1.0ms) commit transaction
1232
+  (0.1ms) begin transaction
1233
+ SQL (0.3ms) UPDATE "integer_models" SET "deleted_at" = 1418805479.060178 WHERE "integer_models"."id" = 4
1234
+  (1.0ms) commit transaction
1235
+  (0.1ms) begin transaction
1236
+ SQL (0.3ms) INSERT INTO "decimal_models" DEFAULT VALUES
1237
+  (1.0ms) commit transaction
1822
1238
   (0.0ms) begin transaction
1823
- SQL (0.0ms) INSERT INTO "decimal_models" ("deleted_at", "integer_model_id") VALUES (?, ?) [["deleted_at", #<BigDecimal:7fdf7f2a1000,'0.0',9(18)>], ["integer_model_id", nil]]
1239
+ SQL (0.0ms) INSERT INTO "decimal_models" DEFAULT VALUES
1824
1240
   (0.0ms) commit transaction
1825
1241
   (0.0ms) begin transaction
1826
- SQL (0.0ms) UPDATE "decimal_models" SET "deleted_at" = 1386734913.8128 WHERE "decimal_models"."id" = 4
1242
+ SQL (0.0ms) UPDATE "decimal_models" SET "deleted_at" = 1418805479.0 WHERE "decimal_models"."id" = 2
1827
1243
   (0.0ms) commit transaction
1828
1244
   (0.0ms) begin transaction
1829
- SQL (0.0ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1245
+ SQL (0.0ms) INSERT INTO "integer_models" DEFAULT VALUES
1830
1246
   (0.0ms) commit transaction
1831
1247
   (0.0ms) begin transaction
1832
- SQL (0.0ms) UPDATE "integer_models" SET "deleted_at" = 1386734913.8128 WHERE "integer_models"."id" = 18
1248
+ SQL (0.0ms) UPDATE "integer_models" SET "deleted_at" = 1418805479.0 WHERE "integer_models"."id" = 5
1833
1249
   (0.0ms) commit transaction
1834
-  (0.0ms) SELECT deleted_at FROM "decimal_models" WHERE id = 4
1835
-  (0.0ms) SELECT deleted_at FROM "integer_models" WHERE id = 18
1836
-  (0.0ms) begin transaction
1837
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1838
-  (1.1ms) commit transaction
1839
-  (0.0ms) begin transaction
1840
- SQL (0.1ms) UPDATE "integer_models" SET "deleted_at" = 1386734913.822673 WHERE "integer_models"."id" = 19
1841
-  (0.7ms) commit transaction
1842
-  (0.0ms) begin transaction
1843
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1844
-  (1.0ms) commit transaction
1845
-  (0.0ms) begin transaction
1846
- SQL (0.1ms) UPDATE "integer_models" SET "deleted_at" = 1386734913.826241 WHERE "integer_models"."id" = 20
1847
-  (1.0ms) commit transaction
1848
-  (0.0ms) begin transaction
1849
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1850
-  (1.1ms) commit transaction
1851
-  (0.0ms) begin transaction
1852
- SQL (0.1ms) UPDATE "integer_models" SET "deleted_at" = 1386734913.830326 WHERE "integer_models"."id" = 21
1853
-  (1.2ms) commit transaction
1854
-  (0.0ms) begin transaction
1855
- SQL (0.1ms) INSERT INTO "decimal_models" ("deleted_at", "integer_model_id") VALUES (?, ?) [["deleted_at", #<BigDecimal:7fdf7f2a1000,'0.0',9(18)>], ["integer_model_id", nil]]
1856
-  (0.8ms) commit transaction
1250
+  (0.1ms) begin transaction
1251
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
1252
+  (0.6ms) commit transaction
1857
1253
   (0.0ms) begin transaction
1858
- SQL (0.0ms) INSERT INTO "decimal_models" ("deleted_at", "integer_model_id") VALUES (?, ?) [["deleted_at", #<BigDecimal:7fdf7f2a1000,'0.0',9(18)>], ["integer_model_id", nil]]
1859
-  (0.0ms) commit transaction
1254
+ SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1418805479.082751 WHERE "integer_models"."id" = 6
1255
+  (0.6ms) commit transaction
1860
1256
   (0.0ms) begin transaction
1861
- SQL (0.0ms) UPDATE "decimal_models" SET "deleted_at" = 1386734914.0 WHERE "decimal_models"."id" = 6
1257
+ SQL (0.0ms) INSERT INTO "decimal_models" DEFAULT VALUES
1862
1258
   (0.0ms) commit transaction
1863
1259
   (0.0ms) begin transaction
1864
- SQL (0.0ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1260
+ SQL (0.0ms) UPDATE "decimal_models" SET "deleted_at" = 1418805479.084215 WHERE "decimal_models"."id" = 3
1865
1261
   (0.0ms) commit transaction
1866
1262
   (0.0ms) begin transaction
1867
- SQL (0.0ms) UPDATE "integer_models" SET "deleted_at" = 1386734914.0 WHERE "integer_models"."id" = 22
1263
+ SQL (0.0ms) INSERT INTO "integer_models" DEFAULT VALUES
1868
1264
   (0.0ms) commit transaction
1869
1265
   (0.0ms) begin transaction
1870
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1871
-  (1.0ms) commit transaction
1266
+ SQL (0.0ms) UPDATE "integer_models" SET "deleted_at" = 1418805479.084215 WHERE "integer_models"."id" = 7
1267
+  (0.0ms) commit transaction
1268
+  (0.0ms) SELECT deleted_at FROM "decimal_models" WHERE id = 3
1269
+  (0.0ms) SELECT deleted_at FROM "integer_models" WHERE id = 7
1872
1270
   (0.0ms) begin transaction
1873
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386734913.84385 WHERE "integer_models"."id" = 23
1874
-  (0.5ms) commit transaction
1875
- SQL (0.9ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 23
1876
-  (0.1ms) begin transaction
1877
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1878
-  (1.1ms) commit transaction
1271
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
1272
+  (0.7ms) commit transaction
1879
1273
   (0.0ms) begin transaction
1880
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386734913.84864 WHERE "integer_models"."id" = 24
1274
+ SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1418805479.094007 WHERE "integer_models"."id" = 8
1881
1275
   (0.5ms) commit transaction
1882
- SQL (1.1ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 24
1883
-  (0.1ms) SELECT COUNT(*) FROM "integer_models" WHERE id = 24
1884
-  (0.0ms) begin transaction
1885
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1886
-  (1.0ms) commit transaction
1887
-  (0.0ms) begin transaction
1888
- SQL (0.1ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = ? [["id", 25]]
1889
-  (0.9ms) commit transaction
1890
-  (0.1ms) SELECT COUNT(*) FROM "integer_models" WHERE id = 25
1276
+ SQL (0.7ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 8
1891
1277
   (0.0ms) begin transaction
1892
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1893
-  (1.0ms) commit transaction
1278
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
1279
+  (0.5ms) commit transaction
1894
1280
   (0.0ms) begin transaction
1895
- SQL (0.1ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = ? [["id", 26]]
1896
-  (1.1ms) commit transaction
1281
+ SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1418805479.097792 WHERE "integer_models"."id" = 9
1282
+  (0.5ms) commit transaction
1283
+ SQL (0.8ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 9
1284
+  (0.2ms) SELECT COUNT(*) FROM "integer_models" WHERE id = 9
1897
1285
   (0.0ms) begin transaction
1898
- SQL (0.2ms) INSERT INTO "forests" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1899
-  (1.1ms) commit transaction
1286
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
1287
+  (0.6ms) commit transaction
1900
1288
   (0.0ms) begin transaction
1901
- SQL (0.2ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", true], ["deleted_at", 0], ["forest_id", 1], ["park_id", nil]]
1902
-  (1.0ms) commit transaction
1903
-  (0.1ms) begin transaction
1904
- SQL (0.3ms) UPDATE "trees" SET "deleted_at" = 1386734913.895804 WHERE "trees"."id" = 1
1905
-  (1.2ms) commit transaction
1906
- Tree Load (0.2ms) SELECT "trees".* FROM "trees" WHERE "trees"."forest_id" = 1 AND (biggest = 't') LIMIT 1
1907
-  (0.1ms) begin transaction
1908
- SQL (0.3ms) INSERT INTO "forests" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1909
-  (1.1ms) commit transaction
1289
+ SQL (0.2ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = ? [["id", 10]]
1290
+  (0.7ms) commit transaction
1291
+  (0.1ms) SELECT COUNT(*) FROM "integer_models" WHERE id = 10
1910
1292
   (0.0ms) begin transaction
1911
- SQL (0.2ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", true], ["deleted_at", 0], ["forest_id", 2], ["park_id", nil]]
1912
-  (1.0ms) commit transaction
1913
-  (0.0ms) begin transaction
1914
- SQL (0.1ms) UPDATE "trees" SET "deleted_at" = 1386734913.914948 WHERE "trees"."id" = 2
1915
-  (0.7ms) commit transaction
1916
- Tree Load (0.1ms) SELECT "trees".* FROM "trees" WHERE "trees"."forest_id" = 2 AND ("trees".deleted_at = 0) AND (biggest = 't') LIMIT 1
1293
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
1294
+  (0.5ms) commit transaction
1917
1295
   (0.0ms) begin transaction
1918
- SQL (0.1ms) INSERT INTO "forests" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1919
-  (1.0ms) commit transaction
1296
+ SQL (0.2ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = ? [["id", 11]]
1297
+  (0.6ms) commit transaction
1298
+  (0.1ms) begin transaction
1299
+ SQL (0.5ms) INSERT INTO "integer_models" DEFAULT VALUES
1300
+  (0.7ms) commit transaction
1301
+ SQL (0.9ms) UPDATE "integer_models" SET "deleted_at" = 1418805479.109003 WHERE "integer_models"."id" = 12
1302
+  (0.1ms) begin transaction
1303
+ SQL (0.3ms) INSERT INTO "integer_models" DEFAULT VALUES
1304
+  (0.8ms) commit transaction
1305
+ SQL (0.8ms) UPDATE "integer_models" SET "deleted_at" = 1418805479.113082 WHERE "integer_models"."id" = 13
1920
1306
   (0.0ms) begin transaction
1921
- SQL (0.1ms) UPDATE "forests" SET "deleted_at" = 1386734913.920329 WHERE "forests"."id" = 3
1307
+ SQL (0.3ms) INSERT INTO "integer_models" DEFAULT VALUES
1308
+  (1.0ms) commit transaction
1309
+ SQL (1.2ms) UPDATE "integer_models" SET "deleted_at" = 1418805479.11703 WHERE "integer_models"."id" = 14
1310
+  (0.1ms) begin transaction
1311
+ SQL (0.3ms) INSERT INTO "integer_models" DEFAULT VALUES
1312
+  (0.9ms) commit transaction
1313
+ SQL (1.1ms) UPDATE "integer_models" SET "deleted_at" = 1418805479.121614 WHERE "integer_models"."id" = 15
1314
+  (0.1ms) begin transaction
1315
+ SQL (0.3ms) INSERT INTO "decimal_models" DEFAULT VALUES
1922
1316
   (0.7ms) commit transaction
1923
1317
   (0.0ms) begin transaction
1924
- SQL (0.2ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", false], ["deleted_at", 0], ["forest_id", 3], ["park_id", nil]]
1925
-  (1.0ms) commit transaction
1926
- Forest Load (0.1ms) SELECT "forests".* FROM "forests" WHERE "forests"."id" = 3 LIMIT 1
1318
+ SQL (0.0ms) INSERT INTO "decimal_models" DEFAULT VALUES
1319
+  (0.0ms) commit transaction
1320
+ SQL (0.0ms) UPDATE "decimal_models" SET "deleted_at" = 1418805479.0 WHERE "decimal_models"."id" = 5
1927
1321
   (0.0ms) begin transaction
1928
- SQL (0.2ms) INSERT INTO "forests" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1929
-  (1.0ms) commit transaction
1930
-  (0.0ms) begin transaction
1931
- SQL (0.2ms) UPDATE "forests" SET "deleted_at" = 1386734913.928776 WHERE "forests"."id" = 4
1932
-  (1.1ms) commit transaction
1322
+ SQL (0.0ms) INSERT INTO "integer_models" DEFAULT VALUES
1323
+  (0.0ms) commit transaction
1324
+ SQL (0.0ms) UPDATE "integer_models" SET "deleted_at" = 1418805479.0 WHERE "integer_models"."id" = 16
1933
1325
   (0.0ms) begin transaction
1934
- SQL (0.1ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", false], ["deleted_at", 0], ["forest_id", 4], ["park_id", nil]]
1935
-  (0.8ms) commit transaction
1936
- Forest Load (0.1ms) SELECT "forests".* FROM "forests" WHERE "forests"."id" = 4 AND ("forests".deleted_at = 0) LIMIT 1
1326
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
1327
+  (1.0ms) commit transaction
1328
+ SQL (1.1ms) UPDATE "integer_models" SET "deleted_at" = 1418805479.135503 WHERE "integer_models"."id" = 17
1937
1329
   (0.0ms) begin transaction
1938
- SQL (0.2ms) INSERT INTO "forests" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1939
-  (1.1ms) commit transaction
1940
-  (0.0ms) begin transaction
1941
- SQL (0.1ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", false], ["deleted_at", 0], ["forest_id", 5], ["park_id", nil]]
1942
-  (1.5ms) commit transaction
1330
+ SQL (0.0ms) INSERT INTO "decimal_models" DEFAULT VALUES
1331
+  (0.0ms) commit transaction
1332
+ SQL (0.0ms) UPDATE "decimal_models" SET "deleted_at" = 1418805479.137272 WHERE "decimal_models"."id" = 6
1943
1333
   (0.0ms) begin transaction
1944
- SQL (0.2ms) UPDATE "trees" SET "deleted_at" = 1386734913.94015 WHERE "trees"."id" = 5
1945
-  (0.9ms) commit transaction
1946
-  (0.0ms) begin transaction
1947
- SQL (0.1ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", false], ["deleted_at", 0], ["forest_id", 5], ["park_id", nil]]
1334
+ SQL (0.0ms) INSERT INTO "integer_models" DEFAULT VALUES
1335
+  (0.0ms) commit transaction
1336
+ SQL (0.0ms) UPDATE "integer_models" SET "deleted_at" = 1418805479.137272 WHERE "integer_models"."id" = 18
1337
+  (0.0ms) SELECT deleted_at FROM "decimal_models" WHERE id = 6
1338
+  (0.0ms) SELECT deleted_at FROM "integer_models" WHERE id = 18
1339
+  (0.1ms) begin transaction
1340
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
1341
+  (0.6ms) commit transaction
1342
+ SQL (0.7ms) UPDATE "integer_models" SET "deleted_at" = 1418805479.147189 WHERE "integer_models"."id" = 19
1343
+ SQL (0.7ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 19
1344
+  (0.1ms) begin transaction
1345
+ SQL (0.3ms) INSERT INTO "integer_models" DEFAULT VALUES
1346
+  (0.5ms) commit transaction
1347
+ SQL (0.6ms) UPDATE "integer_models" SET "deleted_at" = 1418805479.151164 WHERE "integer_models"."id" = 20
1348
+ SQL (0.6ms) DELETE FROM "integer_models" WHERE "integer_models"."id" = 20
1349
+  (0.1ms) SELECT COUNT(*) FROM "integer_models" WHERE id = 20
1350
+  (0.1ms) begin transaction
1351
+ SQL (0.3ms) INSERT INTO "integer_models" DEFAULT VALUES
1948
1352
   (0.6ms) commit transaction
1949
- Tree Load (0.2ms) SELECT "trees".* FROM "trees" WHERE "trees"."forest_id" = 5
1950
-  (0.0ms) begin transaction
1951
- SQL (0.2ms) INSERT INTO "forests" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1952
-  (1.1ms) commit transaction
1353
+ SQL (1.0ms) DELETE FROM "integer_models" WHERE ("integer_models".deleted_at = 0) AND "integer_models"."id" = 21
1354
+  (0.2ms) SELECT COUNT(*) FROM "integer_models" WHERE id = 21
1953
1355
   (0.0ms) begin transaction
1954
- SQL (0.1ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", false], ["deleted_at", 0], ["forest_id", 6], ["park_id", nil]]
1955
-  (1.0ms) commit transaction
1956
-  (0.0ms) begin transaction
1957
- SQL (0.1ms) UPDATE "trees" SET "deleted_at" = 1386734913.952558 WHERE "trees"."id" = 7
1958
-  (0.8ms) commit transaction
1959
- Tree Load (0.1ms) SELECT "trees".* FROM "trees" WHERE "trees"."forest_id" = 6 AND ("trees".deleted_at = 0)
1960
-  (0.0ms) begin transaction
1961
- SQL (0.2ms) INSERT INTO "parks" ("forest_id") VALUES (?) [["forest_id", nil]]
1962
-  (1.2ms) commit transaction
1356
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
1357
+  (0.6ms) commit transaction
1358
+ SQL (0.7ms) DELETE FROM "integer_models" WHERE ("integer_models".deleted_at = 0) AND "integer_models"."id" = 22
1963
1359
   (0.0ms) begin transaction
1964
- SQL (0.1ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", true], ["deleted_at", 0], ["forest_id", nil], ["park_id", 1]]
1965
-  (1.1ms) commit transaction
1966
-  (0.0ms) begin transaction
1967
- SQL (0.1ms) UPDATE "trees" SET "deleted_at" = 1386734913.962677 WHERE "trees"."id" = 8
1968
-  (1.0ms) commit transaction
1969
- Tree Load (0.1ms) SELECT "trees".* FROM "trees" WHERE "trees"."park_id" = 1 AND (biggest = 't') LIMIT 1
1360
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
1361
+  (0.5ms) commit transaction
1970
1362
   (0.0ms) begin transaction
1971
- SQL (0.1ms) INSERT INTO "parks" ("forest_id") VALUES (?) [["forest_id", nil]]
1972
-  (1.1ms) commit transaction
1363
+ SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1418805479.162166 WHERE "integer_models"."id" = 23
1364
+  (0.5ms) commit transaction
1365
+ SQL (0.8ms) UPDATE "integer_models" SET "deleted_at" = 0 WHERE "integer_models"."id" = 23
1366
+  (0.1ms) begin transaction
1367
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
1368
+  (0.5ms) commit transaction
1973
1369
   (0.0ms) begin transaction
1974
- SQL (0.1ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", true], ["deleted_at", 0], ["forest_id", nil], ["park_id", 2]]
1975
-  (1.0ms) commit transaction
1370
+ SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1418805479.167145 WHERE "integer_models"."id" = 24
1371
+  (0.5ms) commit transaction
1372
+ SQL (0.7ms) UPDATE "integer_models" SET "deleted_at" = 0 WHERE "integer_models"."id" = 24
1373
+  (0.0ms) begin transaction
1374
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
1375
+  (0.5ms) commit transaction
1976
1376
   (0.0ms) begin transaction
1977
- SQL (0.1ms) UPDATE "trees" SET "deleted_at" = 1386734913.96961 WHERE "trees"."id" = 9
1978
-  (1.1ms) commit transaction
1979
- Tree Load (0.1ms) SELECT "trees".* FROM "trees" WHERE "trees"."park_id" = 2 AND ("trees".deleted_at = 0) AND (biggest = 't') LIMIT 1
1377
+ SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1418805479.170829 WHERE "integer_models"."id" = 25
1378
+  (0.5ms) commit transaction
1379
+ SQL (1.2ms) UPDATE "integer_models" SET "deleted_at" = 0 WHERE "integer_models"."id" = 25
1380
+  (0.1ms) begin transaction
1381
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
1382
+  (0.9ms) commit transaction
1383
+  (0.1ms) begin transaction
1384
+ SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1418805479.177459 WHERE "integer_models"."id" = 26
1385
+  (0.6ms) commit transaction
1386
+ SQL (0.8ms) UPDATE "integer_models" SET "deleted_at" = 0 WHERE "integer_models"."id" = 26
1387
+  (0.1ms) SELECT deleted_at FROM "integer_models" WHERE id = 26
1980
1388
   (0.0ms) begin transaction
1981
- SQL (0.1ms) INSERT INTO "forests" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1389
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
1982
1390
   (0.8ms) commit transaction
1983
-  (0.0ms) begin transaction
1984
- SQL (0.2ms) UPDATE "forests" SET "deleted_at" = 1386734913.974787 WHERE "forests"."id" = 7
1391
+  (0.1ms) begin transaction
1392
+ SQL (0.3ms) UPDATE "integer_models" SET "deleted_at" = 1418805479.182726 WHERE "integer_models"."id" = 27
1393
+  (1.0ms) commit transaction
1394
+ IntegerModel Load (0.2ms) SELECT "integer_models".* FROM "integer_models" WHERE (integer_models.deleted_at > 0)
1395
+  (0.1ms) begin transaction
1396
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
1397
+  (0.7ms) commit transaction
1398
+ IntegerModel Load (0.2ms) SELECT "integer_models".* FROM "integer_models" WHERE (integer_models.deleted_at > 0)
1399
+  (0.1ms) begin transaction
1400
+ SQL (0.3ms) INSERT INTO "integer_models" DEFAULT VALUES
1985
1401
   (0.9ms) commit transaction
1986
1402
   (0.0ms) begin transaction
1987
- SQL (0.1ms) INSERT INTO "parks" ("forest_id") VALUES (?) [["forest_id", nil]]
1403
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
1988
1404
   (1.0ms) commit transaction
1989
-  (0.0ms) begin transaction
1990
-  (0.1ms) UPDATE "parks" SET "forest_id" = 7 WHERE "parks"."id" = 3
1991
-  (0.9ms) commit transaction
1992
- Park Load (0.1ms) SELECT "parks".* FROM "parks" WHERE "parks"."id" = ? LIMIT 1 [["id", 3]]
1993
- Forest Load (0.1ms) SELECT "forests".* FROM "forests" WHERE "forests"."id" = 7 LIMIT 1
1994
-  (0.0ms) begin transaction
1995
- SQL (0.2ms) INSERT INTO "forests" ("deleted_at") VALUES (?) [["deleted_at", 0]]
1996
-  (1.2ms) commit transaction
1997
-  (0.0ms) begin transaction
1998
- SQL (0.2ms) UPDATE "forests" SET "deleted_at" = 1386734913.984333 WHERE "forests"."id" = 8
1405
+  (0.1ms) begin transaction
1406
+ SQL (0.3ms) UPDATE "integer_models" SET "deleted_at" = 1418805479.195139 WHERE "integer_models"."id" = 30
1999
1407
   (0.9ms) commit transaction
2000
-  (0.0ms) begin transaction
2001
- SQL (0.1ms) INSERT INTO "parks" ("forest_id") VALUES (?) [["forest_id", nil]]
1408
+  (0.1ms) begin transaction
1409
+ SQL (0.4ms) INSERT INTO "integer_models" DEFAULT VALUES
2002
1410
   (0.9ms) commit transaction
2003
-  (0.0ms) begin transaction
2004
-  (0.1ms) UPDATE "parks" SET "forest_id" = 8 WHERE "parks"."id" = 4
2005
-  (0.9ms) commit transaction
2006
- Park Load (0.1ms) SELECT "parks".* FROM "parks" WHERE "parks"."id" = ? LIMIT 1 [["id", 4]]
2007
- Forest Load (0.1ms) SELECT "forests".* FROM "forests" WHERE "forests"."id" = 8 AND ("forests".deleted_at = 0) LIMIT 1
2008
-  (0.0ms) begin transaction
2009
- SQL (0.1ms) INSERT INTO "parks" ("forest_id") VALUES (?) [["forest_id", nil]]
2010
-  (1.0ms) commit transaction
2011
-  (0.0ms) begin transaction
2012
- SQL (0.1ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", false], ["deleted_at", 0], ["forest_id", nil], ["park_id", 5]]
2013
-  (0.8ms) commit transaction
2014
-  (0.0ms) begin transaction
2015
- SQL (0.2ms) UPDATE "trees" SET "deleted_at" = 1386734913.996236 WHERE "trees"."id" = 10
2016
-  (1.0ms) commit transaction
2017
-  (0.0ms) begin transaction
2018
- SQL (0.1ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", false], ["deleted_at", 0], ["forest_id", nil], ["park_id", 5]]
2019
-  (1.0ms) commit transaction
2020
- Tree Load (0.1ms) SELECT "trees".* FROM "trees" WHERE "trees"."park_id" = 5
2021
-  (0.0ms) begin transaction
2022
- SQL (0.2ms) INSERT INTO "parks" ("forest_id") VALUES (?) [["forest_id", nil]]
2023
-  (1.2ms) commit transaction
2024
-  (0.0ms) begin transaction
2025
- SQL (0.1ms) INSERT INTO "trees" ("biggest", "deleted_at", "forest_id", "park_id") VALUES (?, ?, ?, ?) [["biggest", false], ["deleted_at", 0], ["forest_id", nil], ["park_id", 6]]
2026
-  (1.1ms) commit transaction
2027
-  (0.0ms) begin transaction
2028
- SQL (0.2ms) UPDATE "trees" SET "deleted_at" = 1386734914.006144 WHERE "trees"."id" = 12
2029
-  (0.7ms) commit transaction
2030
- Tree Load (0.1ms) SELECT "trees".* FROM "trees" WHERE "trees"."park_id" = 6 AND ("trees".deleted_at = 0)
2031
-  (0.0ms) begin transaction
2032
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
2033
-  (1.1ms) commit transaction
2034
-  (0.0ms) begin transaction
2035
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386734914.011137 WHERE "integer_models"."id" = 27
2036
-  (1.1ms) commit transaction
2037
- SQL (1.2ms) UPDATE "integer_models" SET "deleted_at" = 0 WHERE "integer_models"."id" = 27
2038
-  (0.0ms) begin transaction
2039
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
2040
-  (1.1ms) commit transaction
2041
-  (0.0ms) begin transaction
2042
- SQL (0.1ms) UPDATE "integer_models" SET "deleted_at" = 1386734914.016864 WHERE "integer_models"."id" = 28
1411
+  (0.1ms) begin transaction
1412
+ SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1418805479.20257 WHERE "integer_models"."id" = 31
2043
1413
   (0.7ms) commit transaction
2044
- SQL (0.6ms) UPDATE "integer_models" SET "deleted_at" = 0 WHERE "integer_models"."id" = 28
2045
-  (0.1ms) SELECT deleted_at FROM "integer_models" WHERE id = 28
2046
-  (0.0ms) begin transaction
2047
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
2048
-  (1.0ms) commit transaction
2049
-  (0.0ms) begin transaction
2050
- SQL (0.1ms) UPDATE "integer_models" SET "deleted_at" = 1386734914.021632 WHERE "integer_models"."id" = 29
2051
-  (1.1ms) commit transaction
2052
- SQL (0.9ms) UPDATE "integer_models" SET "deleted_at" = 0 WHERE "integer_models"."id" = 29
2053
-  (0.0ms) begin transaction
2054
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
2055
-  (1.1ms) commit transaction
2056
1414
   (0.0ms) begin transaction
2057
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386734914.027381 WHERE "integer_models"."id" = 30
2058
-  (0.5ms) commit transaction
2059
- SQL (0.8ms) UPDATE "integer_models" SET "deleted_at" = 0 WHERE "integer_models"."id" = 30
2060
-  (0.0ms) begin transaction
2061
- SQL (0.2ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
2062
-  (1.0ms) commit transaction
2063
-  (0.0ms) begin transaction
2064
- SQL (0.2ms) UPDATE "integer_models" SET "deleted_at" = 1386734914.032222 WHERE "integer_models"."id" = 31
2065
-  (1.1ms) commit transaction
2066
- IntegerModel Load (0.1ms) SELECT "integer_models".* FROM "integer_models" WHERE (integer_models.deleted_at > 0)
2067
-  (0.0ms) begin transaction
2068
- SQL (0.1ms) INSERT INTO "integer_models" ("deleted_at") VALUES (?) [["deleted_at", 0]]
2069
-  (1.0ms) commit transaction
2070
- IntegerModel Load (0.1ms) SELECT "integer_models".* FROM "integer_models" WHERE (integer_models.deleted_at > 0)
1415
+ SQL (0.2ms) INSERT INTO "integer_models" DEFAULT VALUES
1416
+  (0.9ms) commit transaction
1417
+ IntegerModel Load (0.2ms) SELECT "integer_models".* FROM "integer_models"