multi_bit_field 0.0.1 → 0.0.2
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.
- data/README.markdown +54 -12
- data/lib/multi_bit_field/version.rb +1 -1
- data/lib/multi_bit_field.rb +132 -15
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +16 -0
- data/test/dummy/log/test.log +968 -0
- data/test/multi_bit_field_test.rb +109 -3
- metadata +14 -8
data/test/dummy/log/test.log
CHANGED
@@ -10,3 +10,971 @@
|
|
10
10
|
[1m[36m (0.4ms)[0m [1mselect sqlite_version(*)[0m
|
11
11
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
12
12
|
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
13
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
14
|
+
[1m[35mSQL (139.7ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 409], ["created_at", Fri, 02 Mar 2012 00:53:29 UTC +00:00], ["name", nil], ["updated_at", Fri, 02 Mar 2012 00:53:29 UTC +00:00]]
|
15
|
+
[1m[36m (22.3ms)[0m [1mcommit transaction[0m
|
16
|
+
[1m[35mPerson Load (0.3ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
|
17
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
18
|
+
[1m[35mSQL (1.0ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 207], ["created_at", Fri, 02 Mar 2012 00:53:29 UTC +00:00], ["name", nil], ["updated_at", Fri, 02 Mar 2012 00:53:29 UTC +00:00]]
|
19
|
+
[1m[36m (2.0ms)[0m [1mcommit transaction[0m
|
20
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
21
|
+
[1m[35mSQL (15.7ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 409], ["created_at", Fri, 02 Mar 2012 00:55:52 UTC +00:00], ["name", nil], ["updated_at", Fri, 02 Mar 2012 00:55:52 UTC +00:00]]
|
22
|
+
[1m[36m (2.9ms)[0m [1mcommit transaction[0m
|
23
|
+
[1m[35mPerson Load (0.3ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
|
24
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
25
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 207], ["created_at", Fri, 02 Mar 2012 00:55:52 UTC +00:00], ["name", nil], ["updated_at", Fri, 02 Mar 2012 00:55:52 UTC +00:00]]
|
26
|
+
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
|
27
|
+
[1m[35m (0.1ms)[0m begin transaction
|
28
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 207], ["created_at", Fri, 02 Mar 2012 00:55:52 UTC +00:00], ["name", nil], ["updated_at", Fri, 02 Mar 2012 00:55:52 UTC +00:00]]
|
29
|
+
[1m[35m (1.2ms)[0m commit transaction
|
30
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
31
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 92], ["created_at", Fri, 02 Mar 2012 00:55:52 UTC +00:00], ["name", nil], ["updated_at", Fri, 02 Mar 2012 00:55:52 UTC +00:00]]
|
32
|
+
[1m[36m (1.7ms)[0m [1mcommit transaction[0m
|
33
|
+
[1m[35m (0.1ms)[0m begin transaction
|
34
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 207], ["created_at", Fri, 02 Mar 2012 00:55:52 UTC +00:00], ["name", nil], ["updated_at", Fri, 02 Mar 2012 00:55:52 UTC +00:00]]
|
35
|
+
[1m[35m (1.3ms)[0m commit transaction
|
36
|
+
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 7]]
|
37
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
38
|
+
[1m[35mSQL (45.4ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 409], ["created_at", Fri, 02 Mar 2012 01:27:36 UTC +00:00], ["name", nil], ["updated_at", Fri, 02 Mar 2012 01:27:36 UTC +00:00]]
|
39
|
+
[1m[36m (1.5ms)[0m [1mcommit transaction[0m
|
40
|
+
[1m[35mPerson Load (0.3ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 8]]
|
41
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
42
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 207], ["created_at", Fri, 02 Mar 2012 01:27:36 UTC +00:00], ["name", nil], ["updated_at", Fri, 02 Mar 2012 01:27:36 UTC +00:00]]
|
43
|
+
[1m[36m (1.5ms)[0m [1mcommit transaction[0m
|
44
|
+
[1m[35m (0.1ms)[0m begin transaction
|
45
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 207], ["created_at", Fri, 02 Mar 2012 01:27:36 UTC +00:00], ["name", nil], ["updated_at", Fri, 02 Mar 2012 01:27:36 UTC +00:00]]
|
46
|
+
[1m[35m (1.5ms)[0m commit transaction
|
47
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 92], ["created_at", Fri, 02 Mar 2012 01:27:36 UTC +00:00], ["name", nil], ["updated_at", Fri, 02 Mar 2012 01:27:36 UTC +00:00]]
|
49
|
+
[1m[36m (2.7ms)[0m [1mcommit transaction[0m
|
50
|
+
[1m[35m (0.1ms)[0m begin transaction
|
51
|
+
[1m[36mSQL (3.9ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 207], ["created_at", Fri, 02 Mar 2012 01:27:36 UTC +00:00], ["name", nil], ["updated_at", Fri, 02 Mar 2012 01:27:36 UTC +00:00]]
|
52
|
+
[1m[35m (1.5ms)[0m commit transaction
|
53
|
+
[1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 12]]
|
54
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
55
|
+
[1m[35mSQL (128.2ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 409], ["created_at", Fri, 02 Mar 2012 04:48:25 UTC +00:00], ["name", nil], ["updated_at", Fri, 02 Mar 2012 04:48:25 UTC +00:00]]
|
56
|
+
[1m[36m (22.2ms)[0m [1mcommit transaction[0m
|
57
|
+
[1m[35mPerson Load (0.3ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 13]]
|
58
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
59
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 207], ["created_at", Fri, 02 Mar 2012 04:48:25 UTC +00:00], ["name", nil], ["updated_at", Fri, 02 Mar 2012 04:48:25 UTC +00:00]]
|
60
|
+
[1m[36m (2.3ms)[0m [1mcommit transaction[0m
|
61
|
+
[1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 14]]
|
62
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
63
|
+
[1m[35mSQL (17.6ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 409], ["created_at", Fri, 02 Mar 2012 04:53:05 UTC +00:00], ["name", nil], ["updated_at", Fri, 02 Mar 2012 04:53:05 UTC +00:00]]
|
64
|
+
[1m[36m (3.4ms)[0m [1mcommit transaction[0m
|
65
|
+
[1m[35mPerson Load (0.3ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 15]]
|
66
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
67
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 207], ["created_at", Fri, 02 Mar 2012 04:53:05 UTC +00:00], ["name", nil], ["updated_at", Fri, 02 Mar 2012 04:53:05 UTC +00:00]]
|
68
|
+
[1m[36m (1.9ms)[0m [1mcommit transaction[0m
|
69
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 16]]
|
70
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
71
|
+
[1m[35mSQL (16.8ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 409], ["created_at", Fri, 02 Mar 2012 04:56:02 UTC +00:00], ["name", nil], ["updated_at", Fri, 02 Mar 2012 04:56:02 UTC +00:00]]
|
72
|
+
[1m[36m (3.6ms)[0m [1mcommit transaction[0m
|
73
|
+
[1m[35m (0.1ms)[0m begin transaction
|
74
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 207], ["created_at", Fri, 02 Mar 2012 04:56:02 UTC +00:00], ["name", nil], ["updated_at", Fri, 02 Mar 2012 04:56:02 UTC +00:00]]
|
75
|
+
[1m[35m (2.0ms)[0m commit transaction
|
76
|
+
[1m[36mPerson Load (65.4ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 18]]
|
77
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
78
|
+
[1m[35mSQL (26.0ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 409], ["created_at", Fri, 02 Mar 2012 04:58:55 UTC +00:00], ["name", nil], ["updated_at", Fri, 02 Mar 2012 04:58:55 UTC +00:00]]
|
79
|
+
[1m[36m (3.8ms)[0m [1mcommit transaction[0m
|
80
|
+
[1m[35m (0.1ms)[0m begin transaction
|
81
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 207], ["created_at", Fri, 02 Mar 2012 04:58:55 UTC +00:00], ["name", nil], ["updated_at", Fri, 02 Mar 2012 04:58:55 UTC +00:00]]
|
82
|
+
[1m[35m (4.3ms)[0m commit transaction
|
83
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
84
|
+
[1m[35mSQL (27.9ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 409], ["created_at", Fri, 02 Mar 2012 04:59:22 UTC +00:00], ["name", nil], ["updated_at", Fri, 02 Mar 2012 04:59:22 UTC +00:00]]
|
85
|
+
[1m[36m (1.4ms)[0m [1mcommit transaction[0m
|
86
|
+
[1m[35m (0.1ms)[0m begin transaction
|
87
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 207], ["created_at", Fri, 02 Mar 2012 04:59:22 UTC +00:00], ["name", nil], ["updated_at", Fri, 02 Mar 2012 04:59:22 UTC +00:00]]
|
88
|
+
[1m[35m (1.1ms)[0m commit transaction
|
89
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
90
|
+
[1m[35mSQL (20.1ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 409], ["created_at", Fri, 02 Mar 2012 05:00:00 UTC +00:00], ["name", nil], ["updated_at", Fri, 02 Mar 2012 05:00:00 UTC +00:00]]
|
91
|
+
[1m[36m (3.4ms)[0m [1mcommit transaction[0m
|
92
|
+
[1m[35m (0.1ms)[0m begin transaction
|
93
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 207], ["created_at", Fri, 02 Mar 2012 05:00:00 UTC +00:00], ["name", nil], ["updated_at", Fri, 02 Mar 2012 05:00:00 UTC +00:00]]
|
94
|
+
[1m[35m (2.9ms)[0m commit transaction
|
95
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
96
|
+
[1m[35mSQL (16.6ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 409], ["created_at", Fri, 02 Mar 2012 05:01:05 UTC +00:00], ["name", nil], ["updated_at", Fri, 02 Mar 2012 05:01:05 UTC +00:00]]
|
97
|
+
[1m[36m (3.5ms)[0m [1mcommit transaction[0m
|
98
|
+
[1m[35m (0.1ms)[0m begin transaction
|
99
|
+
[1m[36m (0.4ms)[0m [1mUPDATE "people" SET "birthday" = 25, "updated_at" = '2012-03-02 05:01:05.224030' WHERE "people"."id" = 25[0m
|
100
|
+
[1m[35m (5.7ms)[0m commit transaction
|
101
|
+
[1m[36mPerson Load (0.3ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 25]]
|
102
|
+
[1m[35m (0.1ms)[0m begin transaction
|
103
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 207], ["created_at", Fri, 02 Mar 2012 05:01:05 UTC +00:00], ["name", nil], ["updated_at", Fri, 02 Mar 2012 05:01:05 UTC +00:00]]
|
104
|
+
[1m[35m (2.3ms)[0m commit transaction
|
105
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
106
|
+
[1m[35m (0.4ms)[0m UPDATE "people" SET "birthday" = 0, "updated_at" = '2012-03-02 05:01:05.245915' WHERE "people"."id" = 26
|
107
|
+
[1m[36m (2.3ms)[0m [1mcommit transaction[0m
|
108
|
+
[1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 26]]
|
109
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
110
|
+
[1m[35mSQL (18.3ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 409], ["created_at", Fri, 02 Mar 2012 05:01:24 UTC +00:00], ["name", nil], ["updated_at", Fri, 02 Mar 2012 05:01:24 UTC +00:00]]
|
111
|
+
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
|
112
|
+
[1m[35m (0.1ms)[0m begin transaction
|
113
|
+
[1m[36m (0.5ms)[0m [1mUPDATE "people" SET "birthday" = 25, "updated_at" = '2012-03-02 05:01:24.431877' WHERE "people"."id" = 27[0m
|
114
|
+
[1m[35m (1.0ms)[0m commit transaction
|
115
|
+
[1m[36mPerson Load (7.9ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 27]]
|
116
|
+
[1m[35m (0.1ms)[0m begin transaction
|
117
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 207], ["created_at", Fri, 02 Mar 2012 05:01:24 UTC +00:00], ["name", nil], ["updated_at", Fri, 02 Mar 2012 05:01:24 UTC +00:00]]
|
118
|
+
[1m[35m (1.3ms)[0m commit transaction
|
119
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
120
|
+
[1m[35mSQL (16.6ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 409], ["created_at", Fri, 02 Mar 2012 05:02:09 UTC +00:00], ["name", nil], ["updated_at", Fri, 02 Mar 2012 05:02:09 UTC +00:00]]
|
121
|
+
[1m[36m (200.2ms)[0m [1mcommit transaction[0m
|
122
|
+
[1m[35m (0.1ms)[0m begin transaction
|
123
|
+
[1m[36m (1.6ms)[0m [1mUPDATE "people" SET "birthday" = 25, "updated_at" = '2012-03-02 05:02:09.678141' WHERE "people"."id" = 29[0m
|
124
|
+
[1m[35m (2.6ms)[0m commit transaction
|
125
|
+
[1m[36mPerson Load (0.3ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 29]]
|
126
|
+
[1m[35m (0.1ms)[0m begin transaction
|
127
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 207], ["created_at", Fri, 02 Mar 2012 05:02:09 UTC +00:00], ["name", nil], ["updated_at", Fri, 02 Mar 2012 05:02:09 UTC +00:00]]
|
128
|
+
[1m[35m (2.8ms)[0m commit transaction
|
129
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
130
|
+
[1m[35m (0.4ms)[0m UPDATE "people" SET "birthday" = 0, "updated_at" = '2012-03-02 05:02:09.696776' WHERE "people"."id" = 30
|
131
|
+
[1m[36m (1.4ms)[0m [1mcommit transaction[0m
|
132
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 30]]
|
133
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
134
|
+
[1m[35mSQL (138.1ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 409], ["created_at", Fri, 02 Mar 2012 12:46:03 UTC +00:00], ["name", nil], ["updated_at", Fri, 02 Mar 2012 12:46:03 UTC +00:00]]
|
135
|
+
[1m[36m (20.8ms)[0m [1mcommit transaction[0m
|
136
|
+
[1m[35m (0.1ms)[0m begin transaction
|
137
|
+
[1m[36m (0.5ms)[0m [1mUPDATE "people" SET "birthday" = 25, "updated_at" = '2012-03-02 12:46:03.427941' WHERE "people"."id" = 31[0m
|
138
|
+
[1m[35m (1.7ms)[0m commit transaction
|
139
|
+
[1m[36mPerson Load (0.3ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 31]]
|
140
|
+
[1m[35m (0.1ms)[0m begin transaction
|
141
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 207], ["created_at", Fri, 02 Mar 2012 12:46:03 UTC +00:00], ["name", nil], ["updated_at", Fri, 02 Mar 2012 12:46:03 UTC +00:00]]
|
142
|
+
[1m[35m (1.7ms)[0m commit transaction
|
143
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
144
|
+
[1m[35m (0.9ms)[0m UPDATE "people" SET "birthday" = 0, "updated_at" = '2012-03-02 12:46:03.454692' WHERE "people"."id" = 32
|
145
|
+
[1m[36m (1.8ms)[0m [1mcommit transaction[0m
|
146
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 32]]
|
147
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
148
|
+
[1m[35mSQL (117.1ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 409], ["created_at", Fri, 02 Mar 2012 13:05:45 UTC +00:00], ["name", nil], ["updated_at", Fri, 02 Mar 2012 13:05:45 UTC +00:00]]
|
149
|
+
[1m[36m (21.9ms)[0m [1mcommit transaction[0m
|
150
|
+
[1m[35m (0.1ms)[0m begin transaction
|
151
|
+
[1m[36m (0.4ms)[0m [1mUPDATE "people" SET "birthday" = 25, "updated_at" = '2012-03-02 13:05:45.363877' WHERE "people"."id" = 33[0m
|
152
|
+
[1m[35m (1.8ms)[0m commit transaction
|
153
|
+
[1m[36mPerson Load (0.6ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 33]]
|
154
|
+
[1m[35m (0.2ms)[0m begin transaction
|
155
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 207], ["created_at", Fri, 02 Mar 2012 13:05:45 UTC +00:00], ["name", nil], ["updated_at", Fri, 02 Mar 2012 13:05:45 UTC +00:00]]
|
156
|
+
[1m[35m (1.8ms)[0m commit transaction
|
157
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
158
|
+
[1m[35m (0.3ms)[0m UPDATE "people" SET "birthday" = 0, "updated_at" = '2012-03-02 13:05:45.378963' WHERE "people"."id" = 34
|
159
|
+
[1m[36m (1.7ms)[0m [1mcommit transaction[0m
|
160
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 34]]
|
161
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
162
|
+
[1m[35mSQL (288.7ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 409], ["created_at", Sun, 04 Mar 2012 00:31:10 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 00:31:10 UTC +00:00]]
|
163
|
+
[1m[36m (34.5ms)[0m [1mcommit transaction[0m
|
164
|
+
[1m[35m (0.1ms)[0m begin transaction
|
165
|
+
[1m[36m (0.5ms)[0m [1mUPDATE "people" SET "birthday" = 25, "updated_at" = '2012-03-04 00:31:10.550350' WHERE "people"."id" = 35[0m
|
166
|
+
[1m[35m (1.3ms)[0m commit transaction
|
167
|
+
[1m[36mPerson Load (0.4ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 35]]
|
168
|
+
[1m[35m (0.1ms)[0m begin transaction
|
169
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 207], ["created_at", Sun, 04 Mar 2012 00:31:10 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 00:31:10 UTC +00:00]]
|
170
|
+
[1m[35m (1.7ms)[0m commit transaction
|
171
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
172
|
+
[1m[35m (0.4ms)[0m UPDATE "people" SET "birthday" = 0, "updated_at" = '2012-03-04 00:31:10.565266' WHERE "people"."id" = 36
|
173
|
+
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
|
174
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 36]]
|
175
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
176
|
+
[1m[35mSQL (196.9ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 409], ["created_at", Sun, 04 Mar 2012 00:43:17 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 00:43:17 UTC +00:00]]
|
177
|
+
[1m[36m (13.8ms)[0m [1mcommit transaction[0m
|
178
|
+
[1m[35m (0.2ms)[0m begin transaction
|
179
|
+
[1m[36m (0.7ms)[0m [1mUPDATE "people" SET "birthday" = 25, "updated_at" = '2012-03-04 00:43:17.888414' WHERE "people"."id" = 37[0m
|
180
|
+
[1m[35m (2.1ms)[0m commit transaction
|
181
|
+
[1m[36mPerson Load (1.6ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 37]]
|
182
|
+
[1m[35mSQL (4.2ms)[0m UPDATE "people" SET birthday = birthday & 31
|
183
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
184
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 207], ["created_at", Sun, 04 Mar 2012 00:43:17 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 00:43:17 UTC +00:00]]
|
185
|
+
[1m[36m (15.1ms)[0m [1mcommit transaction[0m
|
186
|
+
[1m[35mSQL (2.4ms)[0m UPDATE "people" SET birthday = birthday & 31
|
187
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
188
|
+
[1m[35mSQL (1.9ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 207], ["created_at", Sun, 04 Mar 2012 00:43:18 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 00:43:18 UTC +00:00]]
|
189
|
+
[1m[36m (21.5ms)[0m [1mcommit transaction[0m
|
190
|
+
[1m[35m (0.1ms)[0m begin transaction
|
191
|
+
[1m[36mSQL (1.8ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 92], ["created_at", Sun, 04 Mar 2012 00:43:18 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 00:43:18 UTC +00:00]]
|
192
|
+
[1m[35m (2.1ms)[0m commit transaction
|
193
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
194
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 207], ["created_at", Sun, 04 Mar 2012 00:43:18 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 00:43:18 UTC +00:00]]
|
195
|
+
[1m[36m (1.8ms)[0m [1mcommit transaction[0m
|
196
|
+
[1m[35m (0.1ms)[0m begin transaction
|
197
|
+
[1m[36m (0.4ms)[0m [1mUPDATE "people" SET "birthday" = 0, "updated_at" = '2012-03-04 00:43:18.248605' WHERE "people"."id" = 41[0m
|
198
|
+
[1m[35m (10.7ms)[0m commit transaction
|
199
|
+
[1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 41]]
|
200
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
201
|
+
[1m[35mSQL (94.6ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 409], ["created_at", Sun, 04 Mar 2012 00:53:29 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 00:53:29 UTC +00:00]]
|
202
|
+
[1m[36m (22.3ms)[0m [1mcommit transaction[0m
|
203
|
+
[1m[35m (0.1ms)[0m begin transaction
|
204
|
+
[1m[36m (0.4ms)[0m [1mUPDATE "people" SET "birthday" = 25, "updated_at" = '2012-03-04 00:53:29.442476' WHERE "people"."id" = 42[0m
|
205
|
+
[1m[35m (5.4ms)[0m commit transaction
|
206
|
+
[1m[36mPerson Load (7.4ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 42]]
|
207
|
+
[1m[35mSQL (1.7ms)[0m UPDATE "people" SET birthday = birthday & 31
|
208
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
209
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 207], ["created_at", Sun, 04 Mar 2012 00:53:29 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 00:53:29 UTC +00:00]]
|
210
|
+
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
|
211
|
+
[1m[35mSQL (1.8ms)[0m UPDATE "people" SET birthday = birthday & 31
|
212
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
213
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 207], ["created_at", Sun, 04 Mar 2012 00:53:29 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 00:53:29 UTC +00:00]]
|
214
|
+
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
|
215
|
+
[1m[35m (0.1ms)[0m begin transaction
|
216
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 92], ["created_at", Sun, 04 Mar 2012 00:53:29 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 00:53:29 UTC +00:00]]
|
217
|
+
[1m[35m (4.5ms)[0m commit transaction
|
218
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
219
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 207], ["created_at", Sun, 04 Mar 2012 00:53:29 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 00:53:29 UTC +00:00]]
|
220
|
+
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
|
221
|
+
[1m[35m (0.1ms)[0m begin transaction
|
222
|
+
[1m[36m (0.4ms)[0m [1mUPDATE "people" SET "birthday" = 0, "updated_at" = '2012-03-04 00:53:29.512607' WHERE "people"."id" = 46[0m
|
223
|
+
[1m[35m (1.6ms)[0m commit transaction
|
224
|
+
[1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 46]]
|
225
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
226
|
+
[1m[35mSQL (94.3ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 409], ["created_at", Sun, 04 Mar 2012 00:54:15 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 00:54:15 UTC +00:00]]
|
227
|
+
[1m[36m (22.3ms)[0m [1mcommit transaction[0m
|
228
|
+
[1m[35m (0.1ms)[0m begin transaction
|
229
|
+
[1m[36m (0.4ms)[0m [1mUPDATE "people" SET "birthday" = 25, "updated_at" = '2012-03-04 00:54:15.600838' WHERE "people"."id" = 47[0m
|
230
|
+
[1m[35m (1.3ms)[0m commit transaction
|
231
|
+
[1m[36mPerson Load (0.3ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 47]]
|
232
|
+
[1m[35mSQL (3.8ms)[0m UPDATE "people" SET birthday = birthday & 31
|
233
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
234
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 207], ["created_at", Sun, 04 Mar 2012 00:54:15 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 00:54:15 UTC +00:00]]
|
235
|
+
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
|
236
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 48]]
|
237
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
238
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 92], ["created_at", Sun, 04 Mar 2012 00:54:15 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 00:54:15 UTC +00:00]]
|
239
|
+
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
|
240
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 49]]
|
241
|
+
[1m[36mSQL (2.5ms)[0m [1mUPDATE "people" SET birthday = birthday & 31[0m
|
242
|
+
[1m[35m (0.2ms)[0m begin transaction
|
243
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 207], ["created_at", Sun, 04 Mar 2012 00:54:15 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 00:54:15 UTC +00:00]]
|
244
|
+
[1m[35m (1.4ms)[0m commit transaction
|
245
|
+
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 50]]
|
246
|
+
[1m[35m (0.0ms)[0m begin transaction
|
247
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 92], ["created_at", Sun, 04 Mar 2012 00:54:15 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 00:54:15 UTC +00:00]]
|
248
|
+
[1m[35m (1.8ms)[0m commit transaction
|
249
|
+
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 51]]
|
250
|
+
[1m[35m (0.1ms)[0m begin transaction
|
251
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 207], ["created_at", Sun, 04 Mar 2012 00:54:15 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 00:54:15 UTC +00:00]]
|
252
|
+
[1m[35m (2.6ms)[0m commit transaction
|
253
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
254
|
+
[1m[35m (0.4ms)[0m UPDATE "people" SET "birthday" = 0, "updated_at" = '2012-03-04 00:54:15.716074' WHERE "people"."id" = 52
|
255
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
256
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 52]]
|
257
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
258
|
+
[1m[35mSQL (85.0ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 409], ["created_at", Sun, 04 Mar 2012 00:57:33 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 00:57:33 UTC +00:00]]
|
259
|
+
[1m[36m (1.5ms)[0m [1mcommit transaction[0m
|
260
|
+
[1m[35m (0.0ms)[0m begin transaction
|
261
|
+
[1m[36m (0.4ms)[0m [1mUPDATE "people" SET "birthday" = 25, "updated_at" = '2012-03-04 00:57:33.359506' WHERE "people"."id" = 53[0m
|
262
|
+
[1m[35m (1.5ms)[0m commit transaction
|
263
|
+
[1m[36mPerson Load (0.3ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 53]]
|
264
|
+
[1m[35m (0.1ms)[0m begin transaction
|
265
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 207], ["created_at", Sun, 04 Mar 2012 00:57:33 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 00:57:33 UTC +00:00]]
|
266
|
+
[1m[35m (11.1ms)[0m commit transaction
|
267
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
268
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 92], ["created_at", Sun, 04 Mar 2012 00:57:33 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 00:57:33 UTC +00:00]]
|
269
|
+
[1m[36m (21.0ms)[0m [1mcommit transaction[0m
|
270
|
+
[1m[35mSQL (31.7ms)[0m UPDATE "people" SET birthday = birthday & 31
|
271
|
+
[1m[36mPerson Load (0.4ms)[0m [1mSELECT "people".* FROM "people" [0m
|
272
|
+
[1m[35m (0.2ms)[0m begin transaction
|
273
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 207], ["created_at", Sun, 04 Mar 2012 00:57:33 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 00:57:33 UTC +00:00]]
|
274
|
+
[1m[35m (11.6ms)[0m commit transaction
|
275
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
276
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 92], ["created_at", Sun, 04 Mar 2012 00:57:33 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 00:57:33 UTC +00:00]]
|
277
|
+
[1m[36m (8.0ms)[0m [1mcommit transaction[0m
|
278
|
+
[1m[35mSQL (22.3ms)[0m UPDATE "people" SET birthday = birthday & 31
|
279
|
+
[1m[36mPerson Load (0.6ms)[0m [1mSELECT "people".* FROM "people" [0m
|
280
|
+
[1m[35m (0.2ms)[0m begin transaction
|
281
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 207], ["created_at", Sun, 04 Mar 2012 00:57:33 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 00:57:33 UTC +00:00]]
|
282
|
+
[1m[35m (9.9ms)[0m commit transaction
|
283
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
284
|
+
[1m[35m (0.4ms)[0m UPDATE "people" SET "birthday" = 0, "updated_at" = '2012-03-04 00:57:33.730113' WHERE "people"."id" = 58
|
285
|
+
[1m[36m (11.3ms)[0m [1mcommit transaction[0m
|
286
|
+
[1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 58]]
|
287
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
288
|
+
[1m[35mSQL (60.5ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 409], ["created_at", Sun, 04 Mar 2012 00:58:36 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 00:58:36 UTC +00:00]]
|
289
|
+
[1m[36m (1.4ms)[0m [1mcommit transaction[0m
|
290
|
+
[1m[35m (0.1ms)[0m begin transaction
|
291
|
+
[1m[36m (0.5ms)[0m [1mUPDATE "people" SET "birthday" = 25, "updated_at" = '2012-03-04 00:58:36.939038' WHERE "people"."id" = 59[0m
|
292
|
+
[1m[35m (1.4ms)[0m commit transaction
|
293
|
+
[1m[36mPerson Load (0.3ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 59]]
|
294
|
+
[1m[35mPerson Load (0.4ms)[0m SELECT "people".* FROM "people"
|
295
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
296
|
+
[1m[35mSQL (5.9ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 1]]
|
297
|
+
[1m[36m (3.5ms)[0m [1mcommit transaction[0m
|
298
|
+
[1m[35m (0.1ms)[0m begin transaction
|
299
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 2]]
|
300
|
+
[1m[35m (3.2ms)[0m commit transaction
|
301
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
302
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 3]]
|
303
|
+
[1m[36m (7.6ms)[0m [1mcommit transaction[0m
|
304
|
+
[1m[35m (0.1ms)[0m begin transaction
|
305
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 4]]
|
306
|
+
[1m[35m (4.6ms)[0m commit transaction
|
307
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
308
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 5]]
|
309
|
+
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
|
310
|
+
[1m[35m (0.1ms)[0m begin transaction
|
311
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 6]]
|
312
|
+
[1m[35m (10.3ms)[0m commit transaction
|
313
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
314
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 7]]
|
315
|
+
[1m[36m (3.0ms)[0m [1mcommit transaction[0m
|
316
|
+
[1m[35m (0.1ms)[0m begin transaction
|
317
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 8]]
|
318
|
+
[1m[35m (5.6ms)[0m commit transaction
|
319
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
320
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 9]]
|
321
|
+
[1m[36m (20.6ms)[0m [1mcommit transaction[0m
|
322
|
+
[1m[35m (0.1ms)[0m begin transaction
|
323
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 10]]
|
324
|
+
[1m[35m (1.2ms)[0m commit transaction
|
325
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
326
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 11]]
|
327
|
+
[1m[36m (1.4ms)[0m [1mcommit transaction[0m
|
328
|
+
[1m[35m (0.0ms)[0m begin transaction
|
329
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 12]]
|
330
|
+
[1m[35m (1.2ms)[0m commit transaction
|
331
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
332
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 13]]
|
333
|
+
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
|
334
|
+
[1m[35m (0.0ms)[0m begin transaction
|
335
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 14]]
|
336
|
+
[1m[35m (1.9ms)[0m commit transaction
|
337
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
338
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 15]]
|
339
|
+
[1m[36m (2.2ms)[0m [1mcommit transaction[0m
|
340
|
+
[1m[35m (0.1ms)[0m begin transaction
|
341
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 16]]
|
342
|
+
[1m[35m (1.3ms)[0m commit transaction
|
343
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
344
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 17]]
|
345
|
+
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
|
346
|
+
[1m[35m (0.0ms)[0m begin transaction
|
347
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 18]]
|
348
|
+
[1m[35m (1.4ms)[0m commit transaction
|
349
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
350
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 19]]
|
351
|
+
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
|
352
|
+
[1m[35m (0.0ms)[0m begin transaction
|
353
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 20]]
|
354
|
+
[1m[35m (1.2ms)[0m commit transaction
|
355
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
356
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 21]]
|
357
|
+
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
|
358
|
+
[1m[35m (0.0ms)[0m begin transaction
|
359
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 22]]
|
360
|
+
[1m[35m (1.2ms)[0m commit transaction
|
361
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
362
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 23]]
|
363
|
+
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
|
364
|
+
[1m[35m (0.0ms)[0m begin transaction
|
365
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 24]]
|
366
|
+
[1m[35m (2.4ms)[0m commit transaction
|
367
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
368
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 25]]
|
369
|
+
[1m[36m (2.8ms)[0m [1mcommit transaction[0m
|
370
|
+
[1m[35m (1.1ms)[0m begin transaction
|
371
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 26]]
|
372
|
+
[1m[35m (5.0ms)[0m commit transaction
|
373
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
374
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 27]]
|
375
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
376
|
+
[1m[35m (0.0ms)[0m begin transaction
|
377
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 28]]
|
378
|
+
[1m[35m (1.1ms)[0m commit transaction
|
379
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
380
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 29]]
|
381
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
382
|
+
[1m[35m (0.0ms)[0m begin transaction
|
383
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 30]]
|
384
|
+
[1m[35m (1.1ms)[0m commit transaction
|
385
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
386
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 31]]
|
387
|
+
[1m[36m (3.9ms)[0m [1mcommit transaction[0m
|
388
|
+
[1m[35m (0.0ms)[0m begin transaction
|
389
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 32]]
|
390
|
+
[1m[35m (1.1ms)[0m commit transaction
|
391
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
392
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 33]]
|
393
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
394
|
+
[1m[35m (0.0ms)[0m begin transaction
|
395
|
+
[1m[36mSQL (0.4ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 34]]
|
396
|
+
[1m[35m (1.1ms)[0m commit transaction
|
397
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
398
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 35]]
|
399
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
400
|
+
[1m[35m (0.0ms)[0m begin transaction
|
401
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 36]]
|
402
|
+
[1m[35m (1.3ms)[0m commit transaction
|
403
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
404
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 37]]
|
405
|
+
[1m[36m (2.1ms)[0m [1mcommit transaction[0m
|
406
|
+
[1m[35m (0.1ms)[0m begin transaction
|
407
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 38]]
|
408
|
+
[1m[35m (2.2ms)[0m commit transaction
|
409
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
410
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 39]]
|
411
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
412
|
+
[1m[35m (0.0ms)[0m begin transaction
|
413
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 40]]
|
414
|
+
[1m[35m (1.1ms)[0m commit transaction
|
415
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
416
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 41]]
|
417
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
418
|
+
[1m[35m (0.0ms)[0m begin transaction
|
419
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 42]]
|
420
|
+
[1m[35m (5.7ms)[0m commit transaction
|
421
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
422
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 43]]
|
423
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
424
|
+
[1m[35m (0.0ms)[0m begin transaction
|
425
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 44]]
|
426
|
+
[1m[35m (1.2ms)[0m commit transaction
|
427
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
428
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 45]]
|
429
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
430
|
+
[1m[35m (0.0ms)[0m begin transaction
|
431
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 46]]
|
432
|
+
[1m[35m (1.1ms)[0m commit transaction
|
433
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
434
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 47]]
|
435
|
+
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
|
436
|
+
[1m[35m (0.0ms)[0m begin transaction
|
437
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 48]]
|
438
|
+
[1m[35m (2.6ms)[0m commit transaction
|
439
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
440
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 49]]
|
441
|
+
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
|
442
|
+
[1m[35m (0.0ms)[0m begin transaction
|
443
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 50]]
|
444
|
+
[1m[35m (1.1ms)[0m commit transaction
|
445
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
446
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 51]]
|
447
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
448
|
+
[1m[35m (0.0ms)[0m begin transaction
|
449
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 52]]
|
450
|
+
[1m[35m (3.6ms)[0m commit transaction
|
451
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
452
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 53]]
|
453
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
454
|
+
[1m[35m (0.0ms)[0m begin transaction
|
455
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 54]]
|
456
|
+
[1m[35m (1.1ms)[0m commit transaction
|
457
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
458
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 55]]
|
459
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
460
|
+
[1m[35m (0.0ms)[0m begin transaction
|
461
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 56]]
|
462
|
+
[1m[35m (1.1ms)[0m commit transaction
|
463
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
464
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 57]]
|
465
|
+
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
|
466
|
+
[1m[35m (0.1ms)[0m begin transaction
|
467
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 58]]
|
468
|
+
[1m[35m (2.6ms)[0m commit transaction
|
469
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
470
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 59]]
|
471
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
472
|
+
[1m[35m (0.1ms)[0m begin transaction
|
473
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 207], ["created_at", Sun, 04 Mar 2012 00:58:37 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 00:58:37 UTC +00:00]]
|
474
|
+
[1m[35m (1.2ms)[0m commit transaction
|
475
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
476
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 92], ["created_at", Sun, 04 Mar 2012 00:58:37 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 00:58:37 UTC +00:00]]
|
477
|
+
[1m[36m (2.0ms)[0m [1mcommit transaction[0m
|
478
|
+
[1m[35mSQL (1.7ms)[0m UPDATE "people" SET birthday = birthday & 31
|
479
|
+
[1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" [0m
|
480
|
+
[1m[35m (0.0ms)[0m begin transaction
|
481
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 207], ["created_at", Sun, 04 Mar 2012 00:58:37 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 00:58:37 UTC +00:00]]
|
482
|
+
[1m[35m (1.3ms)[0m commit transaction
|
483
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
484
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 92], ["created_at", Sun, 04 Mar 2012 00:58:37 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 00:58:37 UTC +00:00]]
|
485
|
+
[1m[36m (7.0ms)[0m [1mcommit transaction[0m
|
486
|
+
[1m[35mSQL (8.4ms)[0m UPDATE "people" SET birthday = birthday & 31
|
487
|
+
[1m[36mPerson Load (7.0ms)[0m [1mSELECT "people".* FROM "people" [0m
|
488
|
+
[1m[35m (0.2ms)[0m begin transaction
|
489
|
+
[1m[36mSQL (3.3ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 207], ["created_at", Sun, 04 Mar 2012 00:58:37 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 00:58:37 UTC +00:00]]
|
490
|
+
[1m[35m (1.8ms)[0m commit transaction
|
491
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
492
|
+
[1m[35m (0.4ms)[0m UPDATE "people" SET "birthday" = 0, "updated_at" = '2012-03-04 00:58:37.272290' WHERE "people"."id" = 64
|
493
|
+
[1m[36m (6.4ms)[0m [1mcommit transaction[0m
|
494
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 64]]
|
495
|
+
[1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" [0m
|
496
|
+
[1m[35m (0.0ms)[0m begin transaction
|
497
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 60]]
|
498
|
+
[1m[35m (2.8ms)[0m commit transaction
|
499
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
500
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 61]]
|
501
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
502
|
+
[1m[35m (0.0ms)[0m begin transaction
|
503
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 62]]
|
504
|
+
[1m[35m (3.0ms)[0m commit transaction
|
505
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
506
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 63]]
|
507
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
508
|
+
[1m[35m (0.0ms)[0m begin transaction
|
509
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 64]]
|
510
|
+
[1m[35m (1.8ms)[0m commit transaction
|
511
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
512
|
+
[1m[35mSQL (18.4ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 409], ["created_at", Sun, 04 Mar 2012 00:58:48 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 00:58:48 UTC +00:00]]
|
513
|
+
[1m[36m (8.3ms)[0m [1mcommit transaction[0m
|
514
|
+
[1m[35m (0.1ms)[0m begin transaction
|
515
|
+
[1m[36m (0.6ms)[0m [1mUPDATE "people" SET "birthday" = 25, "updated_at" = '2012-03-04 00:58:48.204030' WHERE "people"."id" = 65[0m
|
516
|
+
[1m[35m (1.1ms)[0m commit transaction
|
517
|
+
[1m[36mPerson Load (0.3ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 65]]
|
518
|
+
[1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people"
|
519
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
520
|
+
[1m[35mSQL (2.3ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 65]]
|
521
|
+
[1m[36m (1.8ms)[0m [1mcommit transaction[0m
|
522
|
+
[1m[35m (0.1ms)[0m begin transaction
|
523
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 207], ["created_at", Sun, 04 Mar 2012 00:58:48 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 00:58:48 UTC +00:00]]
|
524
|
+
[1m[35m (2.2ms)[0m commit transaction
|
525
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
526
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 92], ["created_at", Sun, 04 Mar 2012 00:58:48 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 00:58:48 UTC +00:00]]
|
527
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
528
|
+
[1m[35mSQL (3.0ms)[0m UPDATE "people" SET birthday = birthday & 31
|
529
|
+
[1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" [0m
|
530
|
+
[1m[35m (0.0ms)[0m begin transaction
|
531
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 207], ["created_at", Sun, 04 Mar 2012 00:58:48 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 00:58:48 UTC +00:00]]
|
532
|
+
[1m[35m (1.1ms)[0m commit transaction
|
533
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
534
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 92], ["created_at", Sun, 04 Mar 2012 00:58:48 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 00:58:48 UTC +00:00]]
|
535
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
536
|
+
[1m[35mSQL (4.0ms)[0m UPDATE "people" SET birthday = birthday & 31
|
537
|
+
[1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" [0m
|
538
|
+
[1m[35m (0.3ms)[0m begin transaction
|
539
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 207], ["created_at", Sun, 04 Mar 2012 00:58:48 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 00:58:48 UTC +00:00]]
|
540
|
+
[1m[35m (7.0ms)[0m commit transaction
|
541
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
542
|
+
[1m[35m (0.3ms)[0m UPDATE "people" SET "birthday" = 0, "updated_at" = '2012-03-04 00:58:48.269744' WHERE "people"."id" = 70
|
543
|
+
[1m[36m (2.6ms)[0m [1mcommit transaction[0m
|
544
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 70]]
|
545
|
+
[1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" [0m
|
546
|
+
[1m[35m (0.0ms)[0m begin transaction
|
547
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 66]]
|
548
|
+
[1m[35m (1.0ms)[0m commit transaction
|
549
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
550
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 67]]
|
551
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
552
|
+
[1m[35m (0.0ms)[0m begin transaction
|
553
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 68]]
|
554
|
+
[1m[35m (0.9ms)[0m commit transaction
|
555
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
556
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 69]]
|
557
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
558
|
+
[1m[35m (0.0ms)[0m begin transaction
|
559
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 70]]
|
560
|
+
[1m[35m (4.0ms)[0m commit transaction
|
561
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
562
|
+
[1m[35mSQL (22.9ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 409], ["created_at", Sun, 04 Mar 2012 00:59:29 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 00:59:29 UTC +00:00]]
|
563
|
+
[1m[36m (1.8ms)[0m [1mcommit transaction[0m
|
564
|
+
[1m[35m (0.1ms)[0m begin transaction
|
565
|
+
[1m[36m (0.5ms)[0m [1mUPDATE "people" SET "birthday" = 25, "updated_at" = '2012-03-04 00:59:29.540042' WHERE "people"."id" = 71[0m
|
566
|
+
[1m[35m (1.4ms)[0m commit transaction
|
567
|
+
[1m[36mPerson Load (0.4ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 71]]
|
568
|
+
[1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people"
|
569
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
570
|
+
[1m[35mSQL (0.4ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 71]]
|
571
|
+
[1m[36m (3.8ms)[0m [1mcommit transaction[0m
|
572
|
+
[1m[35m (0.1ms)[0m begin transaction
|
573
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 207], ["created_at", Sun, 04 Mar 2012 00:59:29 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 00:59:29 UTC +00:00]]
|
574
|
+
[1m[35m (1.3ms)[0m commit transaction
|
575
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
576
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 92], ["created_at", Sun, 04 Mar 2012 00:59:29 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 00:59:29 UTC +00:00]]
|
577
|
+
[1m[36m (3.7ms)[0m [1mcommit transaction[0m
|
578
|
+
[1m[35mSQL (1.8ms)[0m UPDATE "people" SET birthday = birthday & 31
|
579
|
+
[1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" [0m
|
580
|
+
[1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people"
|
581
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
582
|
+
[1m[35mSQL (0.5ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 72]]
|
583
|
+
[1m[36m (3.8ms)[0m [1mcommit transaction[0m
|
584
|
+
[1m[35m (0.1ms)[0m begin transaction
|
585
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 73]]
|
586
|
+
[1m[35m (1.3ms)[0m commit transaction
|
587
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
588
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 207], ["created_at", Sun, 04 Mar 2012 00:59:29 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 00:59:29 UTC +00:00]]
|
589
|
+
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
|
590
|
+
[1m[35m (0.1ms)[0m begin transaction
|
591
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 92], ["created_at", Sun, 04 Mar 2012 00:59:29 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 00:59:29 UTC +00:00]]
|
592
|
+
[1m[35m (4.3ms)[0m commit transaction
|
593
|
+
[1m[36mSQL (4.5ms)[0m [1mUPDATE "people" SET birthday = birthday & 31[0m
|
594
|
+
[1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people"
|
595
|
+
[1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" [0m
|
596
|
+
[1m[35m (0.1ms)[0m begin transaction
|
597
|
+
[1m[36mSQL (0.4ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 74]]
|
598
|
+
[1m[35m (1.2ms)[0m commit transaction
|
599
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
600
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 75]]
|
601
|
+
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
|
602
|
+
[1m[35m (0.1ms)[0m begin transaction
|
603
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 207], ["created_at", Sun, 04 Mar 2012 00:59:29 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 00:59:29 UTC +00:00]]
|
604
|
+
[1m[35m (1.3ms)[0m commit transaction
|
605
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
606
|
+
[1m[35m (0.4ms)[0m UPDATE "people" SET "birthday" = 0, "updated_at" = '2012-03-04 00:59:29.622144' WHERE "people"."id" = 76
|
607
|
+
[1m[36m (3.6ms)[0m [1mcommit transaction[0m
|
608
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 76]]
|
609
|
+
[1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" [0m
|
610
|
+
[1m[35m (0.1ms)[0m begin transaction
|
611
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 76]]
|
612
|
+
[1m[35m (1.4ms)[0m commit transaction
|
613
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
614
|
+
[1m[35mSQL (94.1ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 207], ["created_at", Sun, 04 Mar 2012 01:00:50 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 01:00:50 UTC +00:00]]
|
615
|
+
[1m[36m (22.2ms)[0m [1mcommit transaction[0m
|
616
|
+
[1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people"
|
617
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
618
|
+
[1m[35mSQL (0.5ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 77]]
|
619
|
+
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
|
620
|
+
[1m[35m (0.1ms)[0m begin transaction
|
621
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 409], ["created_at", Sun, 04 Mar 2012 01:00:50 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 01:00:50 UTC +00:00]]
|
622
|
+
[1m[35m (2.9ms)[0m commit transaction
|
623
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
624
|
+
[1m[35m (0.4ms)[0m UPDATE "people" SET "birthday" = 25, "updated_at" = '2012-03-04 01:00:50.496939' WHERE "people"."id" = 78
|
625
|
+
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
|
626
|
+
[1m[35mPerson Load (0.3ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 78]]
|
627
|
+
[1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" [0m
|
628
|
+
[1m[35m (0.0ms)[0m begin transaction
|
629
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 78]]
|
630
|
+
[1m[35m (1.2ms)[0m commit transaction
|
631
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
632
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 207], ["created_at", Sun, 04 Mar 2012 01:00:50 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 01:00:50 UTC +00:00]]
|
633
|
+
[1m[36m (1.8ms)[0m [1mcommit transaction[0m
|
634
|
+
[1m[35m (0.1ms)[0m begin transaction
|
635
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 92], ["created_at", Sun, 04 Mar 2012 01:00:50 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 01:00:50 UTC +00:00]]
|
636
|
+
[1m[35m (1.2ms)[0m commit transaction
|
637
|
+
[1m[36mSQL (17.1ms)[0m [1mUPDATE "people" SET birthday = birthday & 31[0m
|
638
|
+
[1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people"
|
639
|
+
[1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" [0m
|
640
|
+
[1m[35m (0.0ms)[0m begin transaction
|
641
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 79]]
|
642
|
+
[1m[35m (23.6ms)[0m commit transaction
|
643
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
644
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 80]]
|
645
|
+
[1m[36m (4.6ms)[0m [1mcommit transaction[0m
|
646
|
+
[1m[35m (0.6ms)[0m begin transaction
|
647
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 207], ["created_at", Sun, 04 Mar 2012 01:00:50 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 01:00:50 UTC +00:00]]
|
648
|
+
[1m[35m (2.9ms)[0m commit transaction
|
649
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
650
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 92], ["created_at", Sun, 04 Mar 2012 01:00:50 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 01:00:50 UTC +00:00]]
|
651
|
+
[1m[36m (1.4ms)[0m [1mcommit transaction[0m
|
652
|
+
[1m[35mSQL (2.0ms)[0m UPDATE "people" SET birthday = birthday & 31
|
653
|
+
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" [0m
|
654
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people"
|
655
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
656
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 81]]
|
657
|
+
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
|
658
|
+
[1m[35m (0.0ms)[0m begin transaction
|
659
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 82]]
|
660
|
+
[1m[35m (5.0ms)[0m commit transaction
|
661
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
662
|
+
[1m[35mSQL (1.1ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 207], ["created_at", Sun, 04 Mar 2012 01:00:50 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 01:00:50 UTC +00:00]]
|
663
|
+
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
|
664
|
+
[1m[35m (0.0ms)[0m begin transaction
|
665
|
+
[1m[36m (0.3ms)[0m [1mUPDATE "people" SET "birthday" = 0, "updated_at" = '2012-03-04 01:00:50.593987' WHERE "people"."id" = 83[0m
|
666
|
+
[1m[35m (1.1ms)[0m commit transaction
|
667
|
+
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 83]]
|
668
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people"
|
669
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
670
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 83]]
|
671
|
+
[1m[36m (7.8ms)[0m [1mcommit transaction[0m
|
672
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
673
|
+
[1m[35mSQL (104.5ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 207], ["created_at", Sun, 04 Mar 2012 01:35:48 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 01:35:48 UTC +00:00]]
|
674
|
+
[1m[36m (22.2ms)[0m [1mcommit transaction[0m
|
675
|
+
[1m[35mPerson Load (0.4ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 84]]
|
676
|
+
[1m[36mPerson Load (0.7ms)[0m [1mSELECT "people".* FROM "people" [0m
|
677
|
+
[1m[35m (0.1ms)[0m begin transaction
|
678
|
+
[1m[36mSQL (0.5ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 84]]
|
679
|
+
[1m[35m (45.6ms)[0m commit transaction
|
680
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
681
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 409], ["created_at", Sun, 04 Mar 2012 01:35:48 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 01:35:48 UTC +00:00]]
|
682
|
+
[1m[36m (4.0ms)[0m [1mcommit transaction[0m
|
683
|
+
[1m[35m (0.1ms)[0m begin transaction
|
684
|
+
[1m[36m (0.4ms)[0m [1mUPDATE "people" SET "birthday" = 25, "updated_at" = '2012-03-04 01:35:48.495587' WHERE "people"."id" = 85[0m
|
685
|
+
[1m[35m (14.1ms)[0m commit transaction
|
686
|
+
[1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 85]]
|
687
|
+
[1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people"
|
688
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
689
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 85]]
|
690
|
+
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
|
691
|
+
[1m[35m (0.1ms)[0m begin transaction
|
692
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 207], ["created_at", Sun, 04 Mar 2012 01:35:48 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 01:35:48 UTC +00:00]]
|
693
|
+
[1m[35m (3.4ms)[0m commit transaction
|
694
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
695
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 92], ["created_at", Sun, 04 Mar 2012 01:35:48 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 01:35:48 UTC +00:00]]
|
696
|
+
[1m[36m (2.3ms)[0m [1mcommit transaction[0m
|
697
|
+
[1m[35mSQL (1.6ms)[0m UPDATE "people" SET birthday = birthday & 31
|
698
|
+
[1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" [0m
|
699
|
+
[1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people"
|
700
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
701
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 86]]
|
702
|
+
[1m[36m (2.2ms)[0m [1mcommit transaction[0m
|
703
|
+
[1m[35m (0.1ms)[0m begin transaction
|
704
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 87]]
|
705
|
+
[1m[35m (58.8ms)[0m commit transaction
|
706
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
707
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 207], ["created_at", Sun, 04 Mar 2012 01:35:48 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 01:35:48 UTC +00:00]]
|
708
|
+
[1m[36m (19.0ms)[0m [1mcommit transaction[0m
|
709
|
+
[1m[35m (0.1ms)[0m begin transaction
|
710
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 92], ["created_at", Sun, 04 Mar 2012 01:35:48 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 01:35:48 UTC +00:00]]
|
711
|
+
[1m[35m (1.3ms)[0m commit transaction
|
712
|
+
[1m[36mSQL (10.3ms)[0m [1mUPDATE "people" SET birthday = birthday & 31[0m
|
713
|
+
[1m[35mPerson Load (0.3ms)[0m SELECT "people".* FROM "people"
|
714
|
+
[1m[36mPerson Load (0.3ms)[0m [1mSELECT "people".* FROM "people" [0m
|
715
|
+
[1m[35m (0.1ms)[0m begin transaction
|
716
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 88]]
|
717
|
+
[1m[35m (1.6ms)[0m commit transaction
|
718
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
719
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 89]]
|
720
|
+
[1m[36m (1.4ms)[0m [1mcommit transaction[0m
|
721
|
+
[1m[35m (0.1ms)[0m begin transaction
|
722
|
+
[1m[36mSQL (3.1ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 207], ["created_at", Sun, 04 Mar 2012 01:35:48 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 01:35:48 UTC +00:00]]
|
723
|
+
[1m[35m (1.6ms)[0m commit transaction
|
724
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
725
|
+
[1m[35m (0.3ms)[0m UPDATE "people" SET "birthday" = 0, "updated_at" = '2012-03-04 01:35:48.653544' WHERE "people"."id" = 90
|
726
|
+
[1m[36m (1.9ms)[0m [1mcommit transaction[0m
|
727
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 90]]
|
728
|
+
[1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" [0m
|
729
|
+
[1m[35m (0.0ms)[0m begin transaction
|
730
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 90]]
|
731
|
+
[1m[35m (1.6ms)[0m commit transaction
|
732
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
733
|
+
[1m[35mSQL (60.2ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 207], ["created_at", Sun, 04 Mar 2012 01:37:41 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 01:37:41 UTC +00:00]]
|
734
|
+
[1m[36m (1.5ms)[0m [1mcommit transaction[0m
|
735
|
+
[1m[35m (0.1ms)[0m begin transaction
|
736
|
+
[1m[36m (0.4ms)[0m [1mUPDATE "people" SET "birthday" = 240, "updated_at" = '2012-03-04 01:37:41.521955' WHERE "people"."id" = 91[0m
|
737
|
+
[1m[35m (1.5ms)[0m commit transaction
|
738
|
+
[1m[36mPerson Load (0.3ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 91]]
|
739
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people"
|
740
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
741
|
+
[1m[35mSQL (0.4ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 91]]
|
742
|
+
[1m[36m (1.5ms)[0m [1mcommit transaction[0m
|
743
|
+
[1m[35m (0.1ms)[0m begin transaction
|
744
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 409], ["created_at", Sun, 04 Mar 2012 01:37:41 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 01:37:41 UTC +00:00]]
|
745
|
+
[1m[35m (1.5ms)[0m commit transaction
|
746
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
747
|
+
[1m[35m (0.6ms)[0m UPDATE "people" SET "birthday" = 25, "updated_at" = '2012-03-04 01:37:41.541506' WHERE "people"."id" = 92
|
748
|
+
[1m[36m (1.4ms)[0m [1mcommit transaction[0m
|
749
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 92]]
|
750
|
+
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" [0m
|
751
|
+
[1m[35m (0.0ms)[0m begin transaction
|
752
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 92]]
|
753
|
+
[1m[35m (1.2ms)[0m commit transaction
|
754
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
755
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 207], ["created_at", Sun, 04 Mar 2012 01:37:41 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 01:37:41 UTC +00:00]]
|
756
|
+
[1m[36m (1.4ms)[0m [1mcommit transaction[0m
|
757
|
+
[1m[35m (0.1ms)[0m begin transaction
|
758
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 92], ["created_at", Sun, 04 Mar 2012 01:37:41 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 01:37:41 UTC +00:00]]
|
759
|
+
[1m[35m (1.9ms)[0m commit transaction
|
760
|
+
[1m[36mSQL (1.5ms)[0m [1mUPDATE "people" SET birthday = birthday & 31[0m
|
761
|
+
[1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people"
|
762
|
+
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" [0m
|
763
|
+
[1m[35m (0.0ms)[0m begin transaction
|
764
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 93]]
|
765
|
+
[1m[35m (1.4ms)[0m commit transaction
|
766
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
767
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 94]]
|
768
|
+
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
|
769
|
+
[1m[35m (0.1ms)[0m begin transaction
|
770
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 207], ["created_at", Sun, 04 Mar 2012 01:37:41 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 01:37:41 UTC +00:00]]
|
771
|
+
[1m[35m (1.9ms)[0m commit transaction
|
772
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
773
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 92], ["created_at", Sun, 04 Mar 2012 01:37:41 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 01:37:41 UTC +00:00]]
|
774
|
+
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
|
775
|
+
[1m[35mSQL (1.4ms)[0m UPDATE "people" SET birthday = birthday & 31
|
776
|
+
[1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" [0m
|
777
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people"
|
778
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
779
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 95]]
|
780
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
781
|
+
[1m[35m (0.0ms)[0m begin transaction
|
782
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 96]]
|
783
|
+
[1m[35m (1.8ms)[0m commit transaction
|
784
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
785
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 207], ["created_at", Sun, 04 Mar 2012 01:37:41 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 01:37:41 UTC +00:00]]
|
786
|
+
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
|
787
|
+
[1m[35m (0.0ms)[0m begin transaction
|
788
|
+
[1m[36m (0.3ms)[0m [1mUPDATE "people" SET "birthday" = 0, "updated_at" = '2012-03-04 01:37:41.583795' WHERE "people"."id" = 97[0m
|
789
|
+
[1m[35m (1.1ms)[0m commit transaction
|
790
|
+
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 97]]
|
791
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people"
|
792
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
793
|
+
[1m[35mSQL (0.7ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 97]]
|
794
|
+
[1m[36m (1.8ms)[0m [1mcommit transaction[0m
|
795
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
796
|
+
[1m[35mSQL (72.9ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 207], ["created_at", Sun, 04 Mar 2012 01:42:40 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 01:42:40 UTC +00:00]]
|
797
|
+
[1m[36m (1.6ms)[0m [1mcommit transaction[0m
|
798
|
+
[1m[35m (0.1ms)[0m begin transaction
|
799
|
+
[1m[36m (0.4ms)[0m [1mUPDATE "people" SET "birthday" = 240, "updated_at" = '2012-03-04 01:42:40.852740' WHERE "people"."id" = 98[0m
|
800
|
+
[1m[35m (1.6ms)[0m commit transaction
|
801
|
+
[1m[36mPerson Load (0.3ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 98]]
|
802
|
+
[1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people"
|
803
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
804
|
+
[1m[35mSQL (0.4ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 98]]
|
805
|
+
[1m[36m (1.4ms)[0m [1mcommit transaction[0m
|
806
|
+
[1m[35m (0.1ms)[0m begin transaction
|
807
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 409], ["created_at", Sun, 04 Mar 2012 01:42:40 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 01:42:40 UTC +00:00]]
|
808
|
+
[1m[35m (2.3ms)[0m commit transaction
|
809
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
810
|
+
[1m[35m (0.4ms)[0m UPDATE "people" SET "birthday" = 25, "updated_at" = '2012-03-04 01:42:40.878273' WHERE "people"."id" = 99
|
811
|
+
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
|
812
|
+
[1m[35mPerson Load (0.3ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 99]]
|
813
|
+
[1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" [0m
|
814
|
+
[1m[35m (0.1ms)[0m begin transaction
|
815
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 99]]
|
816
|
+
[1m[35m (1.3ms)[0m commit transaction
|
817
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
818
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 207], ["created_at", Sun, 04 Mar 2012 01:42:40 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 01:42:40 UTC +00:00]]
|
819
|
+
[1m[36m (4.1ms)[0m [1mcommit transaction[0m
|
820
|
+
[1m[35m (0.1ms)[0m begin transaction
|
821
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 92], ["created_at", Sun, 04 Mar 2012 01:42:40 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 01:42:40 UTC +00:00]]
|
822
|
+
[1m[35m (1.5ms)[0m commit transaction
|
823
|
+
[1m[36mSQL (8.1ms)[0m [1mUPDATE "people" SET birthday = birthday + 32[0m
|
824
|
+
[1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people"
|
825
|
+
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" [0m
|
826
|
+
[1m[35m (0.1ms)[0m begin transaction
|
827
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 100]]
|
828
|
+
[1m[35m (1.3ms)[0m commit transaction
|
829
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
830
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 101]]
|
831
|
+
[1m[36m (2.9ms)[0m [1mcommit transaction[0m
|
832
|
+
[1m[35m (0.1ms)[0m begin transaction
|
833
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 207], ["created_at", Sun, 04 Mar 2012 01:42:40 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 01:42:40 UTC +00:00]]
|
834
|
+
[1m[35m (1.3ms)[0m commit transaction
|
835
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
836
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 92], ["created_at", Sun, 04 Mar 2012 01:42:40 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 01:42:40 UTC +00:00]]
|
837
|
+
[1m[36m (1.4ms)[0m [1mcommit transaction[0m
|
838
|
+
[1m[35mSQL (1.4ms)[0m UPDATE "people" SET birthday = birthday + 32
|
839
|
+
[1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" [0m
|
840
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people"
|
841
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
842
|
+
[1m[35mSQL (0.6ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 102]]
|
843
|
+
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
|
844
|
+
[1m[35m (0.1ms)[0m begin transaction
|
845
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 103]]
|
846
|
+
[1m[35m (1.6ms)[0m commit transaction
|
847
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
848
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 207], ["created_at", Sun, 04 Mar 2012 01:42:40 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 01:42:40 UTC +00:00]]
|
849
|
+
[1m[36m (1.5ms)[0m [1mcommit transaction[0m
|
850
|
+
[1m[35m (0.1ms)[0m begin transaction
|
851
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 92], ["created_at", Sun, 04 Mar 2012 01:42:40 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 01:42:40 UTC +00:00]]
|
852
|
+
[1m[35m (1.5ms)[0m commit transaction
|
853
|
+
[1m[36mSQL (1.7ms)[0m [1mUPDATE "people" SET birthday = birthday & 31[0m
|
854
|
+
[1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people"
|
855
|
+
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" [0m
|
856
|
+
[1m[35m (0.0ms)[0m begin transaction
|
857
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 104]]
|
858
|
+
[1m[35m (1.3ms)[0m commit transaction
|
859
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
860
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 105]]
|
861
|
+
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
|
862
|
+
[1m[35m (0.1ms)[0m begin transaction
|
863
|
+
[1m[36mSQL (0.9ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 207], ["created_at", Sun, 04 Mar 2012 01:42:40 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 01:42:40 UTC +00:00]]
|
864
|
+
[1m[35m (1.4ms)[0m commit transaction
|
865
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
866
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 92], ["created_at", Sun, 04 Mar 2012 01:42:40 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 01:42:40 UTC +00:00]]
|
867
|
+
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
|
868
|
+
[1m[35mSQL (1.4ms)[0m UPDATE "people" SET birthday = birthday & 31
|
869
|
+
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" [0m
|
870
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people"
|
871
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
872
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 106]]
|
873
|
+
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
|
874
|
+
[1m[35m (0.1ms)[0m begin transaction
|
875
|
+
[1m[36mSQL (0.4ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 107]]
|
876
|
+
[1m[35m (2.8ms)[0m commit transaction
|
877
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
878
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 207], ["created_at", Sun, 04 Mar 2012 01:42:40 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 01:42:40 UTC +00:00]]
|
879
|
+
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
|
880
|
+
[1m[35m (0.0ms)[0m begin transaction
|
881
|
+
[1m[36m (0.3ms)[0m [1mUPDATE "people" SET "birthday" = 0, "updated_at" = '2012-03-04 01:42:40.966796' WHERE "people"."id" = 108[0m
|
882
|
+
[1m[35m (1.1ms)[0m commit transaction
|
883
|
+
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 108]]
|
884
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people"
|
885
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
886
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 108]]
|
887
|
+
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
|
888
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
889
|
+
[1m[35mSQL (16.3ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 207], ["created_at", Sun, 04 Mar 2012 01:42:53 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 01:42:53 UTC +00:00]]
|
890
|
+
[1m[36m (3.6ms)[0m [1mcommit transaction[0m
|
891
|
+
[1m[35m (0.1ms)[0m begin transaction
|
892
|
+
[1m[36m (0.4ms)[0m [1mUPDATE "people" SET "birthday" = 240, "updated_at" = '2012-03-04 01:42:53.600291' WHERE "people"."id" = 109[0m
|
893
|
+
[1m[35m (1.3ms)[0m commit transaction
|
894
|
+
[1m[36mPerson Load (0.3ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 109]]
|
895
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people"
|
896
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
897
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 109]]
|
898
|
+
[1m[36m (1.5ms)[0m [1mcommit transaction[0m
|
899
|
+
[1m[35m (0.1ms)[0m begin transaction
|
900
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 409], ["created_at", Sun, 04 Mar 2012 01:42:53 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 01:42:53 UTC +00:00]]
|
901
|
+
[1m[35m (1.5ms)[0m commit transaction
|
902
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
903
|
+
[1m[35m (0.5ms)[0m UPDATE "people" SET "birthday" = 25, "updated_at" = '2012-03-04 01:42:53.621023' WHERE "people"."id" = 110
|
904
|
+
[1m[36m (1.4ms)[0m [1mcommit transaction[0m
|
905
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 110]]
|
906
|
+
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" [0m
|
907
|
+
[1m[35m (0.0ms)[0m begin transaction
|
908
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 110]]
|
909
|
+
[1m[35m (1.2ms)[0m commit transaction
|
910
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
911
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 207], ["created_at", Sun, 04 Mar 2012 01:42:53 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 01:42:53 UTC +00:00]]
|
912
|
+
[1m[36m (1.6ms)[0m [1mcommit transaction[0m
|
913
|
+
[1m[35m (0.1ms)[0m begin transaction
|
914
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 92], ["created_at", Sun, 04 Mar 2012 01:42:53 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 01:42:53 UTC +00:00]]
|
915
|
+
[1m[35m (1.3ms)[0m commit transaction
|
916
|
+
[1m[36mSQL (1.5ms)[0m [1mUPDATE "people" SET birthday = birthday + 32[0m
|
917
|
+
[1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people"
|
918
|
+
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" [0m
|
919
|
+
[1m[35m (0.0ms)[0m begin transaction
|
920
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 111]]
|
921
|
+
[1m[35m (1.3ms)[0m commit transaction
|
922
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
923
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 112]]
|
924
|
+
[1m[36m (1.8ms)[0m [1mcommit transaction[0m
|
925
|
+
[1m[35m (0.1ms)[0m begin transaction
|
926
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 207], ["created_at", Sun, 04 Mar 2012 01:42:53 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 01:42:53 UTC +00:00]]
|
927
|
+
[1m[35m (2.1ms)[0m commit transaction
|
928
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
929
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 92], ["created_at", Sun, 04 Mar 2012 01:42:53 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 01:42:53 UTC +00:00]]
|
930
|
+
[1m[36m (1.5ms)[0m [1mcommit transaction[0m
|
931
|
+
[1m[35mSQL (1.6ms)[0m UPDATE "people" SET birthday = birthday + 32
|
932
|
+
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" [0m
|
933
|
+
[1m[35mPerson Load (0.3ms)[0m SELECT "people".* FROM "people"
|
934
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
935
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 113]]
|
936
|
+
[1m[36m (5.1ms)[0m [1mcommit transaction[0m
|
937
|
+
[1m[35m (0.1ms)[0m begin transaction
|
938
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 114]]
|
939
|
+
[1m[35m (1.2ms)[0m commit transaction
|
940
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
941
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 207], ["created_at", Sun, 04 Mar 2012 01:42:53 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 01:42:53 UTC +00:00]]
|
942
|
+
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
|
943
|
+
[1m[35m (0.0ms)[0m begin transaction
|
944
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 92], ["created_at", Sun, 04 Mar 2012 01:42:53 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 01:42:53 UTC +00:00]]
|
945
|
+
[1m[35m (1.4ms)[0m commit transaction
|
946
|
+
[1m[36mSQL (1.7ms)[0m [1mUPDATE "people" SET birthday = birthday & 31[0m
|
947
|
+
[1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people"
|
948
|
+
[1m[36mPerson Load (0.3ms)[0m [1mSELECT "people".* FROM "people" [0m
|
949
|
+
[1m[35m (0.0ms)[0m begin transaction
|
950
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 115]]
|
951
|
+
[1m[35m (1.2ms)[0m commit transaction
|
952
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
953
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 116]]
|
954
|
+
[1m[36m (1.6ms)[0m [1mcommit transaction[0m
|
955
|
+
[1m[35m (0.1ms)[0m begin transaction
|
956
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", 207], ["created_at", Sun, 04 Mar 2012 01:42:53 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 01:42:53 UTC +00:00]]
|
957
|
+
[1m[35m (1.3ms)[0m commit transaction
|
958
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
959
|
+
[1m[35mSQL (0.8ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 92], ["created_at", Sun, 04 Mar 2012 01:42:53 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 01:42:53 UTC +00:00]]
|
960
|
+
[1m[36m (1.5ms)[0m [1mcommit transaction[0m
|
961
|
+
[1m[35mSQL (1.4ms)[0m UPDATE "people" SET birthday = birthday & 31
|
962
|
+
[1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" [0m
|
963
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people"
|
964
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
965
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 117]]
|
966
|
+
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
|
967
|
+
[1m[35m (0.0ms)[0m begin transaction
|
968
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "people" WHERE "people"."id" = ?[0m [["id", 118]]
|
969
|
+
[1m[35m (1.2ms)[0m commit transaction
|
970
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
971
|
+
[1m[35mSQL (1.2ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", 207], ["created_at", Sun, 04 Mar 2012 01:42:53 UTC +00:00], ["name", nil], ["updated_at", Sun, 04 Mar 2012 01:42:53 UTC +00:00]]
|
972
|
+
[1m[36m (1.5ms)[0m [1mcommit transaction[0m
|
973
|
+
[1m[35m (0.1ms)[0m begin transaction
|
974
|
+
[1m[36m (0.3ms)[0m [1mUPDATE "people" SET "birthday" = 0, "updated_at" = '2012-03-04 01:42:53.702577' WHERE "people"."id" = 119[0m
|
975
|
+
[1m[35m (1.6ms)[0m commit transaction
|
976
|
+
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 119]]
|
977
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people"
|
978
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
979
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 119]]
|
980
|
+
[1m[36m (1.4ms)[0m [1mcommit transaction[0m
|