multipluck 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (47) hide show
  1. data/MIT-LICENSE +20 -0
  2. data/README.rdoc +17 -0
  3. data/Rakefile +38 -0
  4. data/lib/multipluck.rb +4 -0
  5. data/lib/multipluck/calculations.rb +23 -0
  6. data/lib/multipluck/version.rb +3 -0
  7. data/lib/tasks/multipluck_tasks.rake +4 -0
  8. data/test/dummy/README.rdoc +261 -0
  9. data/test/dummy/Rakefile +7 -0
  10. data/test/dummy/app/assets/javascripts/application.js +15 -0
  11. data/test/dummy/app/assets/stylesheets/application.css +13 -0
  12. data/test/dummy/app/controllers/application_controller.rb +3 -0
  13. data/test/dummy/app/helpers/application_helper.rb +2 -0
  14. data/test/dummy/app/models/widget.rb +3 -0
  15. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  16. data/test/dummy/config.ru +4 -0
  17. data/test/dummy/config/application.rb +56 -0
  18. data/test/dummy/config/boot.rb +10 -0
  19. data/test/dummy/config/database.yml +25 -0
  20. data/test/dummy/config/environment.rb +5 -0
  21. data/test/dummy/config/environments/development.rb +37 -0
  22. data/test/dummy/config/environments/production.rb +67 -0
  23. data/test/dummy/config/environments/test.rb +37 -0
  24. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  25. data/test/dummy/config/initializers/inflections.rb +15 -0
  26. data/test/dummy/config/initializers/mime_types.rb +5 -0
  27. data/test/dummy/config/initializers/secret_token.rb +7 -0
  28. data/test/dummy/config/initializers/session_store.rb +8 -0
  29. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  30. data/test/dummy/config/locales/en.yml +5 -0
  31. data/test/dummy/config/routes.rb +58 -0
  32. data/test/dummy/db/development.sqlite3 +0 -0
  33. data/test/dummy/db/migrate/20120422025545_create_widgets.rb +13 -0
  34. data/test/dummy/db/schema.rb +26 -0
  35. data/test/dummy/db/test.sqlite3 +0 -0
  36. data/test/dummy/log/development.log +26 -0
  37. data/test/dummy/log/test.log +536 -0
  38. data/test/dummy/public/404.html +26 -0
  39. data/test/dummy/public/422.html +26 -0
  40. data/test/dummy/public/500.html +25 -0
  41. data/test/dummy/public/favicon.ico +0 -0
  42. data/test/dummy/script/rails +6 -0
  43. data/test/dummy/test/fixtures/widgets.yml +11 -0
  44. data/test/dummy/test/unit/widget_test.rb +7 -0
  45. data/test/multipluck_test.rb +33 -0
  46. data/test/test_helper.rb +15 -0
  47. metadata +152 -0
