query_report 1.0.6 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -43127,3 +43127,1355 @@ Connecting to database specified by database.yml
43127
43127
  SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Thu, 03 Oct 2013 06:31:22 UTC +00:00], ["dob", Wed, 03 Oct 1979 06:31:22 UTC +00:00], ["name", "User#3"], ["updated_at", Thu, 03 Oct 2013 06:31:22 UTC +00:00]]
43128
43128
   (0.0ms) commit transaction
43129
43129
  User Load (0.1ms) SELECT "users".* FROM "users"
43130
+ Connecting to database specified by database.yml
43131
+ Connecting to database specified by database.yml
43132
+  (1.3ms) select sqlite_version(*)
43133
+  (0.2ms) CREATE TABLE "gem_defined_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "age" integer)
43134
+  (0.1ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "age" integer, "dob" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
43135
+  (0.1ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255))
43136
+  (0.1ms) CREATE TABLE "readerships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "book_id" integer) 
43137
+  (0.1ms) CREATE TABLE "authorships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "book_id" integer)
43138
+  (0.1ms) CREATE TABLE "user_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "street" varchar(255), "user_id" integer) 
43139
+  (0.0ms) begin transaction
43140
+ SQL (5.9ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 30], ["created_at", Sun, 06 Oct 2013 05:50:45 UTC +00:00], ["dob", nil], ["name", "Jitu"], ["updated_at", Sun, 06 Oct 2013 05:50:45 UTC +00:00]]
43141
+  (0.0ms) commit transaction
43142
+  (0.0ms) begin transaction
43143
+ SQL (0.1ms) INSERT INTO "readerships" ("book_id", "user_id") VALUES (?, ?) [["book_id", nil], ["user_id", 1]]
43144
+  (0.0ms) commit transaction
43145
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
43146
+ User Load (0.1ms) SELECT "users".* FROM "users" 
43147
+  (0.0ms) begin transaction
43148
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
43149
+  (0.0ms) commit transaction
43150
+  (0.0ms) begin transaction
43151
+ SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 05:50:45 UTC +00:00], ["dob", Mon, 06 Oct 2003 05:50:45 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 05:50:45 UTC +00:00]]
43152
+  (0.0ms) commit transaction
43153
+  (0.0ms) begin transaction
43154
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 05:50:45 UTC +00:00], ["dob", Wed, 06 Oct 1993 05:50:45 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 05:50:45 UTC +00:00]]
43155
+  (0.0ms) commit transaction
43156
+  (0.0ms) begin transaction
43157
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 05:50:45 UTC +00:00], ["dob", nil], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 05:50:45 UTC +00:00]]
43158
+  (0.0ms) commit transaction
43159
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 25 OFFSET 0
43160
+ User Load (0.1ms) SELECT "users".* FROM "users" 
43161
+  (0.0ms) begin transaction
43162
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
43163
+  (0.0ms) commit transaction
43164
+  (0.0ms) begin transaction
43165
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 3]]
43166
+  (0.0ms) commit transaction
43167
+  (0.0ms) begin transaction
43168
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 4]]
43169
+  (0.0ms) commit transaction
43170
+  (0.0ms) begin transaction
43171
+ SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 05:50:45 UTC +00:00], ["dob", Mon, 06 Oct 2003 05:50:45 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 05:50:45 UTC +00:00]]
43172
+  (0.0ms) commit transaction
43173
+  (0.0ms) begin transaction
43174
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 05:50:45 UTC +00:00], ["dob", Wed, 06 Oct 1993 05:50:45 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 05:50:45 UTC +00:00]]
43175
+  (0.0ms) commit transaction
43176
+  (0.0ms) begin transaction
43177
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 05:50:45 UTC +00:00], ["dob", nil], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 05:50:45 UTC +00:00]]
43178
+  (0.0ms) commit transaction
43179
+ User Load (0.1ms) SELECT "users".* FROM "users"
43180
+ User Load (0.1ms) SELECT "users".* FROM "users" 
43181
+  (0.0ms) begin transaction
43182
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 5]]
43183
+  (0.0ms) commit transaction
43184
+  (0.0ms) begin transaction
43185
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 6]]
43186
+  (0.0ms) commit transaction
43187
+  (0.0ms) begin transaction
43188
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 7]]
43189
+  (0.0ms) commit transaction
43190
+  (0.0ms) begin transaction
43191
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 05:50:45 UTC +00:00], ["dob", Mon, 06 Oct 2003 05:50:45 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 05:50:45 UTC +00:00]]
43192
+  (0.0ms) commit transaction
43193
+  (0.0ms) begin transaction
43194
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 05:50:45 UTC +00:00], ["dob", Wed, 06 Oct 1993 05:50:45 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 05:50:45 UTC +00:00]]
43195
+  (0.0ms) commit transaction
43196
+  (0.0ms) begin transaction
43197
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 05:50:45 UTC +00:00], ["dob", nil], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 05:50:45 UTC +00:00]]
43198
+  (0.0ms) commit transaction
43199
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE (("users"."dob" >= '1992-10-06 05:50:45.000000' AND "users"."dob" <= '2013-11-06 05:50:45.000000')) LIMIT 25 OFFSET 0
43200
+ User Load (0.1ms) SELECT "users".* FROM "users" 
43201
+  (0.0ms) begin transaction
43202
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 8]]
43203
+  (0.0ms) commit transaction
43204
+  (0.0ms) begin transaction
43205
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 9]]
43206
+  (0.0ms) commit transaction
43207
+  (0.0ms) begin transaction
43208
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 10]]
43209
+  (0.0ms) commit transaction
43210
+  (0.0ms) begin transaction
43211
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 05:50:45 UTC +00:00], ["dob", Mon, 06 Oct 2003 05:50:45 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 05:50:45 UTC +00:00]]
43212
+  (0.0ms) commit transaction
43213
+  (0.0ms) begin transaction
43214
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 05:50:45 UTC +00:00], ["dob", Wed, 06 Oct 1993 05:50:45 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 05:50:45 UTC +00:00]]
43215
+  (0.0ms) commit transaction
43216
+  (0.0ms) begin transaction
43217
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 05:50:45 UTC +00:00], ["dob", nil], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 05:50:45 UTC +00:00]]
43218
+  (0.0ms) commit transaction
43219
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."age" = 34 LIMIT 25 OFFSET 0
43220
+ User Load (0.1ms) SELECT "users".* FROM "users" 
43221
+  (0.0ms) begin transaction
43222
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 11]]
43223
+  (0.0ms) commit transaction
43224
+  (0.0ms) begin transaction
43225
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 12]]
43226
+  (0.0ms) commit transaction
43227
+  (0.0ms) begin transaction
43228
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 13]]
43229
+  (0.0ms) commit transaction
43230
+  (0.0ms) begin transaction
43231
+ SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 05:50:45 UTC +00:00], ["dob", Mon, 06 Oct 2003 05:50:45 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 05:50:45 UTC +00:00]]
43232
+  (0.0ms) commit transaction
43233
+  (0.0ms) begin transaction
43234
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 05:50:45 UTC +00:00], ["dob", Wed, 06 Oct 1993 05:50:45 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 05:50:45 UTC +00:00]]
43235
+  (0.0ms) commit transaction
43236
+  (0.0ms) begin transaction
43237
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 05:50:45 UTC +00:00], ["dob", Sat, 06 Oct 1979 05:50:45 UTC +00:00], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 05:50:45 UTC +00:00]]
43238
+  (0.0ms) commit transaction
43239
+ User Load (0.1ms) SELECT "users".* FROM "users"
43240
+ User Load (0.1ms) SELECT "users".* FROM "users" 
43241
+  (0.0ms) begin transaction
43242
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 14]]
43243
+  (0.0ms) commit transaction
43244
+  (0.0ms) begin transaction
43245
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 15]]
43246
+  (0.0ms) commit transaction
43247
+  (0.0ms) begin transaction
43248
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 16]]
43249
+  (0.0ms) commit transaction
43250
+  (0.0ms) begin transaction
43251
+ SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 05:50:45 UTC +00:00], ["dob", Mon, 06 Oct 2003 05:50:45 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 05:50:45 UTC +00:00]]
43252
+  (0.0ms) commit transaction
43253
+  (0.0ms) begin transaction
43254
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 05:50:45 UTC +00:00], ["dob", Wed, 06 Oct 1993 05:50:45 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 05:50:45 UTC +00:00]]
43255
+  (0.0ms) commit transaction
43256
+  (0.0ms) begin transaction
43257
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 05:50:45 UTC +00:00], ["dob", Sat, 06 Oct 1979 05:50:45 UTC +00:00], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 05:50:45 UTC +00:00]]
43258
+  (0.0ms) commit transaction
43259
+ User Load (0.1ms) SELECT "users".* FROM "users"
43260
+ User Load (0.1ms) SELECT "users".* FROM "users" 
43261
+  (0.0ms) begin transaction
43262
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 17]]
43263
+  (0.0ms) commit transaction
43264
+  (0.0ms) begin transaction
43265
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 18]]
43266
+  (0.0ms) commit transaction
43267
+  (0.0ms) begin transaction
43268
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 19]]
43269
+  (0.0ms) commit transaction
43270
+  (0.0ms) begin transaction
43271
+ SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 05:50:45 UTC +00:00], ["dob", Mon, 06 Oct 2003 05:50:45 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 05:50:45 UTC +00:00]]
43272
+  (0.0ms) commit transaction
43273
+  (0.0ms) begin transaction
43274
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 05:50:45 UTC +00:00], ["dob", Wed, 06 Oct 1993 05:50:45 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 05:50:45 UTC +00:00]]
43275
+  (0.0ms) commit transaction
43276
+  (0.0ms) begin transaction
43277
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 05:50:45 UTC +00:00], ["dob", Sat, 06 Oct 1979 05:50:45 UTC +00:00], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 05:50:45 UTC +00:00]]
43278
+  (0.0ms) commit transaction
43279
+  (0.1ms) SELECT AVG("users"."age") AS avg_id FROM "users"
43280
+  (0.0ms) SELECT AVG("users"."age") AS avg_id FROM "users" 
43281
+ User Load (0.1ms) SELECT "users".* FROM "users"
43282
+ Connecting to database specified by database.yml
43283
+  (1.3ms) select sqlite_version(*)
43284
+  (0.2ms) CREATE TABLE "gem_defined_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "age" integer)
43285
+  (0.1ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "age" integer, "dob" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
43286
+  (0.1ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255))
43287
+  (0.1ms) CREATE TABLE "readerships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "book_id" integer) 
43288
+  (0.1ms) CREATE TABLE "authorships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "book_id" integer)
43289
+  (0.1ms) CREATE TABLE "user_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "street" varchar(255), "user_id" integer) 
43290
+ User Load (1.1ms) SELECT "users".* FROM "users"
43291
+  (0.0ms) begin transaction
43292
+ SQL (3.2ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 05:56:56 UTC +00:00], ["dob", Mon, 06 Oct 2003 05:56:56 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 05:56:56 UTC +00:00]]
43293
+  (0.0ms) commit transaction
43294
+  (0.0ms) begin transaction
43295
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 05:56:56 UTC +00:00], ["dob", Wed, 06 Oct 1993 05:56:56 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 05:56:56 UTC +00:00]]
43296
+  (0.0ms) commit transaction
43297
+  (0.0ms) begin transaction
43298
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 05:56:56 UTC +00:00], ["dob", nil], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 05:56:56 UTC +00:00]]
43299
+  (0.0ms) commit transaction
43300
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."age" = 34 LIMIT 25 OFFSET 0
43301
+ User Load (0.1ms) SELECT "users".* FROM "users" 
43302
+  (0.0ms) begin transaction
43303
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
43304
+  (0.0ms) commit transaction
43305
+  (0.0ms) begin transaction
43306
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
43307
+  (0.0ms) commit transaction
43308
+  (0.0ms) begin transaction
43309
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 3]]
43310
+  (0.0ms) commit transaction
43311
+  (0.0ms) begin transaction
43312
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 05:56:56 UTC +00:00], ["dob", Mon, 06 Oct 2003 05:56:56 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 05:56:56 UTC +00:00]]
43313
+  (0.0ms) commit transaction
43314
+  (0.0ms) begin transaction
43315
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 05:56:56 UTC +00:00], ["dob", Wed, 06 Oct 1993 05:56:56 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 05:56:56 UTC +00:00]]
43316
+  (0.0ms) commit transaction
43317
+  (0.0ms) begin transaction
43318
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 05:56:56 UTC +00:00], ["dob", nil], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 05:56:56 UTC +00:00]]
43319
+  (0.0ms) commit transaction
43320
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE (("users"."dob" >= '1992-10-06 05:56:56.000000' AND "users"."dob" <= '2013-11-06 05:56:56.000000')) LIMIT 25 OFFSET 0
43321
+ User Load (0.1ms) SELECT "users".* FROM "users" 
43322
+  (0.0ms) begin transaction
43323
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 4]]
43324
+  (0.0ms) commit transaction
43325
+  (0.0ms) begin transaction
43326
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 5]]
43327
+  (0.0ms) commit transaction
43328
+  (0.0ms) begin transaction
43329
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 6]]
43330
+  (0.0ms) commit transaction
43331
+  (0.0ms) begin transaction
43332
+ SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 05:56:56 UTC +00:00], ["dob", Mon, 06 Oct 2003 05:56:56 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 05:56:56 UTC +00:00]]
43333
+  (0.0ms) commit transaction
43334
+  (0.0ms) begin transaction
43335
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 05:56:56 UTC +00:00], ["dob", Wed, 06 Oct 1993 05:56:56 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 05:56:56 UTC +00:00]]
43336
+  (0.0ms) commit transaction
43337
+  (0.0ms) begin transaction
43338
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 05:56:56 UTC +00:00], ["dob", nil], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 05:56:56 UTC +00:00]]
43339
+  (0.0ms) commit transaction
43340
+ User Load (0.1ms) SELECT "users".* FROM "users"
43341
+ User Load (0.1ms) SELECT "users".* FROM "users" 
43342
+  (0.0ms) begin transaction
43343
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 7]]
43344
+  (0.0ms) commit transaction
43345
+  (0.0ms) begin transaction
43346
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 8]]
43347
+  (0.0ms) commit transaction
43348
+  (0.0ms) begin transaction
43349
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 9]]
43350
+  (0.0ms) commit transaction
43351
+  (0.0ms) begin transaction
43352
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 05:56:56 UTC +00:00], ["dob", Mon, 06 Oct 2003 05:56:56 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 05:56:56 UTC +00:00]]
43353
+  (0.0ms) commit transaction
43354
+  (0.0ms) begin transaction
43355
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 05:56:56 UTC +00:00], ["dob", Wed, 06 Oct 1993 05:56:56 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 05:56:56 UTC +00:00]]
43356
+  (0.0ms) commit transaction
43357
+  (0.0ms) begin transaction
43358
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 05:56:56 UTC +00:00], ["dob", nil], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 05:56:56 UTC +00:00]]
43359
+  (0.0ms) commit transaction
43360
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 25 OFFSET 0
43361
+  (0.0ms) begin transaction
43362
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 30], ["created_at", Sun, 06 Oct 2013 05:56:56 UTC +00:00], ["dob", nil], ["name", "Jitu"], ["updated_at", Sun, 06 Oct 2013 05:56:56 UTC +00:00]]
43363
+  (0.0ms) commit transaction
43364
+  (0.0ms) begin transaction
43365
+ SQL (0.1ms) INSERT INTO "readerships" ("book_id", "user_id") VALUES (?, ?) [["book_id", nil], ["user_id", 13]]
43366
+  (0.0ms) commit transaction
43367
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 13 LIMIT 1
43368
+ User Load (0.1ms) SELECT "users".* FROM "users"
43369
+  (0.0ms) begin transaction
43370
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 10]]
43371
+  (0.0ms) commit transaction
43372
+  (0.0ms) begin transaction
43373
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 11]]
43374
+  (0.0ms) commit transaction
43375
+  (0.0ms) begin transaction
43376
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 12]]
43377
+  (0.0ms) commit transaction
43378
+  (0.0ms) begin transaction
43379
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 13]]
43380
+  (0.0ms) commit transaction
43381
+  (0.0ms) begin transaction
43382
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 05:56:56 UTC +00:00], ["dob", Mon, 06 Oct 2003 05:56:56 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 05:56:56 UTC +00:00]]
43383
+  (0.0ms) commit transaction
43384
+  (0.0ms) begin transaction
43385
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 05:56:56 UTC +00:00], ["dob", Wed, 06 Oct 1993 05:56:56 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 05:56:56 UTC +00:00]]
43386
+  (0.0ms) commit transaction
43387
+  (0.0ms) begin transaction
43388
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 05:56:56 UTC +00:00], ["dob", Sat, 06 Oct 1979 05:56:56 UTC +00:00], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 05:56:56 UTC +00:00]]
43389
+  (0.0ms) commit transaction
43390
+ User Load (0.1ms) SELECT "users".* FROM "users"
43391
+ User Load (0.1ms) SELECT "users".* FROM "users" 
43392
+  (0.0ms) begin transaction
43393
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 14]]
43394
+  (0.0ms) commit transaction
43395
+  (0.0ms) begin transaction
43396
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 15]]
43397
+  (0.0ms) commit transaction
43398
+  (0.0ms) begin transaction
43399
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 16]]
43400
+  (0.0ms) commit transaction
43401
+  (0.1ms) begin transaction
43402
+ SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 05:56:56 UTC +00:00], ["dob", Mon, 06 Oct 2003 05:56:56 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 05:56:56 UTC +00:00]]
43403
+  (0.0ms) commit transaction
43404
+  (0.0ms) begin transaction
43405
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 05:56:56 UTC +00:00], ["dob", Wed, 06 Oct 1993 05:56:56 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 05:56:56 UTC +00:00]]
43406
+  (0.0ms) commit transaction
43407
+  (0.0ms) begin transaction
43408
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 05:56:56 UTC +00:00], ["dob", Sat, 06 Oct 1979 05:56:56 UTC +00:00], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 05:56:56 UTC +00:00]]
43409
+  (0.0ms) commit transaction
43410
+  (0.1ms) SELECT AVG("users"."age") AS avg_id FROM "users"
43411
+  (0.0ms) SELECT AVG("users"."age") AS avg_id FROM "users" 
43412
+ User Load (0.1ms) SELECT "users".* FROM "users"
43413
+ User Load (0.1ms) SELECT "users".* FROM "users" 
43414
+  (0.0ms) begin transaction
43415
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 17]]
43416
+  (0.0ms) commit transaction
43417
+  (0.0ms) begin transaction
43418
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 18]]
43419
+  (0.0ms) commit transaction
43420
+  (0.0ms) begin transaction
43421
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 19]]
43422
+  (0.0ms) commit transaction
43423
+  (0.0ms) begin transaction
43424
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 05:56:58 UTC +00:00], ["dob", Mon, 06 Oct 2003 05:56:58 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 05:56:58 UTC +00:00]]
43425
+  (0.0ms) commit transaction
43426
+  (0.0ms) begin transaction
43427
+ SQL (0.5ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 05:56:58 UTC +00:00], ["dob", Wed, 06 Oct 1993 05:56:58 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 05:56:58 UTC +00:00]]
43428
+  (0.0ms) commit transaction
43429
+  (0.0ms) begin transaction
43430
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 05:56:58 UTC +00:00], ["dob", Sat, 06 Oct 1979 05:56:58 UTC +00:00], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 05:56:58 UTC +00:00]]
43431
+  (0.0ms) commit transaction
43432
+ User Load (0.1ms) SELECT "users".* FROM "users"
43433
+ Connecting to database specified by database.yml
43434
+  (1.3ms) select sqlite_version(*)
43435
+  (0.2ms) CREATE TABLE "gem_defined_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "age" integer)
43436
+  (0.1ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "age" integer, "dob" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
43437
+  (0.1ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255))
43438
+  (0.1ms) CREATE TABLE "readerships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "book_id" integer) 
43439
+  (0.1ms) CREATE TABLE "authorships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "book_id" integer)
43440
+  (0.1ms) CREATE TABLE "user_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "street" varchar(255), "user_id" integer) 
43441
+ User Load (19.3ms) SELECT "users".* FROM "users"
43442
+  (0.0ms) begin transaction
43443
+ SQL (3.4ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 05:58:05 UTC +00:00], ["dob", Mon, 06 Oct 2003 05:58:05 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 05:58:05 UTC +00:00]]
43444
+  (0.0ms) commit transaction
43445
+  (0.1ms) begin transaction
43446
+ SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 05:58:05 UTC +00:00], ["dob", Wed, 06 Oct 1993 05:58:05 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 05:58:05 UTC +00:00]]
43447
+  (0.0ms) commit transaction
43448
+  (0.0ms) begin transaction
43449
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 05:58:05 UTC +00:00], ["dob", nil], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 05:58:05 UTC +00:00]]
43450
+  (0.0ms) commit transaction
43451
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 25 OFFSET 0
43452
+ User Load (0.1ms) SELECT "users".* FROM "users" 
43453
+  (0.0ms) begin transaction
43454
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
43455
+  (0.0ms) commit transaction
43456
+  (0.0ms) begin transaction
43457
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
43458
+  (0.0ms) commit transaction
43459
+  (0.0ms) begin transaction
43460
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 3]]
43461
+  (0.0ms) commit transaction
43462
+  (0.0ms) begin transaction
43463
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 05:58:05 UTC +00:00], ["dob", Mon, 06 Oct 2003 05:58:05 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 05:58:05 UTC +00:00]]
43464
+  (0.0ms) commit transaction
43465
+  (0.0ms) begin transaction
43466
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 05:58:05 UTC +00:00], ["dob", Wed, 06 Oct 1993 05:58:05 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 05:58:05 UTC +00:00]]
43467
+  (0.0ms) commit transaction
43468
+  (0.0ms) begin transaction
43469
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 05:58:05 UTC +00:00], ["dob", nil], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 05:58:05 UTC +00:00]]
43470
+  (0.0ms) commit transaction
43471
+ User Load (0.1ms) SELECT "users".* FROM "users"
43472
+ User Load (0.1ms) SELECT "users".* FROM "users" 
43473
+  (0.0ms) begin transaction
43474
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 4]]
43475
+  (0.0ms) commit transaction
43476
+  (0.0ms) begin transaction
43477
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 5]]
43478
+  (0.0ms) commit transaction
43479
+  (0.0ms) begin transaction
43480
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 6]]
43481
+  (0.0ms) commit transaction
43482
+  (0.0ms) begin transaction
43483
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 05:58:05 UTC +00:00], ["dob", Mon, 06 Oct 2003 05:58:05 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 05:58:05 UTC +00:00]]
43484
+  (0.0ms) commit transaction
43485
+  (0.0ms) begin transaction
43486
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 05:58:05 UTC +00:00], ["dob", Wed, 06 Oct 1993 05:58:05 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 05:58:05 UTC +00:00]]
43487
+  (0.0ms) commit transaction
43488
+  (0.0ms) begin transaction
43489
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 05:58:05 UTC +00:00], ["dob", nil], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 05:58:05 UTC +00:00]]
43490
+  (0.0ms) commit transaction
43491
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE (("users"."dob" >= '1992-10-06 05:58:05.000000' AND "users"."dob" <= '2013-11-06 05:58:05.000000')) LIMIT 25 OFFSET 0
43492
+ User Load (0.1ms) SELECT "users".* FROM "users" 
43493
+  (0.0ms) begin transaction
43494
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 7]]
43495
+  (0.0ms) commit transaction
43496
+  (0.0ms) begin transaction
43497
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 8]]
43498
+  (0.0ms) commit transaction
43499
+  (0.0ms) begin transaction
43500
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 9]]
43501
+  (0.0ms) commit transaction
43502
+  (0.0ms) begin transaction
43503
+ SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 05:58:05 UTC +00:00], ["dob", Mon, 06 Oct 2003 05:58:05 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 05:58:05 UTC +00:00]]
43504
+  (0.0ms) commit transaction
43505
+  (0.0ms) begin transaction
43506
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 05:58:05 UTC +00:00], ["dob", Wed, 06 Oct 1993 05:58:05 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 05:58:05 UTC +00:00]]
43507
+  (0.0ms) commit transaction
43508
+  (0.0ms) begin transaction
43509
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 05:58:05 UTC +00:00], ["dob", nil], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 05:58:05 UTC +00:00]]
43510
+  (0.0ms) commit transaction
43511
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."age" = 34 LIMIT 25 OFFSET 0
43512
+ User Load (0.1ms) SELECT "users".* FROM "users" 
43513
+  (0.0ms) begin transaction
43514
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 10]]
43515
+  (0.0ms) commit transaction
43516
+  (0.0ms) begin transaction
43517
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 11]]
43518
+  (0.0ms) commit transaction
43519
+  (0.0ms) begin transaction
43520
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 12]]
43521
+  (0.0ms) commit transaction
43522
+  (0.0ms) begin transaction
43523
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 05:58:05 UTC +00:00], ["dob", Mon, 06 Oct 2003 05:58:05 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 05:58:05 UTC +00:00]]
43524
+  (0.0ms) commit transaction
43525
+  (0.0ms) begin transaction
43526
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 05:58:05 UTC +00:00], ["dob", Wed, 06 Oct 1993 05:58:05 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 05:58:05 UTC +00:00]]
43527
+  (0.0ms) commit transaction
43528
+  (0.0ms) begin transaction
43529
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 05:58:05 UTC +00:00], ["dob", Sat, 06 Oct 1979 05:58:05 UTC +00:00], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 05:58:05 UTC +00:00]]
43530
+  (0.0ms) commit transaction
43531
+ User Load (0.1ms) SELECT "users".* FROM "users"
43532
+ User Load (0.1ms) SELECT "users".* FROM "users" 
43533
+  (0.0ms) begin transaction
43534
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 13]]
43535
+  (0.0ms) commit transaction
43536
+  (0.0ms) begin transaction
43537
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 14]]
43538
+  (0.0ms) commit transaction
43539
+  (0.0ms) begin transaction
43540
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 15]]
43541
+  (0.0ms) commit transaction
43542
+  (0.0ms) begin transaction
43543
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 05:58:05 UTC +00:00], ["dob", Mon, 06 Oct 2003 05:58:05 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 05:58:05 UTC +00:00]]
43544
+  (0.0ms) commit transaction
43545
+  (0.0ms) begin transaction
43546
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 05:58:05 UTC +00:00], ["dob", Wed, 06 Oct 1993 05:58:05 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 05:58:05 UTC +00:00]]
43547
+  (0.0ms) commit transaction
43548
+  (0.0ms) begin transaction
43549
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 05:58:05 UTC +00:00], ["dob", Sat, 06 Oct 1979 05:58:05 UTC +00:00], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 05:58:05 UTC +00:00]]
43550
+  (0.0ms) commit transaction
43551
+ User Load (0.1ms) SELECT "users".* FROM "users"
43552
+ User Load (0.1ms) SELECT "users".* FROM "users" 
43553
+  (0.0ms) begin transaction
43554
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 16]]
43555
+  (0.0ms) commit transaction
43556
+  (0.0ms) begin transaction
43557
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 17]]
43558
+  (0.0ms) commit transaction
43559
+  (0.0ms) begin transaction
43560
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 18]]
43561
+  (0.0ms) commit transaction
43562
+  (0.0ms) begin transaction
43563
+ SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 05:58:05 UTC +00:00], ["dob", Mon, 06 Oct 2003 05:58:05 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 05:58:05 UTC +00:00]]
43564
+  (0.0ms) commit transaction
43565
+  (0.0ms) begin transaction
43566
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 05:58:05 UTC +00:00], ["dob", Wed, 06 Oct 1993 05:58:05 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 05:58:05 UTC +00:00]]
43567
+  (0.0ms) commit transaction
43568
+  (0.0ms) begin transaction
43569
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 05:58:05 UTC +00:00], ["dob", Sat, 06 Oct 1979 05:58:05 UTC +00:00], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 05:58:05 UTC +00:00]]
43570
+  (0.0ms) commit transaction
43571
+  (0.2ms) SELECT AVG("users"."age") AS avg_id FROM "users"
43572
+  (0.0ms) SELECT AVG("users"."age") AS avg_id FROM "users" 
43573
+ User Load (0.1ms) SELECT "users".* FROM "users"
43574
+  (0.1ms) begin transaction
43575
+ SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 30], ["created_at", Sun, 06 Oct 2013 05:58:07 UTC +00:00], ["dob", nil], ["name", "Jitu"], ["updated_at", Sun, 06 Oct 2013 05:58:07 UTC +00:00]]
43576
+  (0.1ms) commit transaction
43577
+  (0.0ms) begin transaction
43578
+ SQL (0.1ms) INSERT INTO "readerships" ("book_id", "user_id") VALUES (?, ?) [["book_id", nil], ["user_id", 22]]
43579
+  (0.0ms) commit transaction
43580
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 22 LIMIT 1
43581
+ Connecting to database specified by database.yml
43582
+  (1.5ms) select sqlite_version(*)
43583
+  (0.2ms) CREATE TABLE "gem_defined_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "age" integer)
43584
+  (0.1ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "age" integer, "dob" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
43585
+  (0.1ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255))
43586
+  (0.1ms) CREATE TABLE "readerships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "book_id" integer) 
43587
+  (0.1ms) CREATE TABLE "authorships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "book_id" integer)
43588
+  (0.1ms) CREATE TABLE "user_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "street" varchar(255), "user_id" integer) 
43589
+  (0.1ms) begin transaction
43590
+ SQL (4.5ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 30], ["created_at", Sun, 06 Oct 2013 06:00:39 UTC +00:00], ["dob", nil], ["name", "Jitu"], ["updated_at", Sun, 06 Oct 2013 06:00:39 UTC +00:00]]
43591
+  (0.0ms) commit transaction
43592
+  (0.0ms) begin transaction
43593
+ SQL (0.1ms) INSERT INTO "readerships" ("book_id", "user_id") VALUES (?, ?) [["book_id", nil], ["user_id", 1]]
43594
+  (0.0ms) commit transaction
43595
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
43596
+ User Load (0.1ms) SELECT "users".* FROM "users" 
43597
+  (0.0ms) begin transaction
43598
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
43599
+  (0.0ms) commit transaction
43600
+  (0.0ms) begin transaction
43601
+ SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 06:00:39 UTC +00:00], ["dob", Mon, 06 Oct 2003 06:00:39 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 06:00:39 UTC +00:00]]
43602
+  (0.0ms) commit transaction
43603
+  (0.0ms) begin transaction
43604
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 06:00:39 UTC +00:00], ["dob", Wed, 06 Oct 1993 06:00:39 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 06:00:39 UTC +00:00]]
43605
+  (0.0ms) commit transaction
43606
+  (0.0ms) begin transaction
43607
+ SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 06:00:39 UTC +00:00], ["dob", Sat, 06 Oct 1979 06:00:39 UTC +00:00], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 06:00:39 UTC +00:00]]
43608
+  (0.0ms) commit transaction
43609
+  (0.1ms) SELECT AVG("users"."age") AS avg_id FROM "users"
43610
+  (0.1ms) SELECT AVG("users"."age") AS avg_id FROM "users" 
43611
+ User Load (0.1ms) SELECT "users".* FROM "users"
43612
+ User Load (0.1ms) SELECT "users".* FROM "users" 
43613
+  (0.0ms) begin transaction
43614
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
43615
+  (0.0ms) commit transaction
43616
+  (0.0ms) begin transaction
43617
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 3]]
43618
+  (0.0ms) commit transaction
43619
+  (0.0ms) begin transaction
43620
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 4]]
43621
+  (0.0ms) commit transaction
43622
+  (0.0ms) begin transaction
43623
+ SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 06:00:40 UTC +00:00], ["dob", Mon, 06 Oct 2003 06:00:40 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 06:00:40 UTC +00:00]]
43624
+  (0.0ms) commit transaction
43625
+  (0.0ms) begin transaction
43626
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 06:00:40 UTC +00:00], ["dob", Wed, 06 Oct 1993 06:00:40 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 06:00:40 UTC +00:00]]
43627
+  (0.0ms) commit transaction
43628
+  (0.0ms) begin transaction
43629
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 06:00:40 UTC +00:00], ["dob", Sat, 06 Oct 1979 06:00:40 UTC +00:00], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 06:00:40 UTC +00:00]]
43630
+  (0.0ms) commit transaction
43631
+ User Load (0.1ms) SELECT "users".* FROM "users"
43632
+ User Load (0.1ms) SELECT "users".* FROM "users" 
43633
+  (0.0ms) begin transaction
43634
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 5]]
43635
+  (0.0ms) commit transaction
43636
+  (0.0ms) begin transaction
43637
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 6]]
43638
+  (0.0ms) commit transaction
43639
+  (0.0ms) begin transaction
43640
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 7]]
43641
+  (0.0ms) commit transaction
43642
+  (0.0ms) begin transaction
43643
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 06:00:40 UTC +00:00], ["dob", Mon, 06 Oct 2003 06:00:40 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 06:00:40 UTC +00:00]]
43644
+  (0.0ms) commit transaction
43645
+  (0.0ms) begin transaction
43646
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 06:00:40 UTC +00:00], ["dob", Wed, 06 Oct 1993 06:00:40 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 06:00:40 UTC +00:00]]
43647
+  (0.0ms) commit transaction
43648
+  (0.0ms) begin transaction
43649
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 06:00:40 UTC +00:00], ["dob", Sat, 06 Oct 1979 06:00:40 UTC +00:00], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 06:00:40 UTC +00:00]]
43650
+  (0.0ms) commit transaction
43651
+ User Load (0.1ms) SELECT "users".* FROM "users"
43652
+ User Load (0.1ms) SELECT "users".* FROM "users" 
43653
+  (0.0ms) begin transaction
43654
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 8]]
43655
+  (0.0ms) commit transaction
43656
+  (0.0ms) begin transaction
43657
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 9]]
43658
+  (0.0ms) commit transaction
43659
+  (0.0ms) begin transaction
43660
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 10]]
43661
+  (0.0ms) commit transaction
43662
+  (0.0ms) begin transaction
43663
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 06:00:40 UTC +00:00], ["dob", Mon, 06 Oct 2003 06:00:40 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 06:00:40 UTC +00:00]]
43664
+  (0.0ms) commit transaction
43665
+  (0.0ms) begin transaction
43666
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 06:00:40 UTC +00:00], ["dob", Wed, 06 Oct 1993 06:00:40 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 06:00:40 UTC +00:00]]
43667
+  (0.0ms) commit transaction
43668
+  (0.0ms) begin transaction
43669
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 06:00:40 UTC +00:00], ["dob", nil], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 06:00:40 UTC +00:00]]
43670
+  (0.0ms) commit transaction
43671
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."age" = 34 LIMIT 25 OFFSET 0
43672
+ User Load (0.1ms) SELECT "users".* FROM "users" 
43673
+  (0.0ms) begin transaction
43674
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 11]]
43675
+  (0.0ms) commit transaction
43676
+  (0.0ms) begin transaction
43677
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 12]]
43678
+  (0.0ms) commit transaction
43679
+  (0.0ms) begin transaction
43680
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 13]]
43681
+  (0.0ms) commit transaction
43682
+  (0.0ms) begin transaction
43683
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 06:00:40 UTC +00:00], ["dob", Mon, 06 Oct 2003 06:00:40 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 06:00:40 UTC +00:00]]
43684
+  (0.0ms) commit transaction
43685
+  (0.0ms) begin transaction
43686
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 06:00:40 UTC +00:00], ["dob", Wed, 06 Oct 1993 06:00:40 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 06:00:40 UTC +00:00]]
43687
+  (0.0ms) commit transaction
43688
+  (0.0ms) begin transaction
43689
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 06:00:40 UTC +00:00], ["dob", nil], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 06:00:40 UTC +00:00]]
43690
+  (0.0ms) commit transaction
43691
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE (("users"."dob" >= '1992-10-06 06:00:40.000000' AND "users"."dob" <= '2013-11-06 06:00:40.000000')) LIMIT 25 OFFSET 0
43692
+ User Load (0.1ms) SELECT "users".* FROM "users" 
43693
+  (0.0ms) begin transaction
43694
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 14]]
43695
+  (0.0ms) commit transaction
43696
+  (0.0ms) begin transaction
43697
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 15]]
43698
+  (0.0ms) commit transaction
43699
+  (0.0ms) begin transaction
43700
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 16]]
43701
+  (0.0ms) commit transaction
43702
+  (0.0ms) begin transaction
43703
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 06:00:40 UTC +00:00], ["dob", Mon, 06 Oct 2003 06:00:40 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 06:00:40 UTC +00:00]]
43704
+  (0.0ms) commit transaction
43705
+  (0.0ms) begin transaction
43706
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 06:00:40 UTC +00:00], ["dob", Wed, 06 Oct 1993 06:00:40 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 06:00:40 UTC +00:00]]
43707
+  (0.0ms) commit transaction
43708
+  (0.0ms) begin transaction
43709
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 06:00:40 UTC +00:00], ["dob", nil], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 06:00:40 UTC +00:00]]
43710
+  (0.0ms) commit transaction
43711
+ User Load (0.1ms) SELECT "users".* FROM "users"
43712
+ User Load (0.1ms) SELECT "users".* FROM "users" 
43713
+  (0.0ms) begin transaction
43714
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 17]]
43715
+  (0.0ms) commit transaction
43716
+  (0.0ms) begin transaction
43717
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 18]]
43718
+  (0.0ms) commit transaction
43719
+  (0.0ms) begin transaction
43720
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 19]]
43721
+  (0.0ms) commit transaction
43722
+  (0.0ms) begin transaction
43723
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 06:00:40 UTC +00:00], ["dob", Mon, 06 Oct 2003 06:00:40 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 06:00:40 UTC +00:00]]
43724
+  (0.0ms) commit transaction
43725
+  (0.0ms) begin transaction
43726
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 06:00:40 UTC +00:00], ["dob", Wed, 06 Oct 1993 06:00:40 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 06:00:40 UTC +00:00]]
43727
+  (0.0ms) commit transaction
43728
+  (0.0ms) begin transaction
43729
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 06:00:40 UTC +00:00], ["dob", nil], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 06:00:40 UTC +00:00]]
43730
+  (0.0ms) commit transaction
43731
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 25 OFFSET 0
43732
+ Connecting to database specified by database.yml
43733
+  (1.3ms) select sqlite_version(*)
43734
+  (0.2ms) CREATE TABLE "gem_defined_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "age" integer)
43735
+  (0.1ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "age" integer, "dob" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
43736
+  (0.1ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255))
43737
+  (0.1ms) CREATE TABLE "readerships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "book_id" integer) 
43738
+  (0.1ms) CREATE TABLE "authorships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "book_id" integer)
43739
+  (0.1ms) CREATE TABLE "user_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "street" varchar(255), "user_id" integer) 
43740
+ User Load (1.0ms) SELECT "users".* FROM "users"
43741
+  (0.0ms) begin transaction
43742
+ SQL (2.8ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 06:01:44 UTC +00:00], ["dob", Mon, 06 Oct 2003 06:01:44 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 06:01:44 UTC +00:00]]
43743
+  (0.0ms) commit transaction
43744
+  (0.0ms) begin transaction
43745
+ SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 06:01:44 UTC +00:00], ["dob", Wed, 06 Oct 1993 06:01:44 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 06:01:44 UTC +00:00]]
43746
+  (0.0ms) commit transaction
43747
+  (0.0ms) begin transaction
43748
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 06:01:44 UTC +00:00], ["dob", Sat, 06 Oct 1979 06:01:44 UTC +00:00], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 06:01:44 UTC +00:00]]
43749
+  (0.0ms) commit transaction
43750
+ User Load (0.1ms) SELECT "users".* FROM "users"
43751
+ User Load (0.1ms) SELECT "users".* FROM "users" 
43752
+  (0.0ms) begin transaction
43753
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
43754
+  (0.0ms) commit transaction
43755
+  (0.0ms) begin transaction
43756
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
43757
+  (0.0ms) commit transaction
43758
+  (0.0ms) begin transaction
43759
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 3]]
43760
+  (0.0ms) commit transaction
43761
+  (0.0ms) begin transaction
43762
+ SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 06:01:44 UTC +00:00], ["dob", Mon, 06 Oct 2003 06:01:44 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 06:01:44 UTC +00:00]]
43763
+  (0.0ms) commit transaction
43764
+  (0.0ms) begin transaction
43765
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 06:01:44 UTC +00:00], ["dob", Wed, 06 Oct 1993 06:01:44 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 06:01:44 UTC +00:00]]
43766
+  (0.0ms) commit transaction
43767
+  (0.0ms) begin transaction
43768
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 06:01:44 UTC +00:00], ["dob", Sat, 06 Oct 1979 06:01:44 UTC +00:00], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 06:01:44 UTC +00:00]]
43769
+  (0.0ms) commit transaction
43770
+  (0.1ms) SELECT AVG("users"."age") AS avg_id FROM "users"
43771
+  (0.0ms) SELECT AVG("users"."age") AS avg_id FROM "users" 
43772
+ User Load (0.1ms) SELECT "users".* FROM "users"
43773
+ User Load (0.1ms) SELECT "users".* FROM "users" 
43774
+  (0.0ms) begin transaction
43775
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 4]]
43776
+  (0.0ms) commit transaction
43777
+  (0.0ms) begin transaction
43778
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 5]]
43779
+  (0.0ms) commit transaction
43780
+  (0.0ms) begin transaction
43781
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 6]]
43782
+  (0.0ms) commit transaction
43783
+  (0.0ms) begin transaction
43784
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 06:01:45 UTC +00:00], ["dob", Mon, 06 Oct 2003 06:01:45 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 06:01:45 UTC +00:00]]
43785
+  (0.0ms) commit transaction
43786
+  (0.0ms) begin transaction
43787
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 06:01:45 UTC +00:00], ["dob", Wed, 06 Oct 1993 06:01:45 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 06:01:45 UTC +00:00]]
43788
+  (0.0ms) commit transaction
43789
+  (0.0ms) begin transaction
43790
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 06:01:45 UTC +00:00], ["dob", Sat, 06 Oct 1979 06:01:45 UTC +00:00], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 06:01:45 UTC +00:00]]
43791
+  (0.0ms) commit transaction
43792
+ User Load (0.1ms) SELECT "users".* FROM "users"
43793
+  (0.0ms) begin transaction
43794
+ SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 30], ["created_at", Sun, 06 Oct 2013 06:01:45 UTC +00:00], ["dob", nil], ["name", "Jitu"], ["updated_at", Sun, 06 Oct 2013 06:01:45 UTC +00:00]]
43795
+  (0.0ms) commit transaction
43796
+  (0.0ms) begin transaction
43797
+ SQL (0.1ms) INSERT INTO "readerships" ("book_id", "user_id") VALUES (?, ?) [["book_id", nil], ["user_id", 10]]
43798
+  (0.0ms) commit transaction
43799
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 10 LIMIT 1
43800
+ User Load (0.1ms) SELECT "users".* FROM "users"
43801
+  (0.0ms) begin transaction
43802
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 7]]
43803
+  (0.0ms) commit transaction
43804
+  (0.0ms) begin transaction
43805
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 8]]
43806
+  (0.0ms) commit transaction
43807
+  (0.0ms) begin transaction
43808
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 9]]
43809
+  (0.0ms) commit transaction
43810
+  (0.0ms) begin transaction
43811
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 10]]
43812
+  (0.0ms) commit transaction
43813
+  (0.0ms) begin transaction
43814
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 06:01:45 UTC +00:00], ["dob", Mon, 06 Oct 2003 06:01:45 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 06:01:45 UTC +00:00]]
43815
+  (0.0ms) commit transaction
43816
+  (0.0ms) begin transaction
43817
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 06:01:45 UTC +00:00], ["dob", Wed, 06 Oct 1993 06:01:45 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 06:01:45 UTC +00:00]]
43818
+  (0.0ms) commit transaction
43819
+  (0.0ms) begin transaction
43820
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 06:01:45 UTC +00:00], ["dob", nil], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 06:01:45 UTC +00:00]]
43821
+  (0.0ms) commit transaction
43822
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."age" = 34 LIMIT 25 OFFSET 0
43823
+ User Load (0.1ms) SELECT "users".* FROM "users" 
43824
+  (0.0ms) begin transaction
43825
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 11]]
43826
+  (0.0ms) commit transaction
43827
+  (0.0ms) begin transaction
43828
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 12]]
43829
+  (0.0ms) commit transaction
43830
+  (0.0ms) begin transaction
43831
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 13]]
43832
+  (0.0ms) commit transaction
43833
+  (0.0ms) begin transaction
43834
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 06:01:45 UTC +00:00], ["dob", Mon, 06 Oct 2003 06:01:45 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 06:01:45 UTC +00:00]]
43835
+  (0.0ms) commit transaction
43836
+  (0.0ms) begin transaction
43837
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 06:01:45 UTC +00:00], ["dob", Wed, 06 Oct 1993 06:01:45 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 06:01:45 UTC +00:00]]
43838
+  (0.0ms) commit transaction
43839
+  (0.0ms) begin transaction
43840
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 06:01:45 UTC +00:00], ["dob", nil], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 06:01:45 UTC +00:00]]
43841
+  (0.0ms) commit transaction
43842
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE (("users"."dob" >= '1992-10-06 06:01:45.000000' AND "users"."dob" <= '2013-11-06 06:01:45.000000')) LIMIT 25 OFFSET 0
43843
+ User Load (0.2ms) SELECT "users".* FROM "users" 
43844
+  (0.0ms) begin transaction
43845
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 14]]
43846
+  (0.0ms) commit transaction
43847
+  (0.0ms) begin transaction
43848
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 15]]
43849
+  (0.0ms) commit transaction
43850
+  (0.0ms) begin transaction
43851
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 16]]
43852
+  (0.0ms) commit transaction
43853
+  (0.0ms) begin transaction
43854
+ SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 06:01:45 UTC +00:00], ["dob", Mon, 06 Oct 2003 06:01:45 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 06:01:45 UTC +00:00]]
43855
+  (0.0ms) commit transaction
43856
+  (0.0ms) begin transaction
43857
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 06:01:45 UTC +00:00], ["dob", Wed, 06 Oct 1993 06:01:45 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 06:01:45 UTC +00:00]]
43858
+  (0.0ms) commit transaction
43859
+  (0.0ms) begin transaction
43860
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 06:01:45 UTC +00:00], ["dob", nil], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 06:01:45 UTC +00:00]]
43861
+  (0.0ms) commit transaction
43862
+ User Load (0.1ms) SELECT "users".* FROM "users"
43863
+ User Load (0.1ms) SELECT "users".* FROM "users" 
43864
+  (0.0ms) begin transaction
43865
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 17]]
43866
+  (0.0ms) commit transaction
43867
+  (0.0ms) begin transaction
43868
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 18]]
43869
+  (0.0ms) commit transaction
43870
+  (0.0ms) begin transaction
43871
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 19]]
43872
+  (0.0ms) commit transaction
43873
+  (0.0ms) begin transaction
43874
+ SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 06:01:45 UTC +00:00], ["dob", Mon, 06 Oct 2003 06:01:45 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 06:01:45 UTC +00:00]]
43875
+  (0.0ms) commit transaction
43876
+  (0.0ms) begin transaction
43877
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 06:01:45 UTC +00:00], ["dob", Wed, 06 Oct 1993 06:01:45 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 06:01:45 UTC +00:00]]
43878
+  (0.0ms) commit transaction
43879
+  (0.0ms) begin transaction
43880
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 06:01:45 UTC +00:00], ["dob", nil], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 06:01:45 UTC +00:00]]
43881
+  (0.0ms) commit transaction
43882
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 25 OFFSET 0
43883
+ Connecting to database specified by database.yml
43884
+  (1.2ms) select sqlite_version(*)
43885
+  (0.2ms) CREATE TABLE "gem_defined_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "age" integer)
43886
+  (0.1ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "age" integer, "dob" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
43887
+  (0.1ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255))
43888
+  (0.1ms) CREATE TABLE "readerships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "book_id" integer) 
43889
+  (0.1ms) CREATE TABLE "authorships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "book_id" integer)
43890
+  (0.1ms) CREATE TABLE "user_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "street" varchar(255), "user_id" integer) 
43891
+ User Load (0.9ms) SELECT "users".* FROM "users"
43892
+  (0.0ms) begin transaction
43893
+ SQL (3.0ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 06:02:29 UTC +00:00], ["dob", Mon, 06 Oct 2003 06:02:29 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 06:02:29 UTC +00:00]]
43894
+  (0.1ms) commit transaction
43895
+  (0.0ms) begin transaction
43896
+ SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 06:02:29 UTC +00:00], ["dob", Wed, 06 Oct 1993 06:02:29 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 06:02:29 UTC +00:00]]
43897
+  (0.0ms) commit transaction
43898
+  (0.0ms) begin transaction
43899
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 06:02:29 UTC +00:00], ["dob", nil], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 06:02:29 UTC +00:00]]
43900
+  (0.0ms) commit transaction
43901
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 25 OFFSET 0
43902
+ User Load (0.1ms) SELECT "users".* FROM "users" 
43903
+  (0.0ms) begin transaction
43904
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
43905
+  (0.0ms) commit transaction
43906
+  (0.0ms) begin transaction
43907
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
43908
+  (0.0ms) commit transaction
43909
+  (0.0ms) begin transaction
43910
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 3]]
43911
+  (0.0ms) commit transaction
43912
+  (0.0ms) begin transaction
43913
+ SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 06:02:29 UTC +00:00], ["dob", Mon, 06 Oct 2003 06:02:29 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 06:02:29 UTC +00:00]]
43914
+  (0.0ms) commit transaction
43915
+  (0.0ms) begin transaction
43916
+ SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 06:02:29 UTC +00:00], ["dob", Wed, 06 Oct 1993 06:02:29 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 06:02:29 UTC +00:00]]
43917
+  (0.0ms) commit transaction
43918
+  (0.0ms) begin transaction
43919
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 06:02:29 UTC +00:00], ["dob", nil], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 06:02:29 UTC +00:00]]
43920
+  (0.0ms) commit transaction
43921
+ User Load (0.1ms) SELECT "users".* FROM "users"
43922
+ User Load (0.1ms) SELECT "users".* FROM "users" 
43923
+  (0.0ms) begin transaction
43924
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 4]]
43925
+  (0.0ms) commit transaction
43926
+  (0.0ms) begin transaction
43927
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 5]]
43928
+  (0.0ms) commit transaction
43929
+  (0.0ms) begin transaction
43930
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 6]]
43931
+  (0.0ms) commit transaction
43932
+  (0.0ms) begin transaction
43933
+ SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 06:02:29 UTC +00:00], ["dob", Mon, 06 Oct 2003 06:02:29 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 06:02:29 UTC +00:00]]
43934
+  (0.0ms) commit transaction
43935
+  (0.0ms) begin transaction
43936
+ SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 06:02:29 UTC +00:00], ["dob", Wed, 06 Oct 1993 06:02:29 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 06:02:29 UTC +00:00]]
43937
+  (0.1ms) commit transaction
43938
+  (0.0ms) begin transaction
43939
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 06:02:29 UTC +00:00], ["dob", nil], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 06:02:29 UTC +00:00]]
43940
+  (0.0ms) commit transaction
43941
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE (("users"."dob" >= '1992-10-06 06:02:29.000000' AND "users"."dob" <= '2013-11-06 06:02:29.000000')) LIMIT 25 OFFSET 0
43942
+ User Load (0.1ms) SELECT "users".* FROM "users" 
43943
+  (0.0ms) begin transaction
43944
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 7]]
43945
+  (0.0ms) commit transaction
43946
+  (0.0ms) begin transaction
43947
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 8]]
43948
+  (0.0ms) commit transaction
43949
+  (0.0ms) begin transaction
43950
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 9]]
43951
+  (0.0ms) commit transaction
43952
+  (0.0ms) begin transaction
43953
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 06:02:29 UTC +00:00], ["dob", Mon, 06 Oct 2003 06:02:29 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 06:02:29 UTC +00:00]]
43954
+  (0.0ms) commit transaction
43955
+  (0.0ms) begin transaction
43956
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 06:02:29 UTC +00:00], ["dob", Wed, 06 Oct 1993 06:02:29 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 06:02:29 UTC +00:00]]
43957
+  (0.0ms) commit transaction
43958
+  (0.0ms) begin transaction
43959
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 06:02:29 UTC +00:00], ["dob", nil], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 06:02:29 UTC +00:00]]
43960
+  (0.0ms) commit transaction
43961
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."age" = 34 LIMIT 25 OFFSET 0
43962
+ User Load (0.1ms) SELECT "users".* FROM "users" 
43963
+  (0.0ms) begin transaction
43964
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 10]]
43965
+  (0.0ms) commit transaction
43966
+  (0.0ms) begin transaction
43967
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 11]]
43968
+  (0.0ms) commit transaction
43969
+  (0.0ms) begin transaction
43970
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 12]]
43971
+  (0.0ms) commit transaction
43972
+  (0.0ms) begin transaction
43973
+ SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 06:02:29 UTC +00:00], ["dob", Mon, 06 Oct 2003 06:02:29 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 06:02:29 UTC +00:00]]
43974
+  (0.0ms) commit transaction
43975
+  (0.0ms) begin transaction
43976
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 06:02:29 UTC +00:00], ["dob", Wed, 06 Oct 1993 06:02:29 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 06:02:29 UTC +00:00]]
43977
+  (0.0ms) commit transaction
43978
+  (0.0ms) begin transaction
43979
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 06:02:29 UTC +00:00], ["dob", Sat, 06 Oct 1979 06:02:29 UTC +00:00], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 06:02:29 UTC +00:00]]
43980
+  (0.0ms) commit transaction
43981
+ User Load (0.1ms) SELECT "users".* FROM "users"
43982
+ User Load (0.1ms) SELECT "users".* FROM "users" 
43983
+  (0.0ms) begin transaction
43984
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 13]]
43985
+  (0.0ms) commit transaction
43986
+  (0.0ms) begin transaction
43987
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 14]]
43988
+  (0.0ms) commit transaction
43989
+  (0.0ms) begin transaction
43990
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 15]]
43991
+  (0.0ms) commit transaction
43992
+  (0.0ms) begin transaction
43993
+ SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 06:02:29 UTC +00:00], ["dob", Mon, 06 Oct 2003 06:02:29 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 06:02:29 UTC +00:00]]
43994
+  (0.0ms) commit transaction
43995
+  (0.0ms) begin transaction
43996
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 06:02:29 UTC +00:00], ["dob", Wed, 06 Oct 1993 06:02:29 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 06:02:29 UTC +00:00]]
43997
+  (0.0ms) commit transaction
43998
+  (0.0ms) begin transaction
43999
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 06:02:29 UTC +00:00], ["dob", Sat, 06 Oct 1979 06:02:29 UTC +00:00], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 06:02:29 UTC +00:00]]
44000
+  (0.0ms) commit transaction
44001
+ User Load (0.1ms) SELECT "users".* FROM "users"
44002
+ User Load (0.1ms) SELECT "users".* FROM "users" 
44003
+  (0.0ms) begin transaction
44004
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 16]]
44005
+  (0.0ms) commit transaction
44006
+  (0.0ms) begin transaction
44007
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 17]]
44008
+  (0.0ms) commit transaction
44009
+  (0.0ms) begin transaction
44010
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 18]]
44011
+  (0.0ms) commit transaction
44012
+  (0.0ms) begin transaction
44013
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 06:02:29 UTC +00:00], ["dob", Mon, 06 Oct 2003 06:02:29 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 06:02:29 UTC +00:00]]
44014
+  (0.0ms) commit transaction
44015
+  (0.0ms) begin transaction
44016
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 06:02:29 UTC +00:00], ["dob", Wed, 06 Oct 1993 06:02:29 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 06:02:29 UTC +00:00]]
44017
+  (0.0ms) commit transaction
44018
+  (0.0ms) begin transaction
44019
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 06:02:29 UTC +00:00], ["dob", Sat, 06 Oct 1979 06:02:29 UTC +00:00], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 06:02:29 UTC +00:00]]
44020
+  (0.0ms) commit transaction
44021
+  (0.1ms) SELECT AVG("users"."age") AS avg_id FROM "users"
44022
+  (0.0ms) SELECT AVG("users"."age") AS avg_id FROM "users" 
44023
+ User Load (0.1ms) SELECT "users".* FROM "users"
44024
+  (0.0ms) begin transaction
44025
+ SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 30], ["created_at", Sun, 06 Oct 2013 06:02:31 UTC +00:00], ["dob", nil], ["name", "Jitu"], ["updated_at", Sun, 06 Oct 2013 06:02:31 UTC +00:00]]
44026
+  (0.0ms) commit transaction
44027
+  (0.0ms) begin transaction
44028
+ SQL (0.1ms) INSERT INTO "readerships" ("book_id", "user_id") VALUES (?, ?) [["book_id", nil], ["user_id", 22]]
44029
+  (0.0ms) commit transaction
44030
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 22 LIMIT 1
44031
+ Connecting to database specified by database.yml
44032
+ Connecting to database specified by database.yml
44033
+  (1.2ms) select sqlite_version(*)
44034
+  (0.2ms) CREATE TABLE "gem_defined_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "age" integer)
44035
+  (0.1ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "age" integer, "dob" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
44036
+  (0.1ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255))
44037
+  (0.1ms) CREATE TABLE "readerships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "book_id" integer) 
44038
+  (0.1ms) CREATE TABLE "authorships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "book_id" integer)
44039
+  (0.1ms) CREATE TABLE "user_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "street" varchar(255), "user_id" integer) 
44040
+ User Load (1.0ms) SELECT "users".* FROM "users"
44041
+  (0.0ms) begin transaction
44042
+ SQL (3.9ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 06:06:06 UTC +00:00], ["dob", Mon, 06 Oct 2003 06:06:06 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 06:06:06 UTC +00:00]]
44043
+  (0.1ms) commit transaction
44044
+  (0.1ms) begin transaction
44045
+ SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 06:06:06 UTC +00:00], ["dob", Wed, 06 Oct 1993 06:06:06 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 06:06:06 UTC +00:00]]
44046
+  (0.0ms) commit transaction
44047
+  (0.0ms) begin transaction
44048
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 06:06:06 UTC +00:00], ["dob", Sat, 06 Oct 1979 06:06:06 UTC +00:00], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 06:06:06 UTC +00:00]]
44049
+  (0.0ms) commit transaction
44050
+ User Load (0.1ms) SELECT "users".* FROM "users"
44051
+ User Load (0.1ms) SELECT "users".* FROM "users" 
44052
+  (0.0ms) begin transaction
44053
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
44054
+  (0.0ms) commit transaction
44055
+  (0.0ms) begin transaction
44056
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
44057
+  (0.0ms) commit transaction
44058
+  (0.0ms) begin transaction
44059
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 3]]
44060
+  (0.0ms) commit transaction
44061
+  (0.0ms) begin transaction
44062
+ SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 06:06:06 UTC +00:00], ["dob", Mon, 06 Oct 2003 06:06:06 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 06:06:06 UTC +00:00]]
44063
+  (0.0ms) commit transaction
44064
+  (0.0ms) begin transaction
44065
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 06:06:06 UTC +00:00], ["dob", Wed, 06 Oct 1993 06:06:06 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 06:06:06 UTC +00:00]]
44066
+  (0.1ms) commit transaction
44067
+  (0.0ms) begin transaction
44068
+ SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 06:06:06 UTC +00:00], ["dob", Sat, 06 Oct 1979 06:06:06 UTC +00:00], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 06:06:06 UTC +00:00]]
44069
+  (0.0ms) commit transaction
44070
+  (0.1ms) SELECT AVG("users"."age") AS avg_id FROM "users"
44071
+  (0.0ms) SELECT AVG("users"."age") AS avg_id FROM "users" 
44072
+ User Load (0.1ms) SELECT "users".* FROM "users"
44073
+ User Load (0.1ms) SELECT "users".* FROM "users" 
44074
+  (0.0ms) begin transaction
44075
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 4]]
44076
+  (0.0ms) commit transaction
44077
+  (0.0ms) begin transaction
44078
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 5]]
44079
+  (0.0ms) commit transaction
44080
+  (0.0ms) begin transaction
44081
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 6]]
44082
+  (0.0ms) commit transaction
44083
+  (0.0ms) begin transaction
44084
+ SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 06:06:08 UTC +00:00], ["dob", Mon, 06 Oct 2003 06:06:08 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 06:06:08 UTC +00:00]]
44085
+  (0.0ms) commit transaction
44086
+  (0.0ms) begin transaction
44087
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 06:06:08 UTC +00:00], ["dob", Wed, 06 Oct 1993 06:06:08 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 06:06:08 UTC +00:00]]
44088
+  (0.0ms) commit transaction
44089
+  (0.0ms) begin transaction
44090
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 06:06:08 UTC +00:00], ["dob", Sat, 06 Oct 1979 06:06:08 UTC +00:00], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 06:06:08 UTC +00:00]]
44091
+  (0.0ms) commit transaction
44092
+ User Load (0.1ms) SELECT "users".* FROM "users"
44093
+ User Load (0.1ms) SELECT "users".* FROM "users" 
44094
+  (0.0ms) begin transaction
44095
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 7]]
44096
+  (0.0ms) commit transaction
44097
+  (0.0ms) begin transaction
44098
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 8]]
44099
+  (0.0ms) commit transaction
44100
+  (0.0ms) begin transaction
44101
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 9]]
44102
+  (0.0ms) commit transaction
44103
+  (0.0ms) begin transaction
44104
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 06:06:08 UTC +00:00], ["dob", Mon, 06 Oct 2003 06:06:08 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 06:06:08 UTC +00:00]]
44105
+  (0.0ms) commit transaction
44106
+  (0.0ms) begin transaction
44107
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 06:06:08 UTC +00:00], ["dob", Wed, 06 Oct 1993 06:06:08 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 06:06:08 UTC +00:00]]
44108
+  (0.0ms) commit transaction
44109
+  (0.0ms) begin transaction
44110
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 06:06:08 UTC +00:00], ["dob", nil], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 06:06:08 UTC +00:00]]
44111
+  (0.0ms) commit transaction
44112
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 25 OFFSET 0
44113
+ User Load (0.1ms) SELECT "users".* FROM "users" 
44114
+  (0.0ms) begin transaction
44115
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 10]]
44116
+  (0.0ms) commit transaction
44117
+  (0.0ms) begin transaction
44118
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 11]]
44119
+  (0.0ms) commit transaction
44120
+  (0.0ms) begin transaction
44121
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 12]]
44122
+  (0.0ms) commit transaction
44123
+  (0.0ms) begin transaction
44124
+ SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 06:06:08 UTC +00:00], ["dob", Mon, 06 Oct 2003 06:06:08 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 06:06:08 UTC +00:00]]
44125
+  (0.0ms) commit transaction
44126
+  (0.0ms) begin transaction
44127
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 06:06:08 UTC +00:00], ["dob", Wed, 06 Oct 1993 06:06:08 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 06:06:08 UTC +00:00]]
44128
+  (0.0ms) commit transaction
44129
+  (0.0ms) begin transaction
44130
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 06:06:08 UTC +00:00], ["dob", nil], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 06:06:08 UTC +00:00]]
44131
+  (0.0ms) commit transaction
44132
+ User Load (0.1ms) SELECT "users".* FROM "users"
44133
+ User Load (0.1ms) SELECT "users".* FROM "users" 
44134
+  (0.0ms) begin transaction
44135
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 13]]
44136
+  (0.0ms) commit transaction
44137
+  (0.0ms) begin transaction
44138
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 14]]
44139
+  (0.0ms) commit transaction
44140
+  (0.0ms) begin transaction
44141
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 15]]
44142
+  (0.0ms) commit transaction
44143
+  (0.0ms) begin transaction
44144
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 06:06:08 UTC +00:00], ["dob", Mon, 06 Oct 2003 06:06:08 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 06:06:08 UTC +00:00]]
44145
+  (0.0ms) commit transaction
44146
+  (0.0ms) begin transaction
44147
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 06:06:08 UTC +00:00], ["dob", Wed, 06 Oct 1993 06:06:08 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 06:06:08 UTC +00:00]]
44148
+  (0.0ms) commit transaction
44149
+  (0.0ms) begin transaction
44150
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 06:06:08 UTC +00:00], ["dob", nil], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 06:06:08 UTC +00:00]]
44151
+  (0.0ms) commit transaction
44152
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE (("users"."dob" >= '1992-10-06 06:06:08.000000' AND "users"."dob" <= '2013-11-06 06:06:08.000000')) LIMIT 25 OFFSET 0
44153
+ User Load (0.1ms) SELECT "users".* FROM "users" 
44154
+  (0.0ms) begin transaction
44155
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 16]]
44156
+  (0.0ms) commit transaction
44157
+  (0.0ms) begin transaction
44158
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 17]]
44159
+  (0.0ms) commit transaction
44160
+  (0.0ms) begin transaction
44161
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 18]]
44162
+  (0.0ms) commit transaction
44163
+  (0.0ms) begin transaction
44164
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 06:06:08 UTC +00:00], ["dob", Mon, 06 Oct 2003 06:06:08 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 06:06:08 UTC +00:00]]
44165
+  (0.0ms) commit transaction
44166
+  (0.0ms) begin transaction
44167
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 06:06:08 UTC +00:00], ["dob", Wed, 06 Oct 1993 06:06:08 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 06:06:08 UTC +00:00]]
44168
+  (0.0ms) commit transaction
44169
+  (0.0ms) begin transaction
44170
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 06:06:08 UTC +00:00], ["dob", nil], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 06:06:08 UTC +00:00]]
44171
+  (0.0ms) commit transaction
44172
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."age" = 34 LIMIT 25 OFFSET 0
44173
+  (0.0ms) begin transaction
44174
+ SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 30], ["created_at", Sun, 06 Oct 2013 06:06:08 UTC +00:00], ["dob", nil], ["name", "Jitu"], ["updated_at", Sun, 06 Oct 2013 06:06:08 UTC +00:00]]
44175
+  (0.0ms) commit transaction
44176
+  (0.0ms) begin transaction
44177
+ SQL (0.1ms) INSERT INTO "readerships" ("book_id", "user_id") VALUES (?, ?) [["book_id", nil], ["user_id", 22]]
44178
+  (0.0ms) commit transaction
44179
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 22 LIMIT 1
44180
+ Connecting to database specified by database.yml
44181
+  (1.4ms) select sqlite_version(*)
44182
+  (0.2ms) CREATE TABLE "gem_defined_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "age" integer)
44183
+  (0.1ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "age" integer, "dob" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
44184
+  (0.1ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255))
44185
+  (0.1ms) CREATE TABLE "readerships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "book_id" integer) 
44186
+  (0.1ms) CREATE TABLE "authorships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "book_id" integer)
44187
+  (0.1ms) CREATE TABLE "user_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "street" varchar(255), "user_id" integer) 
44188
+ User Load (1.3ms) SELECT "users".* FROM "users"
44189
+  (0.1ms) begin transaction
44190
+ SQL (3.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 06:13:58 UTC +00:00], ["dob", Mon, 06 Oct 2003 06:13:58 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 06:13:58 UTC +00:00]]
44191
+  (0.0ms) commit transaction
44192
+  (0.0ms) begin transaction
44193
+ SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 06:13:58 UTC +00:00], ["dob", Wed, 06 Oct 1993 06:13:58 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 06:13:58 UTC +00:00]]
44194
+  (0.0ms) commit transaction
44195
+  (0.0ms) begin transaction
44196
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 06:13:58 UTC +00:00], ["dob", nil], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 06:13:58 UTC +00:00]]
44197
+  (0.0ms) commit transaction
44198
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 25 OFFSET 0
44199
+ User Load (0.1ms) SELECT "users".* FROM "users" 
44200
+  (0.0ms) begin transaction
44201
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
44202
+  (0.0ms) commit transaction
44203
+  (0.0ms) begin transaction
44204
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
44205
+  (0.0ms) commit transaction
44206
+  (0.0ms) begin transaction
44207
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 3]]
44208
+  (0.0ms) commit transaction
44209
+  (0.0ms) begin transaction
44210
+ SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 06:13:58 UTC +00:00], ["dob", Mon, 06 Oct 2003 06:13:58 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 06:13:58 UTC +00:00]]
44211
+  (0.0ms) commit transaction
44212
+  (0.0ms) begin transaction
44213
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 06:13:58 UTC +00:00], ["dob", Wed, 06 Oct 1993 06:13:58 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 06:13:58 UTC +00:00]]
44214
+  (0.0ms) commit transaction
44215
+  (0.0ms) begin transaction
44216
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 06:13:58 UTC +00:00], ["dob", nil], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 06:13:58 UTC +00:00]]
44217
+  (0.0ms) commit transaction
44218
+ User Load (0.1ms) SELECT "users".* FROM "users"
44219
+ User Load (0.1ms) SELECT "users".* FROM "users" 
44220
+  (0.1ms) begin transaction
44221
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 4]]
44222
+  (0.0ms) commit transaction
44223
+  (0.0ms) begin transaction
44224
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 5]]
44225
+  (0.0ms) commit transaction
44226
+  (0.0ms) begin transaction
44227
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 6]]
44228
+  (0.0ms) commit transaction
44229
+  (0.0ms) begin transaction
44230
+ SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 06:13:58 UTC +00:00], ["dob", Mon, 06 Oct 2003 06:13:58 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 06:13:58 UTC +00:00]]
44231
+  (0.0ms) commit transaction
44232
+  (0.0ms) begin transaction
44233
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 06:13:58 UTC +00:00], ["dob", Wed, 06 Oct 1993 06:13:58 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 06:13:58 UTC +00:00]]
44234
+  (0.0ms) commit transaction
44235
+  (0.0ms) begin transaction
44236
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 06:13:58 UTC +00:00], ["dob", nil], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 06:13:58 UTC +00:00]]
44237
+  (0.0ms) commit transaction
44238
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE (("users"."dob" >= '1992-10-06 06:13:58.000000' AND "users"."dob" <= '2013-11-06 06:13:58.000000')) LIMIT 25 OFFSET 0
44239
+ User Load (0.1ms) SELECT "users".* FROM "users" 
44240
+  (0.0ms) begin transaction
44241
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 7]]
44242
+  (0.0ms) commit transaction
44243
+  (0.0ms) begin transaction
44244
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 8]]
44245
+  (0.0ms) commit transaction
44246
+  (0.0ms) begin transaction
44247
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 9]]
44248
+  (0.0ms) commit transaction
44249
+  (0.0ms) begin transaction
44250
+ SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 06:13:58 UTC +00:00], ["dob", Mon, 06 Oct 2003 06:13:58 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 06:13:58 UTC +00:00]]
44251
+  (0.0ms) commit transaction
44252
+  (0.0ms) begin transaction
44253
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 06:13:58 UTC +00:00], ["dob", Wed, 06 Oct 1993 06:13:58 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 06:13:58 UTC +00:00]]
44254
+  (0.0ms) commit transaction
44255
+  (0.0ms) begin transaction
44256
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 06:13:58 UTC +00:00], ["dob", nil], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 06:13:58 UTC +00:00]]
44257
+  (0.0ms) commit transaction
44258
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."age" = 34 LIMIT 25 OFFSET 0
44259
+  (0.1ms) begin transaction
44260
+ SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 30], ["created_at", Sun, 06 Oct 2013 06:13:58 UTC +00:00], ["dob", nil], ["name", "Jitu"], ["updated_at", Sun, 06 Oct 2013 06:13:58 UTC +00:00]]
44261
+  (0.1ms) commit transaction
44262
+  (0.0ms) begin transaction
44263
+ SQL (0.1ms) INSERT INTO "readerships" ("book_id", "user_id") VALUES (?, ?) [["book_id", nil], ["user_id", 13]]
44264
+  (0.0ms) commit transaction
44265
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 13 LIMIT 1
44266
+ User Load (0.1ms) SELECT "users".* FROM "users"
44267
+  (0.0ms) begin transaction
44268
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 10]]
44269
+  (0.0ms) commit transaction
44270
+  (0.0ms) begin transaction
44271
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 11]]
44272
+  (0.0ms) commit transaction
44273
+  (0.0ms) begin transaction
44274
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 12]]
44275
+  (0.0ms) commit transaction
44276
+  (0.0ms) begin transaction
44277
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 13]]
44278
+  (0.0ms) commit transaction
44279
+  (0.0ms) begin transaction
44280
+ SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 06:13:58 UTC +00:00], ["dob", Mon, 06 Oct 2003 06:13:58 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 06:13:58 UTC +00:00]]
44281
+  (0.0ms) commit transaction
44282
+  (0.0ms) begin transaction
44283
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 06:13:58 UTC +00:00], ["dob", Wed, 06 Oct 1993 06:13:58 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 06:13:58 UTC +00:00]]
44284
+  (0.0ms) commit transaction
44285
+  (0.0ms) begin transaction
44286
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 06:13:58 UTC +00:00], ["dob", Sat, 06 Oct 1979 06:13:58 UTC +00:00], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 06:13:58 UTC +00:00]]
44287
+  (0.0ms) commit transaction
44288
+ User Load (0.1ms) SELECT "users".* FROM "users"
44289
+ User Load (0.1ms) SELECT "users".* FROM "users" 
44290
+  (0.0ms) begin transaction
44291
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 14]]
44292
+  (0.0ms) commit transaction
44293
+  (0.0ms) begin transaction
44294
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 15]]
44295
+  (0.0ms) commit transaction
44296
+  (0.0ms) begin transaction
44297
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 16]]
44298
+  (0.0ms) commit transaction
44299
+  (0.0ms) begin transaction
44300
+ SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 06:13:58 UTC +00:00], ["dob", Mon, 06 Oct 2003 06:13:58 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 06:13:58 UTC +00:00]]
44301
+  (0.0ms) commit transaction
44302
+  (0.0ms) begin transaction
44303
+ SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 06:13:58 UTC +00:00], ["dob", Wed, 06 Oct 1993 06:13:58 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 06:13:58 UTC +00:00]]
44304
+  (0.0ms) commit transaction
44305
+  (0.0ms) begin transaction
44306
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 06:13:58 UTC +00:00], ["dob", Sat, 06 Oct 1979 06:13:58 UTC +00:00], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 06:13:58 UTC +00:00]]
44307
+  (0.0ms) commit transaction
44308
+  (0.1ms) SELECT AVG("users"."age") AS avg_id FROM "users"
44309
+  (0.0ms) SELECT AVG("users"."age") AS avg_id FROM "users" 
44310
+ User Load (0.1ms) SELECT "users".* FROM "users"
44311
+ User Load (0.1ms) SELECT "users".* FROM "users" 
44312
+  (0.0ms) begin transaction
44313
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 17]]
44314
+  (0.0ms) commit transaction
44315
+  (0.0ms) begin transaction
44316
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 18]]
44317
+  (0.0ms) commit transaction
44318
+  (0.0ms) begin transaction
44319
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 19]]
44320
+  (0.0ms) commit transaction
44321
+  (0.0ms) begin transaction
44322
+ SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 06:14:00 UTC +00:00], ["dob", Mon, 06 Oct 2003 06:14:00 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 06:14:00 UTC +00:00]]
44323
+  (0.0ms) commit transaction
44324
+  (0.0ms) begin transaction
44325
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 06:14:00 UTC +00:00], ["dob", Wed, 06 Oct 1993 06:14:00 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 06:14:00 UTC +00:00]]
44326
+  (0.0ms) commit transaction
44327
+  (0.0ms) begin transaction
44328
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 06:14:00 UTC +00:00], ["dob", Sat, 06 Oct 1979 06:14:00 UTC +00:00], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 06:14:00 UTC +00:00]]
44329
+  (0.0ms) commit transaction
44330
+ User Load (0.1ms) SELECT "users".* FROM "users"
44331
+ Connecting to database specified by database.yml
44332
+  (1.4ms) select sqlite_version(*)
44333
+  (0.2ms) CREATE TABLE "gem_defined_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "age" integer)
44334
+  (0.1ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "age" integer, "dob" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
44335
+  (0.1ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255))
44336
+  (0.1ms) CREATE TABLE "readerships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "book_id" integer) 
44337
+  (0.1ms) CREATE TABLE "authorships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "book_id" integer)
44338
+  (0.1ms) CREATE TABLE "user_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "street" varchar(255), "user_id" integer) 
44339
+  (0.0ms) begin transaction
44340
+ SQL (3.6ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 30], ["created_at", Sun, 06 Oct 2013 06:16:01 UTC +00:00], ["dob", nil], ["name", "Jitu"], ["updated_at", Sun, 06 Oct 2013 06:16:01 UTC +00:00]]
44341
+  (0.0ms) commit transaction
44342
+  (0.0ms) begin transaction
44343
+ SQL (0.1ms) INSERT INTO "readerships" ("book_id", "user_id") VALUES (?, ?) [["book_id", nil], ["user_id", 1]]
44344
+  (0.0ms) commit transaction
44345
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
44346
+ User Load (0.1ms) SELECT "users".* FROM "users" 
44347
+  (0.0ms) begin transaction
44348
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
44349
+  (0.0ms) commit transaction
44350
+  (0.0ms) begin transaction
44351
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 06:16:01 UTC +00:00], ["dob", Mon, 06 Oct 2003 06:16:01 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 06:16:01 UTC +00:00]]
44352
+  (0.0ms) commit transaction
44353
+  (0.0ms) begin transaction
44354
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 06:16:01 UTC +00:00], ["dob", Wed, 06 Oct 1993 06:16:01 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 06:16:01 UTC +00:00]]
44355
+  (0.0ms) commit transaction
44356
+  (0.0ms) begin transaction
44357
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 06:16:01 UTC +00:00], ["dob", nil], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 06:16:01 UTC +00:00]]
44358
+  (0.0ms) commit transaction
44359
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 25 OFFSET 0
44360
+ User Load (0.1ms) SELECT "users".* FROM "users" 
44361
+  (0.0ms) begin transaction
44362
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
44363
+  (0.0ms) commit transaction
44364
+  (0.0ms) begin transaction
44365
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 3]]
44366
+  (0.0ms) commit transaction
44367
+  (0.0ms) begin transaction
44368
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 4]]
44369
+  (0.0ms) commit transaction
44370
+  (0.0ms) begin transaction
44371
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 06:16:01 UTC +00:00], ["dob", Mon, 06 Oct 2003 06:16:01 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 06:16:01 UTC +00:00]]
44372
+  (0.0ms) commit transaction
44373
+  (0.0ms) begin transaction
44374
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 06:16:01 UTC +00:00], ["dob", Wed, 06 Oct 1993 06:16:01 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 06:16:01 UTC +00:00]]
44375
+  (0.0ms) commit transaction
44376
+  (0.0ms) begin transaction
44377
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 06:16:01 UTC +00:00], ["dob", nil], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 06:16:01 UTC +00:00]]
44378
+  (0.0ms) commit transaction
44379
+ User Load (0.1ms) SELECT "users".* FROM "users"
44380
+ User Load (0.1ms) SELECT "users".* FROM "users" 
44381
+  (0.0ms) begin transaction
44382
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 5]]
44383
+  (0.0ms) commit transaction
44384
+  (0.0ms) begin transaction
44385
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 6]]
44386
+  (0.0ms) commit transaction
44387
+  (0.0ms) begin transaction
44388
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 7]]
44389
+  (0.0ms) commit transaction
44390
+  (0.0ms) begin transaction
44391
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 06:16:01 UTC +00:00], ["dob", Mon, 06 Oct 2003 06:16:01 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 06:16:01 UTC +00:00]]
44392
+  (0.0ms) commit transaction
44393
+  (0.0ms) begin transaction
44394
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 06:16:01 UTC +00:00], ["dob", Wed, 06 Oct 1993 06:16:01 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 06:16:01 UTC +00:00]]
44395
+  (0.0ms) commit transaction
44396
+  (0.0ms) begin transaction
44397
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 06:16:01 UTC +00:00], ["dob", nil], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 06:16:01 UTC +00:00]]
44398
+  (0.0ms) commit transaction
44399
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE (("users"."dob" >= '1992-10-06 06:16:01.000000' AND "users"."dob" <= '2013-11-06 06:16:01.000000')) LIMIT 25 OFFSET 0
44400
+ User Load (0.1ms) SELECT "users".* FROM "users" 
44401
+  (0.1ms) begin transaction
44402
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 8]]
44403
+  (0.0ms) commit transaction
44404
+  (0.0ms) begin transaction
44405
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 9]]
44406
+  (0.0ms) commit transaction
44407
+  (0.0ms) begin transaction
44408
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 10]]
44409
+  (0.0ms) commit transaction
44410
+  (0.0ms) begin transaction
44411
+ SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 06:16:01 UTC +00:00], ["dob", Mon, 06 Oct 2003 06:16:01 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 06:16:01 UTC +00:00]]
44412
+  (0.0ms) commit transaction
44413
+  (0.0ms) begin transaction
44414
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 06:16:01 UTC +00:00], ["dob", Wed, 06 Oct 1993 06:16:01 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 06:16:01 UTC +00:00]]
44415
+  (0.0ms) commit transaction
44416
+  (0.0ms) begin transaction
44417
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 06:16:01 UTC +00:00], ["dob", nil], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 06:16:01 UTC +00:00]]
44418
+  (0.0ms) commit transaction
44419
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."age" = 34 LIMIT 25 OFFSET 0
44420
+ User Load (0.1ms) SELECT "users".* FROM "users" 
44421
+  (0.0ms) begin transaction
44422
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 11]]
44423
+  (0.0ms) commit transaction
44424
+  (0.0ms) begin transaction
44425
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 12]]
44426
+  (0.0ms) commit transaction
44427
+  (0.0ms) begin transaction
44428
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 13]]
44429
+  (0.0ms) commit transaction
44430
+  (0.0ms) begin transaction
44431
+ SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 06:16:01 UTC +00:00], ["dob", Mon, 06 Oct 2003 06:16:01 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 06:16:01 UTC +00:00]]
44432
+  (0.0ms) commit transaction
44433
+  (0.0ms) begin transaction
44434
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 06:16:01 UTC +00:00], ["dob", Wed, 06 Oct 1993 06:16:01 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 06:16:01 UTC +00:00]]
44435
+  (0.0ms) commit transaction
44436
+  (0.0ms) begin transaction
44437
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 06:16:01 UTC +00:00], ["dob", Sat, 06 Oct 1979 06:16:01 UTC +00:00], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 06:16:01 UTC +00:00]]
44438
+  (0.0ms) commit transaction
44439
+ User Load (0.1ms) SELECT "users".* FROM "users"
44440
+ User Load (0.1ms) SELECT "users".* FROM "users" 
44441
+  (0.0ms) begin transaction
44442
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 14]]
44443
+  (0.0ms) commit transaction
44444
+  (0.0ms) begin transaction
44445
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 15]]
44446
+  (0.0ms) commit transaction
44447
+  (0.0ms) begin transaction
44448
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 16]]
44449
+  (0.0ms) commit transaction
44450
+  (0.0ms) begin transaction
44451
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 06:16:01 UTC +00:00], ["dob", Mon, 06 Oct 2003 06:16:01 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 06:16:01 UTC +00:00]]
44452
+  (0.0ms) commit transaction
44453
+  (0.0ms) begin transaction
44454
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 06:16:01 UTC +00:00], ["dob", Wed, 06 Oct 1993 06:16:01 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 06:16:01 UTC +00:00]]
44455
+  (0.0ms) commit transaction
44456
+  (0.0ms) begin transaction
44457
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 06:16:01 UTC +00:00], ["dob", Sat, 06 Oct 1979 06:16:01 UTC +00:00], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 06:16:01 UTC +00:00]]
44458
+  (0.0ms) commit transaction
44459
+  (0.1ms) SELECT AVG("users"."age") AS avg_id FROM "users"
44460
+  (0.0ms) SELECT AVG("users"."age") AS avg_id FROM "users" 
44461
+ User Load (0.1ms) SELECT "users".* FROM "users"
44462
+ User Load (0.1ms) SELECT "users".* FROM "users" 
44463
+  (0.0ms) begin transaction
44464
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 17]]
44465
+  (0.0ms) commit transaction
44466
+  (0.0ms) begin transaction
44467
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 18]]
44468
+  (0.0ms) commit transaction
44469
+  (0.0ms) begin transaction
44470
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 19]]
44471
+  (0.0ms) commit transaction
44472
+  (0.0ms) begin transaction
44473
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 10], ["created_at", Sun, 06 Oct 2013 06:16:02 UTC +00:00], ["dob", Mon, 06 Oct 2003 06:16:02 UTC +00:00], ["name", "User#1"], ["updated_at", Sun, 06 Oct 2013 06:16:02 UTC +00:00]]
44474
+  (0.0ms) commit transaction
44475
+  (0.0ms) begin transaction
44476
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 20], ["created_at", Sun, 06 Oct 2013 06:16:02 UTC +00:00], ["dob", Wed, 06 Oct 1993 06:16:02 UTC +00:00], ["name", "User#2"], ["updated_at", Sun, 06 Oct 2013 06:16:02 UTC +00:00]]
44477
+  (0.0ms) commit transaction
44478
+  (0.0ms) begin transaction
44479
+ SQL (0.1ms) INSERT INTO "users" ("age", "created_at", "dob", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 34], ["created_at", Sun, 06 Oct 2013 06:16:02 UTC +00:00], ["dob", Sat, 06 Oct 1979 06:16:02 UTC +00:00], ["name", "User#3"], ["updated_at", Sun, 06 Oct 2013 06:16:02 UTC +00:00]]
44480
+  (0.0ms) commit transaction
44481
+ User Load (0.1ms) SELECT "users".* FROM "users"