multipluck 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/MIT-LICENSE +20 -0
- data/README.rdoc +17 -0
- data/Rakefile +38 -0
- data/lib/multipluck.rb +4 -0
- data/lib/multipluck/calculations.rb +23 -0
- data/lib/multipluck/version.rb +3 -0
- data/lib/tasks/multipluck_tasks.rake +4 -0
- data/test/dummy/README.rdoc +261 -0
- data/test/dummy/Rakefile +7 -0
- data/test/dummy/app/assets/javascripts/application.js +15 -0
- data/test/dummy/app/assets/stylesheets/application.css +13 -0
- data/test/dummy/app/controllers/application_controller.rb +3 -0
- data/test/dummy/app/helpers/application_helper.rb +2 -0
- data/test/dummy/app/models/widget.rb +3 -0
- data/test/dummy/app/views/layouts/application.html.erb +14 -0
- data/test/dummy/config.ru +4 -0
- data/test/dummy/config/application.rb +56 -0
- data/test/dummy/config/boot.rb +10 -0
- data/test/dummy/config/database.yml +25 -0
- data/test/dummy/config/environment.rb +5 -0
- data/test/dummy/config/environments/development.rb +37 -0
- data/test/dummy/config/environments/production.rb +67 -0
- data/test/dummy/config/environments/test.rb +37 -0
- data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/test/dummy/config/initializers/inflections.rb +15 -0
- data/test/dummy/config/initializers/mime_types.rb +5 -0
- data/test/dummy/config/initializers/secret_token.rb +7 -0
- data/test/dummy/config/initializers/session_store.rb +8 -0
- data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
- data/test/dummy/config/locales/en.yml +5 -0
- data/test/dummy/config/routes.rb +58 -0
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/migrate/20120422025545_create_widgets.rb +13 -0
- data/test/dummy/db/schema.rb +26 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +26 -0
- data/test/dummy/log/test.log +536 -0
- data/test/dummy/public/404.html +26 -0
- data/test/dummy/public/422.html +26 -0
- data/test/dummy/public/500.html +25 -0
- data/test/dummy/public/favicon.ico +0 -0
- data/test/dummy/script/rails +6 -0
- data/test/dummy/test/fixtures/widgets.yml +11 -0
- data/test/dummy/test/unit/widget_test.rb +7 -0
- data/test/multipluck_test.rb +33 -0
- data/test/test_helper.rb +15 -0
- metadata +152 -0
@@ -0,0 +1,536 @@
|
|
1
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
2
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
4
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
6
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
7
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
8
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
9
|
+
[1m[36mSQL (12.7ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
11
|
+
[1m[36m (0.1ms)[0m [1mSELECT an_int FROM "widgets" [0m
|
12
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
13
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
16
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
17
|
+
[1m[36mSQL (12.1ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
19
|
+
[1m[36m (0.1ms)[0m [1mSELECT an_int FROM "widgets" [0m
|
20
|
+
[1m[35m (1.7ms)[0m rollback transaction
|
21
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
22
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
24
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
25
|
+
[1m[36mSQL (9.4ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
27
|
+
[1m[36m (0.1ms)[0m [1mSELECT an_int FROM "widgets" [0m
|
28
|
+
[1m[35m (2.0ms)[0m rollback transaction
|
29
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
30
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
32
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
33
|
+
[1m[36mSQL (12.5ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
35
|
+
[1m[36mWidget Load (0.2ms)[0m [1mSELECT "widgets".* FROM "widgets" [0m
|
36
|
+
[1m[35m (0.1ms)[0m SELECT an_int FROM "widgets"
|
37
|
+
[1m[36m (0.1ms)[0m [1mSELECT an_int FROM "widgets" [0m
|
38
|
+
[1m[35m (0.1ms)[0m SELECT an_int FROM "widgets"
|
39
|
+
[1m[36m (0.1ms)[0m [1mSELECT an_int FROM "widgets" [0m
|
40
|
+
[1m[35m (0.1ms)[0m SELECT an_int FROM "widgets"
|
41
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
42
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
43
|
+
[1m[36mSQL (9.8ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.2ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
46
|
+
SQLite3::BusyException: cannot rollback savepoint - SQL statements in progress: ROLLBACK TO SAVEPOINT active_record_1
|
47
|
+
[1m[36m (21.0ms)[0m [1mrollback transaction[0m
|
48
|
+
SQLite3::BusyException: cannot rollback transaction - SQL statements in progress: rollback transaction
|
49
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
50
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
51
|
+
[1m[36mSQL (11.3ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
54
|
+
SQLite3::BusyException: cannot rollback savepoint - SQL statements in progress: ROLLBACK TO SAVEPOINT active_record_1
|
55
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
56
|
+
SQLite3::BusyException: cannot rollback transaction - SQL statements in progress: rollback transaction
|
57
|
+
[1m[35m (0.1ms)[0m begin transaction
|
58
|
+
SQLite3::SQLException: cannot start a transaction within a transaction: begin transaction
|
59
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
60
|
+
SQLite3::BusyException: cannot rollback transaction - SQL statements in progress: rollback transaction
|
61
|
+
[1m[35m (0.1ms)[0m begin transaction
|
62
|
+
SQLite3::SQLException: cannot start a transaction within a transaction: begin transaction
|
63
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
64
|
+
SQLite3::BusyException: cannot rollback transaction - SQL statements in progress: rollback transaction
|
65
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
66
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
67
|
+
[1m[36mSQL (10.4ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.2ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
70
|
+
SQLite3::BusyException: cannot rollback savepoint - SQL statements in progress: ROLLBACK TO SAVEPOINT active_record_1
|
71
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
72
|
+
SQLite3::BusyException: cannot rollback transaction - SQL statements in progress: rollback transaction
|
73
|
+
[1m[35m (0.1ms)[0m begin transaction
|
74
|
+
SQLite3::SQLException: cannot start a transaction within a transaction: begin transaction
|
75
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
76
|
+
SQLite3::BusyException: cannot rollback transaction - SQL statements in progress: rollback transaction
|
77
|
+
[1m[35m (0.1ms)[0m begin transaction
|
78
|
+
SQLite3::SQLException: cannot start a transaction within a transaction: begin transaction
|
79
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
80
|
+
SQLite3::BusyException: cannot rollback transaction - SQL statements in progress: rollback transaction
|
81
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
82
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
83
|
+
[1m[36mSQL (9.7ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
86
|
+
SQLite3::BusyException: cannot rollback savepoint - SQL statements in progress: ROLLBACK TO SAVEPOINT active_record_1
|
87
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
88
|
+
SQLite3::BusyException: cannot rollback transaction - SQL statements in progress: rollback transaction
|
89
|
+
[1m[35m (0.1ms)[0m begin transaction
|
90
|
+
SQLite3::SQLException: cannot start a transaction within a transaction: begin transaction
|
91
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
92
|
+
SQLite3::BusyException: cannot rollback transaction - SQL statements in progress: rollback transaction
|
93
|
+
[1m[35m (0.1ms)[0m begin transaction
|
94
|
+
SQLite3::SQLException: cannot start a transaction within a transaction: begin transaction
|
95
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
96
|
+
SQLite3::BusyException: cannot rollback transaction - SQL statements in progress: rollback transaction
|
97
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
98
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
99
|
+
[1m[36mSQL (10.0ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
102
|
+
SQLite3::BusyException: cannot rollback savepoint - SQL statements in progress: ROLLBACK TO SAVEPOINT active_record_1
|
103
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
104
|
+
SQLite3::BusyException: cannot rollback transaction - SQL statements in progress: rollback transaction
|
105
|
+
[1m[36m (0.2ms)[0m [1mSELECT an_int FROM "widgets" [0m
|
106
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
107
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
108
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
109
|
+
[1m[36mSQL (9.4ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
111
|
+
[1m[36m (1.8ms)[0m [1mrollback transaction[0m
|
112
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
113
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
114
|
+
[1m[36mSQL (9.8ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
116
|
+
[1m[36m (0.1ms)[0m [1mSELECT an_int FROM "widgets" [0m
|
117
|
+
[1m[35m (1.8ms)[0m rollback transaction
|
118
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
119
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
120
|
+
[1m[36mSQL (9.9ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
122
|
+
[1m[36m (0.1ms)[0m [1mSELECT an_int FROM "widgets" [0m
|
123
|
+
[1m[35m (1.8ms)[0m rollback transaction
|
124
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
125
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
126
|
+
[1m[36mSQL (29.1ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
128
|
+
[1m[36m (0.1ms)[0m [1mSELECT an_int FROM "widgets" [0m
|
129
|
+
[1m[35m (1.7ms)[0m rollback transaction
|
130
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
131
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
132
|
+
[1m[36mSQL (28.9ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
134
|
+
[1m[36m (1.8ms)[0m [1mrollback transaction[0m
|
135
|
+
[1m[36m (0.6ms)[0m [1mbegin transaction[0m
|
136
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
137
|
+
[1m[36mSQL (35.7ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
139
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
140
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
141
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
142
|
+
[1m[36mSQL (29.4ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
144
|
+
[1m[36m (0.1ms)[0m [1mSELECT an_int FROM "widgets" [0m
|
145
|
+
[1m[35m (1.8ms)[0m rollback transaction
|
146
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
147
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
148
|
+
[1m[36mSQL (29.6ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
150
|
+
[1m[36m (0.1ms)[0m [1mSELECT an_int FROM "widgets" [0m
|
151
|
+
[1m[35m (1.8ms)[0m rollback transaction
|
152
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
153
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
154
|
+
[1m[36mSQL (28.1ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
156
|
+
[1m[36m (1.9ms)[0m [1mrollback transaction[0m
|
157
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
158
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
159
|
+
[1m[36mSQL (29.5ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
161
|
+
[1m[36m (1.8ms)[0m [1mrollback transaction[0m
|
162
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
163
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
164
|
+
[1m[36mSQL (31.5ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
166
|
+
[1m[36m (0.1ms)[0m [1mSELECT an_int FROM "widgets" [0m
|
167
|
+
[1m[35m (2.0ms)[0m rollback transaction
|
168
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
169
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
170
|
+
[1m[36mSQL (29.5ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
172
|
+
[1m[36m (0.1ms)[0m [1mSELECT an_int FROM "widgets" [0m
|
173
|
+
[1m[35m (1.8ms)[0m rollback transaction
|
174
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
175
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
176
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
177
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
178
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
179
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
180
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
181
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
182
|
+
[1m[36mSQL (29.0ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
184
|
+
[1m[36m (0.1ms)[0m [1mSELECT an_int FROM "widgets" [0m
|
185
|
+
[1m[35m (1.8ms)[0m rollback transaction
|
186
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
187
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
188
|
+
[1m[36mSQL (28.3ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
190
|
+
[1m[36m (0.1ms)[0m [1mSELECT an_int, a_string FROM "widgets" [0m
|
191
|
+
[1m[35m (1.7ms)[0m rollback transaction
|
192
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
193
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
194
|
+
[1m[36mSQL (31.5ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
196
|
+
[1m[36m (0.1ms)[0m [1mSELECT an_int, a_string FROM "widgets" [0m
|
197
|
+
[1m[35m (1.7ms)[0m rollback transaction
|
198
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
199
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
200
|
+
[1m[36mSQL (11.6ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
202
|
+
[1m[36m (0.1ms)[0m [1mSELECT an_int, a_string FROM "widgets" [0m
|
203
|
+
[1m[35m (0.1ms)[0m SELECT an_int FROM "widgets"
|
204
|
+
[1m[36m (0.1ms)[0m [1mSELECT an_int FROM "widgets" [0m
|
205
|
+
[1m[35m (0.1ms)[0m SELECT an_int, a_string FROM "widgets"
|
206
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
207
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
208
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
209
|
+
[1m[36mSQL (28.4ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
211
|
+
[1m[36m (0.1ms)[0m [1mSELECT an_int, a_string FROM "widgets" [0m
|
212
|
+
[1m[35m (1.8ms)[0m rollback transaction
|
213
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
214
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
215
|
+
[1m[36mSQL (28.0ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
217
|
+
[1m[36m (0.1ms)[0m [1mSELECT an_int, a_string FROM "widgets" [0m
|
218
|
+
[1m[35m (1.6ms)[0m rollback transaction
|
219
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
220
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
221
|
+
[1m[36mSQL (29.1ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
223
|
+
[1m[36m (0.1ms)[0m [1mSELECT an_int, a_string FROM "widgets" [0m
|
224
|
+
[1m[35m (1.8ms)[0m rollback transaction
|
225
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
226
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
227
|
+
[1m[36mSQL (32.3ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
229
|
+
[1m[36m (0.1ms)[0m [1mSELECT an_int, a_string FROM "widgets" [0m
|
230
|
+
[1m[35m (2.0ms)[0m rollback transaction
|
231
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
232
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
233
|
+
[1m[36mSQL (29.8ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
235
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
236
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
238
|
+
[1m[35m (0.1ms)[0m SELECT an_int, a_string FROM "widgets"
|
239
|
+
[1m[36m (1.6ms)[0m [1mrollback transaction[0m
|
240
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
241
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
242
|
+
[1m[36mSQL (29.3ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
244
|
+
[1m[36m (0.1ms)[0m [1mSELECT an_int FROM "widgets" [0m
|
245
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
246
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
248
|
+
[1m[36m (0.0ms)[0m [1mSELECT an_int FROM "widgets" [0m
|
249
|
+
[1m[35m (1.6ms)[0m rollback transaction
|
250
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
251
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
252
|
+
[1m[36mSQL (11.9ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
254
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
255
|
+
[1m[35mSQL (0.5ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
257
|
+
[1m[35m (0.1ms)[0m SELECT an_int, a_string FROM "widgets"
|
258
|
+
[1m[36m (1.9ms)[0m [1mrollback transaction[0m
|
259
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
260
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
261
|
+
[1m[36mSQL (11.2ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
263
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
264
|
+
[1m[35mSQL (0.6ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
266
|
+
[1m[35m (0.1ms)[0m SELECT an_int, a_string FROM "widgets"
|
267
|
+
[1m[36m (0.1ms)[0m [1mSELECT an_int FROM "widgets" [0m
|
268
|
+
[1m[35m (0.2ms)[0m SELECT an_int, a_string FROM "widgets"
|
269
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
270
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
271
|
+
[1m[36mSQL (29.6ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
274
|
+
SQLite3::BusyException: cannot rollback savepoint - SQL statements in progress: ROLLBACK TO SAVEPOINT active_record_1
|
275
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
276
|
+
SQLite3::BusyException: cannot rollback transaction - SQL statements in progress: rollback transaction
|
277
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
278
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
279
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
280
|
+
[1m[36mSQL (28.5ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
282
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
283
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
285
|
+
[1m[35m (0.1ms)[0m SELECT an_int, a_string FROM "widgets"
|
286
|
+
[1m[36m (1.7ms)[0m [1mrollback transaction[0m
|
287
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
288
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
289
|
+
[1m[36mSQL (30.4ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
291
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
292
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
294
|
+
[1m[35m (0.1ms)[0m SELECT an_int, a_string FROM "widgets"
|
295
|
+
[1m[36m (1.7ms)[0m [1mrollback transaction[0m
|
296
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
297
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
298
|
+
[1m[36mSQL (29.0ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
300
|
+
[1m[36m (0.1ms)[0m [1mSELECT an_int FROM "widgets" [0m
|
301
|
+
[1m[35m (1.7ms)[0m rollback transaction
|
302
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
303
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
304
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
306
|
+
[1m[36m (0.1ms)[0m [1mSELECT an_int, a_string FROM "widgets" [0m
|
307
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
308
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
309
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
310
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
312
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
313
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
315
|
+
[1m[35m (0.1ms)[0m SELECT an_int, a_string FROM "widgets"
|
316
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
317
|
+
[1m[35m (0.0ms)[0m begin transaction
|
318
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
319
|
+
[1m[35mSQL (0.6ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
321
|
+
[1m[35m (0.1ms)[0m SELECT an_int FROM "widgets"
|
322
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
323
|
+
[1m[35m (0.0ms)[0m begin transaction
|
324
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
325
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
326
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
327
|
+
[1m[36mSQL (28.7ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
329
|
+
[1m[36m (0.1ms)[0m [1mSELECT an_int FROM "widgets" [0m
|
330
|
+
[1m[35m (1.6ms)[0m rollback transaction
|
331
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
332
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
333
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
335
|
+
[1m[36m (0.1ms)[0m [1mSELECT an_int, a_string FROM "widgets" [0m
|
336
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
337
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
338
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
339
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
341
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
342
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
344
|
+
[1m[35m (0.1ms)[0m SELECT an_int, a_string FROM "widgets"
|
345
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
346
|
+
[1m[35m (0.0ms)[0m begin transaction
|
347
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
348
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
350
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
351
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
353
|
+
[1m[36m (0.1ms)[0m [1mSELECT an_int FROM "widgets" [0m
|
354
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
355
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
356
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
357
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
358
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
359
|
+
[1m[36mSQL (30.4ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
361
|
+
[1m[36m (0.1ms)[0m [1mSELECT an_int FROM "widgets" [0m
|
362
|
+
[1m[35m (1.6ms)[0m rollback transaction
|
363
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
364
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
365
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
367
|
+
[1m[36m (0.1ms)[0m [1mSELECT an_int, a_string FROM "widgets" [0m
|
368
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
369
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
370
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
371
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
373
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
374
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
376
|
+
[1m[35m (0.1ms)[0m SELECT an_int, a_string FROM "widgets"
|
377
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
378
|
+
[1m[35m (0.0ms)[0m begin transaction
|
379
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
380
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
382
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
383
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
385
|
+
[1m[36m (0.1ms)[0m [1mSELECT an_int FROM "widgets" [0m
|
386
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
387
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
388
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
389
|
+
[1m[36mSQL (28.7ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
391
|
+
[1m[36m (0.1ms)[0m [1mSELECT an_int FROM "widgets" [0m
|
392
|
+
[1m[35m (1.7ms)[0m rollback transaction
|
393
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
394
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
395
|
+
[1m[36mSQL (29.8ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
397
|
+
[1m[36m (0.1ms)[0m [1mSELECT an_int, a_string FROM "widgets" [0m
|
398
|
+
[1m[35m (1.6ms)[0m rollback transaction
|
399
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
400
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
401
|
+
[1m[36mSQL (28.8ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
403
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
404
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
406
|
+
[1m[35m (0.1ms)[0m SELECT an_int, a_string FROM "widgets"
|
407
|
+
[1m[36m (1.9ms)[0m [1mrollback transaction[0m
|
408
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
409
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
410
|
+
[1m[36mSQL (29.7ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
412
|
+
[1m[36m (0.1ms)[0m [1mSELECT an_int FROM "widgets" [0m
|
413
|
+
[1m[35m (1.6ms)[0m rollback transaction
|
414
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
415
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
416
|
+
[1m[36mSQL (36.3ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
418
|
+
[1m[36m (0.1ms)[0m [1mSELECT an_int FROM "widgets" [0m
|
419
|
+
[1m[35m (1.6ms)[0m rollback transaction
|
420
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
421
|
+
[1m[35m (0.8ms)[0m SAVEPOINT active_record_1
|
422
|
+
[1m[36mSQL (36.0ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
424
|
+
[1m[36m (0.1ms)[0m [1mSELECT an_int FROM "widgets" [0m
|
425
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
426
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
427
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
428
|
+
[1m[36mSQL (38.2ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
430
|
+
[1m[36m (0.1ms)[0m [1mSELECT an_int FROM "widgets" [0m
|
431
|
+
[1m[35m (1.6ms)[0m rollback transaction
|
432
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
433
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
434
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
436
|
+
[1m[36m (0.1ms)[0m [1mSELECT an_int, a_string FROM "widgets" [0m
|
437
|
+
[1m[35m (0.1ms)[0m SELECT a_string, an_int FROM "widgets"
|
438
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
439
|
+
[1m[35m (0.1ms)[0m begin transaction
|
440
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
441
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
443
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
444
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
446
|
+
[1m[36m (0.1ms)[0m [1mSELECT an_int, a_string FROM "widgets" [0m
|
447
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
448
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
449
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
450
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
452
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
453
|
+
[1m[35mSQL (0.5ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
455
|
+
[1m[35m (0.1ms)[0m SELECT an_int FROM "widgets"
|
456
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
457
|
+
[1m[35m (0.0ms)[0m begin transaction
|
458
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
459
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
461
|
+
[1m[35m (0.1ms)[0m SELECT an_int FROM "widgets"
|
462
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
463
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
464
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
465
|
+
[1m[36mSQL (28.3ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
467
|
+
[1m[36m (0.1ms)[0m [1mSELECT an_int FROM "widgets" [0m
|
468
|
+
[1m[35m (1.7ms)[0m rollback transaction
|
469
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
470
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
471
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
473
|
+
[1m[36m (0.1ms)[0m [1mSELECT an_int, a_string FROM "widgets" [0m
|
474
|
+
[1m[35m (0.0ms)[0m SELECT a_string, an_int FROM "widgets"
|
475
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
476
|
+
[1m[35m (0.0ms)[0m begin transaction
|
477
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
478
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
480
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
481
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
483
|
+
[1m[36m (0.1ms)[0m [1mSELECT an_int, a_string FROM "widgets" [0m
|
484
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
485
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
486
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
487
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
489
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
490
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
492
|
+
[1m[35m (0.1ms)[0m SELECT an_int FROM "widgets"
|
493
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
494
|
+
[1m[35m (0.0ms)[0m begin transaction
|
495
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
496
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
498
|
+
[1m[35m (0.0ms)[0m SELECT an_int FROM "widgets"
|
499
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
500
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
501
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
502
|
+
[1m[36mSQL (31.0ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
504
|
+
[1m[36m (0.1ms)[0m [1mSELECT an_int FROM "widgets" [0m
|
505
|
+
[1m[35m (1.6ms)[0m rollback transaction
|
506
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
507
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
508
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
510
|
+
[1m[36m (0.1ms)[0m [1mSELECT an_int, a_string FROM "widgets" [0m
|
511
|
+
[1m[35m (0.1ms)[0m SELECT a_string, an_int FROM "widgets"
|
512
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
513
|
+
[1m[35m (0.1ms)[0m begin transaction
|
514
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
515
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
517
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
518
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
520
|
+
[1m[36m (0.1ms)[0m [1mSELECT an_int, a_string FROM "widgets" [0m
|
521
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
522
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
523
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
524
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "widgets" ("a_bool", "a_datetime", "a_decimal", "a_string", "an_int", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
526
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
527
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
529
|
+
[1m[35m (0.1ms)[0m SELECT an_int FROM "widgets"
|
530
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
531
|
+
[1m[35m (0.0ms)[0m begin transaction
|
532
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
533
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
535
|
+
[1m[35m (0.0ms)[0m SELECT an_int FROM "widgets"
|
536
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|