@@ -0,0 +1,536 @@
1
+  (0.4ms) begin transaction
2
+  (0.1ms) rollback transaction
3
+  (0.3ms) begin transaction
4
+  (0.0ms) rollback transaction
5
+  (0.3ms) begin transaction
6
+  (0.0ms) rollback transaction
7
+  (0.4ms) begin transaction
8
+  (0.1ms) SAVEPOINT active_record_1
9
+ SQL (12.7ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", nil], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 03:08:38 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 03:08:38 UTC +00:00]]
10
+  (0.1ms) RELEASE SAVEPOINT active_record_1
11
+  (0.1ms) SELECT an_int FROM "widgets" 
12
+  (0.5ms) rollback transaction
13
+  (0.0ms) begin transaction
14
+  (0.0ms) rollback transaction
15
+  (0.3ms) begin transaction
16
+  (0.1ms) SAVEPOINT active_record_1
17
+ SQL (12.1ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", nil], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 03:08:52 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 03:08:52 UTC +00:00]]
18
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19
+  (0.1ms) SELECT an_int FROM "widgets" 
20
+  (1.7ms) rollback transaction
21
+  (0.1ms) begin transaction
22
+  (0.0ms) rollback transaction
23
+  (0.4ms) begin transaction
24
+  (0.1ms) SAVEPOINT active_record_1
25
+ SQL (9.4ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", nil], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 03:10:47 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 03:10:47 UTC +00:00]]
26
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27
+  (0.1ms) SELECT an_int FROM "widgets" 
28
+  (2.0ms) rollback transaction
29
+  (0.1ms) begin transaction
30
+  (0.1ms) rollback transaction
31
+  (0.5ms) begin transaction
32
+  (0.1ms) SAVEPOINT active_record_1
33
+ SQL (12.5ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", nil], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 03:10:56 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 03:10:56 UTC +00:00]]
34
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35
+ Widget Load (0.2ms) SELECT "widgets".* FROM "widgets" 
36
+  (0.1ms) SELECT an_int FROM "widgets"
37
+  (0.1ms) SELECT an_int FROM "widgets" 
38
+  (0.1ms) SELECT an_int FROM "widgets"
39
+  (0.1ms) SELECT an_int FROM "widgets" 
40
+  (0.1ms) SELECT an_int FROM "widgets"
41
+  (0.4ms) begin transaction
42
+  (0.1ms) SAVEPOINT active_record_1
43
+ SQL (9.8ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", nil], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 03:27:51 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 03:27:51 UTC +00:00]]
44
+ SQLite3::BusyException: database is locked: INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)
45
+  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1
46
+ SQLite3::BusyException: cannot rollback savepoint - SQL statements in progress: ROLLBACK TO SAVEPOINT active_record_1
47
+  (21.0ms) rollback transaction
48
+ SQLite3::BusyException: cannot rollback transaction - SQL statements in progress: rollback transaction
49
+  (0.3ms) begin transaction
50
+  (0.1ms) SAVEPOINT active_record_1
51
+ SQL (11.3ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", nil], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 03:28:26 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 03:28:26 UTC +00:00]]
52
+ SQLite3::BusyException: database is locked: INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)
53
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
54
+ SQLite3::BusyException: cannot rollback savepoint - SQL statements in progress: ROLLBACK TO SAVEPOINT active_record_1
55
+  (0.1ms) rollback transaction
56
+ SQLite3::BusyException: cannot rollback transaction - SQL statements in progress: rollback transaction
57
+  (0.1ms) begin transaction
58
+ SQLite3::SQLException: cannot start a transaction within a transaction: begin transaction
59
+  (0.1ms) rollback transaction
60
+ SQLite3::BusyException: cannot rollback transaction - SQL statements in progress: rollback transaction
61
+  (0.1ms) begin transaction
62
+ SQLite3::SQLException: cannot start a transaction within a transaction: begin transaction
63
+  (0.1ms) rollback transaction
64
+ SQLite3::BusyException: cannot rollback transaction - SQL statements in progress: rollback transaction
65
+  (0.3ms) begin transaction
66
+  (0.1ms) SAVEPOINT active_record_1
67
+ SQL (10.4ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", nil], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 03:28:33 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 03:28:33 UTC +00:00]]
68
+ SQLite3::BusyException: database is locked: INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)
69
+  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1
70
+ SQLite3::BusyException: cannot rollback savepoint - SQL statements in progress: ROLLBACK TO SAVEPOINT active_record_1
71
+  (0.1ms) rollback transaction
72
+ SQLite3::BusyException: cannot rollback transaction - SQL statements in progress: rollback transaction
73
+  (0.1ms) begin transaction
74
+ SQLite3::SQLException: cannot start a transaction within a transaction: begin transaction
75
+  (0.1ms) rollback transaction
76
+ SQLite3::BusyException: cannot rollback transaction - SQL statements in progress: rollback transaction
77
+  (0.1ms) begin transaction
78
+ SQLite3::SQLException: cannot start a transaction within a transaction: begin transaction
79
+  (0.1ms) rollback transaction
80
+ SQLite3::BusyException: cannot rollback transaction - SQL statements in progress: rollback transaction
81
+  (0.3ms) begin transaction
82
+  (0.1ms) SAVEPOINT active_record_1
83
+ SQL (9.7ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", nil], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 03:28:44 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 03:28:44 UTC +00:00]]
84
+ SQLite3::BusyException: database is locked: INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)
85
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
86
+ SQLite3::BusyException: cannot rollback savepoint - SQL statements in progress: ROLLBACK TO SAVEPOINT active_record_1
87
+  (0.1ms) rollback transaction
88
+ SQLite3::BusyException: cannot rollback transaction - SQL statements in progress: rollback transaction
89
+  (0.1ms) begin transaction
90
+ SQLite3::SQLException: cannot start a transaction within a transaction: begin transaction
91
+  (0.1ms) rollback transaction
92
+ SQLite3::BusyException: cannot rollback transaction - SQL statements in progress: rollback transaction
93
+  (0.1ms) begin transaction
94
+ SQLite3::SQLException: cannot start a transaction within a transaction: begin transaction
95
+  (0.1ms) rollback transaction
96
+ SQLite3::BusyException: cannot rollback transaction - SQL statements in progress: rollback transaction
97
+  (0.4ms) begin transaction
98
+  (0.1ms) SAVEPOINT active_record_1
99
+ SQL (10.0ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", nil], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 03:29:27 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 03:29:27 UTC +00:00]]
100
+ SQLite3::BusyException: database is locked: INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)
101
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
102
+ SQLite3::BusyException: cannot rollback savepoint - SQL statements in progress: ROLLBACK TO SAVEPOINT active_record_1
103
+  (0.1ms) rollback transaction
104
+ SQLite3::BusyException: cannot rollback transaction - SQL statements in progress: rollback transaction
105
+  (0.2ms) SELECT an_int FROM "widgets" 
106
+  (0.3ms) rollback transaction
107
+  (0.4ms) begin transaction
108
+  (0.1ms) SAVEPOINT active_record_1
109
+ SQL (9.4ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", nil], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 03:29:56 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 03:29:56 UTC +00:00]]
110
+  (0.1ms) RELEASE SAVEPOINT active_record_1
111
+  (1.8ms) rollback transaction
112
+  (0.3ms) begin transaction
113
+  (0.1ms) SAVEPOINT active_record_1
114
+ SQL (9.8ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", nil], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 03:40:05 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 03:40:05 UTC +00:00]]
115
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116
+  (0.1ms) SELECT an_int FROM "widgets" 
117
+  (1.8ms) rollback transaction
118
+  (0.3ms) begin transaction
119
+  (0.1ms) SAVEPOINT active_record_1
120
+ SQL (9.9ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", nil], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 03:40:29 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 03:40:29 UTC +00:00]]
121
+  (0.1ms) RELEASE SAVEPOINT active_record_1
122
+  (0.1ms) SELECT an_int FROM "widgets" 
123
+  (1.8ms) rollback transaction
124
+  (0.4ms) begin transaction
125
+  (0.1ms) SAVEPOINT active_record_1
126
+ SQL (29.1ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", nil], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 03:44:33 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 03:44:33 UTC +00:00]]
127
+  (0.1ms) RELEASE SAVEPOINT active_record_1
128
+  (0.1ms) SELECT an_int FROM "widgets" 
129
+  (1.7ms) rollback transaction
130
+  (0.4ms) begin transaction
131
+  (0.1ms) SAVEPOINT active_record_1
132
+ SQL (28.9ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", nil], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 03:45:20 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 03:45:20 UTC +00:00]]
133
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134
+  (1.8ms) rollback transaction
135
+  (0.6ms) begin transaction
136
+  (0.1ms) SAVEPOINT active_record_1
137
+ SQL (35.7ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", nil], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 04:19:54 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 04:19:54 UTC +00:00]]
138
+  (0.1ms) RELEASE SAVEPOINT active_record_1
139
+  (0.5ms) rollback transaction
140
+  (0.5ms) begin transaction
141
+  (0.1ms) SAVEPOINT active_record_1
142
+ SQL (29.4ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", nil], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 04:20:04 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 04:20:04 UTC +00:00]]
143
+  (0.1ms) RELEASE SAVEPOINT active_record_1
144
+  (0.1ms) SELECT an_int FROM "widgets" 
145
+  (1.8ms) rollback transaction
146
+  (0.3ms) begin transaction
147
+  (0.1ms) SAVEPOINT active_record_1
148
+ SQL (29.6ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", nil], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 04:20:25 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 04:20:25 UTC +00:00]]
149
+  (0.1ms) RELEASE SAVEPOINT active_record_1
150
+  (0.1ms) SELECT an_int FROM "widgets" 
151
+  (1.8ms) rollback transaction
152
+  (0.4ms) begin transaction
153
+  (0.1ms) SAVEPOINT active_record_1
154
+ SQL (28.1ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", nil], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 04:20:31 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 04:20:31 UTC +00:00]]
155
+  (0.1ms) RELEASE SAVEPOINT active_record_1
156
+  (1.9ms) rollback transaction
157
+  (0.3ms) begin transaction
158
+  (0.1ms) SAVEPOINT active_record_1
159
+ SQL (29.5ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", nil], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 04:23:34 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 04:23:34 UTC +00:00]]
160
+  (0.1ms) RELEASE SAVEPOINT active_record_1
161
+  (1.8ms) rollback transaction
162
+  (0.3ms) begin transaction
163
+  (0.1ms) SAVEPOINT active_record_1
164
+ SQL (31.5ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", nil], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 04:23:56 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 04:23:56 UTC +00:00]]
165
+  (0.1ms) RELEASE SAVEPOINT active_record_1
166
+  (0.1ms) SELECT an_int FROM "widgets" 
167
+  (2.0ms) rollback transaction
168
+  (0.3ms) begin transaction
169
+  (0.1ms) SAVEPOINT active_record_1
170
+ SQL (29.5ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", nil], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 04:24:38 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 04:24:38 UTC +00:00]]
171
+  (0.1ms) RELEASE SAVEPOINT active_record_1
172
+  (0.1ms) SELECT an_int FROM "widgets" 
173
+  (1.8ms) rollback transaction
174
+  (0.3ms) begin transaction
175
+  (0.0ms) rollback transaction
176
+  (0.3ms) begin transaction
177
+  (0.1ms) rollback transaction
178
+  (0.3ms) begin transaction
179
+  (0.1ms) rollback transaction
180
+  (0.5ms) begin transaction
181
+  (0.1ms) SAVEPOINT active_record_1
182
+ SQL (29.0ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", "cow"], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 04:26:53 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 04:26:53 UTC +00:00]]
183
+  (0.1ms) RELEASE SAVEPOINT active_record_1
184
+  (0.1ms) SELECT an_int FROM "widgets" 
185
+  (1.8ms) rollback transaction
186
+  (0.4ms) begin transaction
187
+  (0.1ms) SAVEPOINT active_record_1
188
+ SQL (28.3ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", "cow"], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 04:27:01 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 04:27:01 UTC +00:00]]
189
+  (0.1ms) RELEASE SAVEPOINT active_record_1
190
+  (0.1ms) SELECT an_int, a_string FROM "widgets" 
191
+  (1.7ms) rollback transaction
192
+  (0.4ms) begin transaction
193
+  (0.0ms) SAVEPOINT active_record_1
194
+ SQL (31.5ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", "cow"], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 04:27:53 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 04:27:53 UTC +00:00]]
195
+  (0.1ms) RELEASE SAVEPOINT active_record_1
196
+  (0.1ms) SELECT an_int, a_string FROM "widgets" 
197
+  (1.7ms) rollback transaction
198
+  (0.5ms) begin transaction
199
+  (0.1ms) SAVEPOINT active_record_1
200
+ SQL (11.6ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", "cow"], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 04:28:30 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 04:28:30 UTC +00:00]]
201
+  (0.1ms) RELEASE SAVEPOINT active_record_1
202
+  (0.1ms) SELECT an_int, a_string FROM "widgets" 
203
+  (0.1ms) SELECT an_int FROM "widgets"
204
+  (0.1ms) SELECT an_int FROM "widgets" 
205
+  (0.1ms) SELECT an_int, a_string FROM "widgets"
206
+  (0.3ms) rollback transaction
207
+  (0.3ms) begin transaction
208
+  (0.0ms) SAVEPOINT active_record_1
209
+ SQL (28.4ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", "cow"], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 04:34:39 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 04:34:39 UTC +00:00]]
210
+  (0.1ms) RELEASE SAVEPOINT active_record_1
211
+  (0.1ms) SELECT an_int, a_string FROM "widgets" 
212
+  (1.8ms) rollback transaction
213
+  (0.3ms) begin transaction
214
+  (0.1ms) SAVEPOINT active_record_1
215
+ SQL (28.0ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", "cow"], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 04:38:30 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 04:38:30 UTC +00:00]]
216
+  (0.0ms) RELEASE SAVEPOINT active_record_1
217
+  (0.1ms) SELECT an_int, a_string FROM "widgets" 
218
+  (1.6ms) rollback transaction
219
+  (0.3ms) begin transaction
220
+  (0.1ms) SAVEPOINT active_record_1
221
+ SQL (29.1ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", "cow"], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 04:41:16 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 04:41:16 UTC +00:00]]
222
+  (0.1ms) RELEASE SAVEPOINT active_record_1
223
+  (0.1ms) SELECT an_int, a_string FROM "widgets" 
224
+  (1.8ms) rollback transaction
225
+  (0.4ms) begin transaction
226
+  (0.1ms) SAVEPOINT active_record_1
227
+ SQL (32.3ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", "cow"], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 04:41:31 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 04:41:31 UTC +00:00]]
228
+  (0.1ms) RELEASE SAVEPOINT active_record_1
229
+  (0.1ms) SELECT an_int, a_string FROM "widgets" 
230
+  (2.0ms) rollback transaction
231
+  (0.3ms) begin transaction
232
+  (0.1ms) SAVEPOINT active_record_1
233
+ SQL (29.8ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", "cow"], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 04:43:05 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 04:43:05 UTC +00:00]]
234
+  (0.1ms) RELEASE SAVEPOINT active_record_1
235
+  (0.0ms) SAVEPOINT active_record_1
236
+ SQL (0.4ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", "dog"], ["an_int", 12], ["created_at", Sun, 22 Apr 2012 04:43:05 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 04:43:05 UTC +00:00]]
237
+  (0.0ms) RELEASE SAVEPOINT active_record_1
238
+  (0.1ms) SELECT an_int, a_string FROM "widgets"
239
+  (1.6ms) rollback transaction
240
+  (0.3ms) begin transaction
241
+  (0.0ms) SAVEPOINT active_record_1
242
+ SQL (29.3ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", nil], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 04:44:38 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 04:44:38 UTC +00:00]]
243
+  (0.1ms) RELEASE SAVEPOINT active_record_1
244
+  (0.1ms) SELECT an_int FROM "widgets" 
245
+  (0.0ms) SAVEPOINT active_record_1
246
+ SQL (0.4ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", nil], ["an_int", 12], ["created_at", Sun, 22 Apr 2012 04:44:38 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 04:44:38 UTC +00:00]]
247
+  (0.0ms) RELEASE SAVEPOINT active_record_1
248
+  (0.0ms) SELECT an_int FROM "widgets" 
249
+  (1.6ms) rollback transaction
250
+  (0.5ms) begin transaction
251
+  (0.1ms) SAVEPOINT active_record_1
252
+ SQL (11.9ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", "cow"], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 04:45:21 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 04:45:21 UTC +00:00]]
253
+  (0.1ms) RELEASE SAVEPOINT active_record_1
254
+  (0.0ms) SAVEPOINT active_record_1
255
+ SQL (0.5ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", "dog"], ["an_int", 12], ["created_at", Sun, 22 Apr 2012 04:45:21 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 04:45:21 UTC +00:00]]
256
+  (0.0ms) RELEASE SAVEPOINT active_record_1
257
+  (0.1ms) SELECT an_int, a_string FROM "widgets"
258
+  (1.9ms) rollback transaction
259
+  (0.4ms) begin transaction
260
+  (0.1ms) SAVEPOINT active_record_1
261
+ SQL (11.2ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", "cow"], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 04:45:56 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 04:45:56 UTC +00:00]]
262
+  (0.1ms) RELEASE SAVEPOINT active_record_1
263
+  (0.0ms) SAVEPOINT active_record_1
264
+ SQL (0.6ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", "dog"], ["an_int", 12], ["created_at", Sun, 22 Apr 2012 04:45:56 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 04:45:56 UTC +00:00]]
265
+  (0.1ms) RELEASE SAVEPOINT active_record_1
266
+  (0.1ms) SELECT an_int, a_string FROM "widgets"
267
+  (0.1ms) SELECT an_int FROM "widgets" 
268
+  (0.2ms) SELECT an_int, a_string FROM "widgets"
269
+  (0.3ms) begin transaction
270
+  (0.1ms) SAVEPOINT active_record_1
271
+ SQL (29.6ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", "cow"], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 04:51:42 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 04:51:42 UTC +00:00]]
272
+ SQLite3::BusyException: database is locked: INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)
273
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
274
+ SQLite3::BusyException: cannot rollback savepoint - SQL statements in progress: ROLLBACK TO SAVEPOINT active_record_1
275
+  (0.1ms) rollback transaction
276
+ SQLite3::BusyException: cannot rollback transaction - SQL statements in progress: rollback transaction
277
+  (0.4ms) rollback transaction
278
+  (0.3ms) begin transaction
279
+  (0.1ms) SAVEPOINT active_record_1
280
+ SQL (28.5ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", "cow"], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 04:51:54 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 04:51:54 UTC +00:00]]
281
+  (0.1ms) RELEASE SAVEPOINT active_record_1
282
+  (0.0ms) SAVEPOINT active_record_1
283
+ SQL (0.3ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", "dog"], ["an_int", 12], ["created_at", Sun, 22 Apr 2012 04:51:54 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 04:51:54 UTC +00:00]]
284
+  (0.0ms) RELEASE SAVEPOINT active_record_1
285
+  (0.1ms) SELECT an_int, a_string FROM "widgets"
286
+  (1.7ms) rollback transaction
287
+  (0.3ms) begin transaction
288
+  (0.1ms) SAVEPOINT active_record_1
289
+ SQL (30.4ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", "cow"], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 04:52:14 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 04:52:14 UTC +00:00]]
290
+  (0.1ms) RELEASE SAVEPOINT active_record_1
291
+  (0.0ms) SAVEPOINT active_record_1
292
+ SQL (0.4ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", "dog"], ["an_int", 12], ["created_at", Sun, 22 Apr 2012 04:52:15 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 04:52:15 UTC +00:00]]
293
+  (0.0ms) RELEASE SAVEPOINT active_record_1
294
+  (0.1ms) SELECT an_int, a_string FROM "widgets"
295
+  (1.7ms) rollback transaction
296
+  (0.4ms) begin transaction
297
+  (0.1ms) SAVEPOINT active_record_1
298
+ SQL (29.0ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", nil], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 04:52:36 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 04:52:36 UTC +00:00]]
299
+  (0.1ms) RELEASE SAVEPOINT active_record_1
300
+  (0.1ms) SELECT an_int FROM "widgets" 
301
+  (1.7ms) rollback transaction
302
+  (0.1ms) begin transaction
303
+  (0.0ms) SAVEPOINT active_record_1
304
+ SQL (0.3ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", "cow"], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 04:52:36 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 04:52:36 UTC +00:00]]
305
+  (0.0ms) RELEASE SAVEPOINT active_record_1
306
+  (0.1ms) SELECT an_int, a_string FROM "widgets" 
307
+  (0.4ms) rollback transaction
308
+  (0.0ms) begin transaction
309
+  (0.0ms) SAVEPOINT active_record_1
310
+ SQL (0.3ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", "cow"], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 04:52:36 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 04:52:36 UTC +00:00]]
311
+  (0.0ms) RELEASE SAVEPOINT active_record_1
312
+  (0.0ms) SAVEPOINT active_record_1
313
+ SQL (0.4ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", "dog"], ["an_int", 12], ["created_at", Sun, 22 Apr 2012 04:52:36 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 04:52:36 UTC +00:00]]
314
+  (0.0ms) RELEASE SAVEPOINT active_record_1
315
+  (0.1ms) SELECT an_int, a_string FROM "widgets"
316
+  (0.6ms) rollback transaction
317
+  (0.0ms) begin transaction
318
+  (0.0ms) SAVEPOINT active_record_1
319
+ SQL (0.6ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", nil], ["an_int", 12], ["created_at", Sun, 22 Apr 2012 04:52:36 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 04:52:36 UTC +00:00]]
320
+  (0.1ms) RELEASE SAVEPOINT active_record_1
321
+  (0.1ms) SELECT an_int FROM "widgets"
322
+  (0.4ms) rollback transaction
323
+  (0.0ms) begin transaction
324
+  (0.0ms) rollback transaction
325
+  (0.5ms) begin transaction
326
+  (0.1ms) SAVEPOINT active_record_1
327
+ SQL (28.7ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", nil], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 04:52:59 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 04:52:59 UTC +00:00]]
328
+  (0.1ms) RELEASE SAVEPOINT active_record_1
329
+  (0.1ms) SELECT an_int FROM "widgets" 
330
+  (1.6ms) rollback transaction
331
+  (0.0ms) begin transaction
332
+  (0.0ms) SAVEPOINT active_record_1
333
+ SQL (0.4ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", "cow"], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 04:52:59 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 04:52:59 UTC +00:00]]
334
+  (0.0ms) RELEASE SAVEPOINT active_record_1
335
+  (0.1ms) SELECT an_int, a_string FROM "widgets" 
336
+  (0.5ms) rollback transaction
337
+  (0.0ms) begin transaction
338
+  (0.0ms) SAVEPOINT active_record_1
339
+ SQL (0.3ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", "cow"], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 04:52:59 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 04:52:59 UTC +00:00]]
340
+  (0.0ms) RELEASE SAVEPOINT active_record_1
341
+  (0.0ms) SAVEPOINT active_record_1
342
+ SQL (0.4ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", "dog"], ["an_int", 12], ["created_at", Sun, 22 Apr 2012 04:52:59 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 04:52:59 UTC +00:00]]
343
+  (0.0ms) RELEASE SAVEPOINT active_record_1
344
+  (0.1ms) SELECT an_int, a_string FROM "widgets"
345
+  (0.5ms) rollback transaction
346
+  (0.0ms) begin transaction
347
+  (0.0ms) SAVEPOINT active_record_1
348
+ SQL (0.3ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", nil], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 04:52:59 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 04:52:59 UTC +00:00]]
349
+  (0.1ms) RELEASE SAVEPOINT active_record_1
350
+  (0.1ms) SAVEPOINT active_record_1
351
+ SQL (0.5ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", nil], ["an_int", 12], ["created_at", Sun, 22 Apr 2012 04:52:59 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 04:52:59 UTC +00:00]]
352
+  (0.1ms) RELEASE SAVEPOINT active_record_1
353
+  (0.1ms) SELECT an_int FROM "widgets" 
354
+  (0.5ms) rollback transaction
355
+  (0.0ms) begin transaction
356
+  (0.0ms) rollback transaction
357
+  (0.3ms) begin transaction
358
+  (0.1ms) SAVEPOINT active_record_1
359
+ SQL (30.4ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", nil], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 04:53:12 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 04:53:12 UTC +00:00]]
360
+  (0.1ms) RELEASE SAVEPOINT active_record_1
361
+  (0.1ms) SELECT an_int FROM "widgets" 
362
+  (1.6ms) rollback transaction
363
+  (0.1ms) begin transaction
364
+  (0.0ms) SAVEPOINT active_record_1
365
+ SQL (0.4ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", "cow"], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 04:53:12 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 04:53:12 UTC +00:00]]
366
+  (0.0ms) RELEASE SAVEPOINT active_record_1
367
+  (0.1ms) SELECT an_int, a_string FROM "widgets" 
368
+  (0.5ms) rollback transaction
369
+  (0.0ms) begin transaction
370
+  (0.0ms) SAVEPOINT active_record_1
371
+ SQL (0.3ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", "cow"], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 04:53:12 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 04:53:12 UTC +00:00]]
372
+  (0.0ms) RELEASE SAVEPOINT active_record_1
373
+  (0.0ms) SAVEPOINT active_record_1
374
+ SQL (0.3ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", "dog"], ["an_int", 12], ["created_at", Sun, 22 Apr 2012 04:53:12 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 04:53:12 UTC +00:00]]
375
+  (0.0ms) RELEASE SAVEPOINT active_record_1
376
+  (0.1ms) SELECT an_int, a_string FROM "widgets"
377
+  (0.5ms) rollback transaction
378
+  (0.0ms) begin transaction
379
+  (0.0ms) SAVEPOINT active_record_1
380
+ SQL (0.4ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", nil], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 04:53:12 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 04:53:12 UTC +00:00]]
381
+  (0.1ms) RELEASE SAVEPOINT active_record_1
382
+  (0.1ms) SAVEPOINT active_record_1
383
+ SQL (0.5ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", nil], ["an_int", 12], ["created_at", Sun, 22 Apr 2012 04:53:12 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 04:53:12 UTC +00:00]]
384
+  (0.1ms) RELEASE SAVEPOINT active_record_1
385
+  (0.1ms) SELECT an_int FROM "widgets" 
386
+  (0.5ms) rollback transaction
387
+  (0.3ms) begin transaction
388
+  (0.1ms) SAVEPOINT active_record_1
389
+ SQL (28.7ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", nil], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 05:00:33 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 05:00:33 UTC +00:00]]
390
+  (0.1ms) RELEASE SAVEPOINT active_record_1
391
+  (0.1ms) SELECT an_int FROM "widgets" 
392
+  (1.7ms) rollback transaction
393
+  (0.4ms) begin transaction
394
+  (0.0ms) SAVEPOINT active_record_1
395
+ SQL (29.8ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", "cow"], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 05:02:04 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 05:02:04 UTC +00:00]]
396
+  (0.1ms) RELEASE SAVEPOINT active_record_1
397
+  (0.1ms) SELECT an_int, a_string FROM "widgets" 
398
+  (1.6ms) rollback transaction
399
+  (0.3ms) begin transaction
400
+  (0.1ms) SAVEPOINT active_record_1
401
+ SQL (28.8ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", "cow"], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 05:02:10 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 05:02:10 UTC +00:00]]
402
+  (0.1ms) RELEASE SAVEPOINT active_record_1
403
+  (0.0ms) SAVEPOINT active_record_1
404
+ SQL (0.4ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", "dog"], ["an_int", 12], ["created_at", Sun, 22 Apr 2012 05:02:10 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 05:02:10 UTC +00:00]]
405
+  (0.0ms) RELEASE SAVEPOINT active_record_1
406
+  (0.1ms) SELECT an_int, a_string FROM "widgets"
407
+  (1.9ms) rollback transaction
408
+  (0.4ms) begin transaction
409
+  (0.1ms) SAVEPOINT active_record_1
410
+ SQL (29.7ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", nil], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 05:02:15 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 05:02:15 UTC +00:00]]
411
+  (0.1ms) RELEASE SAVEPOINT active_record_1
412
+  (0.1ms) SELECT an_int FROM "widgets" 
413
+  (1.6ms) rollback transaction
414
+  (0.3ms) begin transaction
415
+  (0.1ms) SAVEPOINT active_record_1
416
+ SQL (36.3ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", nil], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 05:02:31 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 05:02:31 UTC +00:00]]
417
+  (0.1ms) RELEASE SAVEPOINT active_record_1
418
+  (0.1ms) SELECT an_int FROM "widgets" 
419
+  (1.6ms) rollback transaction
420
+  (0.4ms) begin transaction
421
+  (0.8ms) SAVEPOINT active_record_1
422
+ SQL (36.0ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", nil], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 22:21:25 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 22:21:25 UTC +00:00]]
423
+  (0.1ms) RELEASE SAVEPOINT active_record_1
424
+  (0.1ms) SELECT an_int FROM "widgets" 
425
+  (0.5ms) rollback transaction
426
+  (0.3ms) begin transaction
427
+  (0.1ms) SAVEPOINT active_record_1
428
+ SQL (38.2ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", nil], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 22:22:12 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 22:22:12 UTC +00:00]]
429
+  (0.1ms) RELEASE SAVEPOINT active_record_1
430
+  (0.1ms) SELECT an_int FROM "widgets" 
431
+  (1.6ms) rollback transaction
432
+  (0.1ms) begin transaction
433
+  (0.0ms) SAVEPOINT active_record_1
434
+ SQL (0.6ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", "cow"], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 22:22:12 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 22:22:12 UTC +00:00]]
435
+  (0.1ms) RELEASE SAVEPOINT active_record_1
436
+  (0.1ms) SELECT an_int, a_string FROM "widgets" 
437
+  (0.1ms) SELECT a_string, an_int FROM "widgets"
438
+  (0.4ms) rollback transaction
439
+  (0.1ms) begin transaction
440
+  (0.0ms) SAVEPOINT active_record_1
441
+ SQL (0.4ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", "cow"], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 22:22:12 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 22:22:12 UTC +00:00]]
442
+  (0.1ms) RELEASE SAVEPOINT active_record_1
443
+  (0.0ms) SAVEPOINT active_record_1
444
+ SQL (0.6ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", "dog"], ["an_int", 12], ["created_at", Sun, 22 Apr 2012 22:22:12 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 22:22:12 UTC +00:00]]
445
+  (0.1ms) RELEASE SAVEPOINT active_record_1
446
+  (0.1ms) SELECT an_int, a_string FROM "widgets" 
447
+  (0.5ms) rollback transaction
448
+  (0.1ms) begin transaction
449
+  (0.0ms) SAVEPOINT active_record_1
450
+ SQL (0.5ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", nil], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 22:22:12 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 22:22:12 UTC +00:00]]
451
+  (0.1ms) RELEASE SAVEPOINT active_record_1
452
+  (0.0ms) SAVEPOINT active_record_1
453
+ SQL (0.5ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", nil], ["an_int", 12], ["created_at", Sun, 22 Apr 2012 22:22:12 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 22:22:12 UTC +00:00]]
454
+  (0.1ms) RELEASE SAVEPOINT active_record_1
455
+  (0.1ms) SELECT an_int FROM "widgets"
456
+  (0.5ms) rollback transaction
457
+  (0.0ms) begin transaction
458
+  (0.0ms) SAVEPOINT active_record_1
459
+ SQL (0.3ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", nil], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 22:22:12 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 22:22:12 UTC +00:00]]
460
+  (0.0ms) RELEASE SAVEPOINT active_record_1
461
+  (0.1ms) SELECT an_int FROM "widgets"
462
+  (0.4ms) rollback transaction
463
+  (0.4ms) begin transaction
464
+  (0.1ms) SAVEPOINT active_record_1
465
+ SQL (28.3ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", nil], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 22:26:27 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 22:26:27 UTC +00:00]]
466
+  (0.1ms) RELEASE SAVEPOINT active_record_1
467
+  (0.1ms) SELECT an_int FROM "widgets" 
468
+  (1.7ms) rollback transaction
469
+  (0.1ms) begin transaction
470
+  (0.0ms) SAVEPOINT active_record_1
471
+ SQL (0.4ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", "cow"], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 22:26:27 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 22:26:27 UTC +00:00]]
472
+  (0.0ms) RELEASE SAVEPOINT active_record_1
473
+  (0.1ms) SELECT an_int, a_string FROM "widgets" 
474
+  (0.0ms) SELECT a_string, an_int FROM "widgets"
475
+  (0.4ms) rollback transaction
476
+  (0.0ms) begin transaction
477
+  (0.0ms) SAVEPOINT active_record_1
478
+ SQL (0.3ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", "cow"], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 22:26:27 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 22:26:27 UTC +00:00]]
479
+  (0.0ms) RELEASE SAVEPOINT active_record_1
480
+  (0.0ms) SAVEPOINT active_record_1
481
+ SQL (0.4ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", "dog"], ["an_int", 12], ["created_at", Sun, 22 Apr 2012 22:26:27 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 22:26:27 UTC +00:00]]
482
+  (0.0ms) RELEASE SAVEPOINT active_record_1
483
+  (0.1ms) SELECT an_int, a_string FROM "widgets" 
484
+  (0.5ms) rollback transaction
485
+  (0.1ms) begin transaction
486
+  (0.0ms) SAVEPOINT active_record_1
487
+ SQL (0.3ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", nil], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 22:26:27 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 22:26:27 UTC +00:00]]
488
+  (0.1ms) RELEASE SAVEPOINT active_record_1
489
+  (0.0ms) SAVEPOINT active_record_1
490
+ SQL (0.3ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", nil], ["an_int", 12], ["created_at", Sun, 22 Apr 2012 22:26:27 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 22:26:27 UTC +00:00]]
491
+  (0.0ms) RELEASE SAVEPOINT active_record_1
492
+  (0.1ms) SELECT an_int FROM "widgets"
493
+  (0.5ms) rollback transaction
494
+  (0.0ms) begin transaction
495
+  (0.0ms) SAVEPOINT active_record_1
496
+ SQL (0.3ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", nil], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 22:26:27 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 22:26:27 UTC +00:00]]
497
+  (0.0ms) RELEASE SAVEPOINT active_record_1
498
+  (0.0ms) SELECT an_int FROM "widgets"
499
+  (0.5ms) rollback transaction
500
+  (0.4ms) begin transaction
501
+  (0.1ms) SAVEPOINT active_record_1
502
+ SQL (31.0ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", nil], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 22:26:59 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 22:26:59 UTC +00:00]]
503
+  (0.1ms) RELEASE SAVEPOINT active_record_1
504
+  (0.1ms) SELECT an_int FROM "widgets" 
505
+  (1.6ms) rollback transaction
506
+  (0.1ms) begin transaction
507
+  (0.1ms) SAVEPOINT active_record_1
508
+ SQL (0.5ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", "cow"], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 22:26:59 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 22:26:59 UTC +00:00]]
509
+  (0.1ms) RELEASE SAVEPOINT active_record_1
510
+  (0.1ms) SELECT an_int, a_string FROM "widgets" 
511
+  (0.1ms) SELECT a_string, an_int FROM "widgets"
512
+  (0.7ms) rollback transaction
513
+  (0.1ms) begin transaction
514
+  (0.0ms) SAVEPOINT active_record_1
515
+ SQL (0.4ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", "cow"], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 22:26:59 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 22:26:59 UTC +00:00]]
516
+  (0.0ms) RELEASE SAVEPOINT active_record_1
517
+  (0.0ms) SAVEPOINT active_record_1
518
+ SQL (0.6ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", "dog"], ["an_int", 12], ["created_at", Sun, 22 Apr 2012 22:26:59 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 22:26:59 UTC +00:00]]
519
+  (0.1ms) RELEASE SAVEPOINT active_record_1
520
+  (0.1ms) SELECT an_int, a_string FROM "widgets" 
521
+  (0.5ms) rollback transaction
522
+  (0.0ms) begin transaction
523
+  (0.0ms) SAVEPOINT active_record_1
524
+ SQL (0.3ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", nil], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 22:26:59 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 22:26:59 UTC +00:00]]
525
+  (0.0ms) RELEASE SAVEPOINT active_record_1
526
+  (0.0ms) SAVEPOINT active_record_1
527
+ SQL (0.4ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", nil], ["an_int", 12], ["created_at", Sun, 22 Apr 2012 22:26:59 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 22:26:59 UTC +00:00]]
528
+  (0.0ms) RELEASE SAVEPOINT active_record_1
529
+  (0.1ms) SELECT an_int FROM "widgets"
530
+  (0.4ms) rollback transaction
531
+  (0.0ms) begin transaction
532
+  (0.0ms) SAVEPOINT active_record_1
533
+ SQL (0.3ms) INSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["a_bool", nil], ["a_datetime", nil], ["a_decimal", nil], ["a_string", nil], ["an_int", 5], ["created_at", Sun, 22 Apr 2012 22:26:59 UTC +00:00], ["updated_at", Sun, 22 Apr 2012 22:26:59 UTC +00:00]]
534
+  (0.0ms) RELEASE SAVEPOINT active_record_1
535
+  (0.0ms) SELECT an_int FROM "widgets"
536
+  (0.5ms) rollback transaction