multipluck 0.0.4 → 0.0.5
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.
- checksums.yaml +7 -0
- data/.gitignore +11 -0
- data/.travis.yml +23 -0
- data/Gemfile +14 -0
- data/README.md +16 -17
- data/Rakefile +9 -6
- data/lib/multipluck/pluck.rb +17 -8
- data/lib/multipluck/version.rb +1 -1
- data/lib/tasks/db.rake +22 -0
- data/multipluck.gemspec +19 -0
- data/test/dummy/app/assets/javascripts/application.js +0 -2
- data/test/dummy/app/mailers/.gitkeep +0 -0
- data/test/dummy/app/models/.gitkeep +0 -0
- data/test/dummy/config/database.yml +7 -16
- data/test/dummy/config/initializers/session_store.rb +1 -1
- data/test/dummy/config/initializers/wrap_parameters.rb +1 -1
- data/test/dummy/lib/assets/.gitkeep +0 -0
- data/test/dummy/log/.gitkeep +0 -0
- data/test/multipluck_test.rb +26 -18
- metadata +46 -44
- data/lib/tasks/multipluck_tasks.rake +0 -4
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +0 -31
- data/test/dummy/log/test.log +0 -971
Binary file
|
data/test/dummy/db/test.sqlite3
DELETED
Binary file
|
@@ -1,31 +0,0 @@
|
|
1
|
-
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
2
|
-
[1m[35m (2.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
3
|
-
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
4
|
-
[1m[35m (1.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
5
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
6
|
-
Migrating to CreateWidgets (20120422025545)
|
7
|
-
[1m[35m (0.0ms)[0m begin transaction
|
8
|
-
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
9
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
10
|
-
Migrating to CreateWidgets (20120422025545)
|
11
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
12
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
13
|
-
[1m[35m (0.5ms)[0m CREATE TABLE "widgets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "a_string" varchar(255), "an_int" integer, "a_decimal" decimal, "a_bool" boolean, "a_datetime" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
14
|
-
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120422025545')[0m
|
15
|
-
[1m[35m (2.5ms)[0m commit transaction
|
16
|
-
[1m[36m (0.3ms)[0m [1mselect sqlite_version(*)[0m
|
17
|
-
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
18
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("widgets")[0m
|
19
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
20
|
-
[1m[35m (0.5ms)[0m select sqlite_version(*)
|
21
|
-
[1m[36m (1.8ms)[0m [1mCREATE TABLE "widgets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "a_string" varchar(255), "an_int" integer, "a_decimal" decimal, "a_bool" boolean, "a_datetime" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
22
|
-
[1m[35m (1.5ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
23
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
24
|
-
[1m[35m (1.3ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
25
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
26
|
-
[1m[35m (1.2ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120422025545')
|
27
|
-
[1m[36m (0.7ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
28
|
-
Migrating to CreateWidgets (20120422025545)
|
29
|
-
[1m[35m (0.5ms)[0m select sqlite_version(*)
|
30
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
31
|
-
[1m[35m (0.1ms)[0m PRAGMA index_list("widgets")
|
data/test/dummy/log/test.log
DELETED
@@ -1,971 +0,0 @@
|
|
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
|
537
|
-
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
538
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
539
|
-
[1m[36mSQL (33.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", Mon, 23 Apr 2012 01:42:16 UTC +00:00], ["updated_at", Mon, 23 Apr 2012 01:42:16 UTC +00:00]]
|
540
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
541
|
-
[1m[36m (0.1ms)[0m [1mSELECT an_int FROM "widgets" [0m
|
542
|
-
[1m[35m (0.8ms)[0m rollback transaction
|
543
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
544
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
545
|
-
[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", Mon, 23 Apr 2012 01:42:16 UTC +00:00], ["updated_at", Mon, 23 Apr 2012 01:42:16 UTC +00:00]]
|
546
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
547
|
-
[1m[36m (0.1ms)[0m [1mSELECT an_int, a_string FROM "widgets" [0m
|
548
|
-
[1m[35m (0.1ms)[0m SELECT a_string, an_int FROM "widgets"
|
549
|
-
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
550
|
-
[1m[35m (0.0ms)[0m begin transaction
|
551
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
552
|
-
[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", Mon, 23 Apr 2012 01:42:16 UTC +00:00], ["updated_at", Mon, 23 Apr 2012 01:42:16 UTC +00:00]]
|
553
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
554
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
555
|
-
[1m[36mSQL (1.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", "dog"], ["an_int", 12], ["created_at", Mon, 23 Apr 2012 01:42:16 UTC +00:00], ["updated_at", Mon, 23 Apr 2012 01:42:16 UTC +00:00]]
|
556
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
557
|
-
[1m[36m (0.1ms)[0m [1mSELECT an_int, a_string FROM "widgets" [0m
|
558
|
-
[1m[35m (0.4ms)[0m rollback transaction
|
559
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
560
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
561
|
-
[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", 5], ["created_at", Mon, 23 Apr 2012 01:42:16 UTC +00:00], ["updated_at", Mon, 23 Apr 2012 01:42:16 UTC +00:00]]
|
562
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
563
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
564
|
-
[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", Mon, 23 Apr 2012 01:42:16 UTC +00:00], ["updated_at", Mon, 23 Apr 2012 01:42:16 UTC +00:00]]
|
565
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
566
|
-
[1m[35m (0.1ms)[0m SELECT an_int FROM "widgets"
|
567
|
-
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
568
|
-
[1m[35m (0.0ms)[0m begin transaction
|
569
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
570
|
-
[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", Mon, 23 Apr 2012 01:42:16 UTC +00:00], ["updated_at", Mon, 23 Apr 2012 01:42:16 UTC +00:00]]
|
571
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
572
|
-
[1m[35m (0.1ms)[0m SELECT an_int FROM "widgets"
|
573
|
-
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
574
|
-
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
575
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
576
|
-
[1m[36mSQL (32.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", Mon, 23 Apr 2012 01:42:28 UTC +00:00], ["updated_at", Mon, 23 Apr 2012 01:42:28 UTC +00:00]]
|
577
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
578
|
-
[1m[36m (0.1ms)[0m [1mSELECT an_int FROM "widgets" [0m
|
579
|
-
[1m[35m (1.9ms)[0m rollback transaction
|
580
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
581
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582
|
-
[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", Mon, 23 Apr 2012 01:42:29 UTC +00:00], ["updated_at", Mon, 23 Apr 2012 01:42:29 UTC +00:00]]
|
583
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
584
|
-
[1m[36m (0.1ms)[0m [1mSELECT an_int, a_string FROM "widgets" [0m
|
585
|
-
[1m[35m (0.0ms)[0m SELECT a_string, an_int FROM "widgets"
|
586
|
-
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
587
|
-
[1m[35m (0.0ms)[0m begin transaction
|
588
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
589
|
-
[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", Mon, 23 Apr 2012 01:42:29 UTC +00:00], ["updated_at", Mon, 23 Apr 2012 01:42:29 UTC +00:00]]
|
590
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
591
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
592
|
-
[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", Mon, 23 Apr 2012 01:42:29 UTC +00:00], ["updated_at", Mon, 23 Apr 2012 01:42:29 UTC +00:00]]
|
593
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
594
|
-
[1m[36m (0.1ms)[0m [1mSELECT an_int, a_string FROM "widgets" [0m
|
595
|
-
[1m[35m (0.8ms)[0m rollback transaction
|
596
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
597
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
598
|
-
[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", 5], ["created_at", Mon, 23 Apr 2012 01:42:29 UTC +00:00], ["updated_at", Mon, 23 Apr 2012 01:42:29 UTC +00:00]]
|
599
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
600
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
601
|
-
[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", Mon, 23 Apr 2012 01:42:29 UTC +00:00], ["updated_at", Mon, 23 Apr 2012 01:42:29 UTC +00:00]]
|
602
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
603
|
-
[1m[35m (0.1ms)[0m SELECT an_int FROM "widgets"
|
604
|
-
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
605
|
-
[1m[35m (0.0ms)[0m begin transaction
|
606
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
607
|
-
[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", Mon, 23 Apr 2012 01:42:29 UTC +00:00], ["updated_at", Mon, 23 Apr 2012 01:42:29 UTC +00:00]]
|
608
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
609
|
-
[1m[35m (0.0ms)[0m SELECT an_int FROM "widgets"
|
610
|
-
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
611
|
-
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
612
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
613
|
-
[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", nil], ["an_int", 5], ["created_at", Mon, 23 Apr 2012 02:17:41 UTC +00:00], ["updated_at", Mon, 23 Apr 2012 02:17:41 UTC +00:00]]
|
614
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
615
|
-
[1m[36m (0.1ms)[0m [1mSELECT an_int FROM "widgets" [0m
|
616
|
-
[1m[35m (2.8ms)[0m rollback transaction
|
617
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
618
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
619
|
-
[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", Mon, 23 Apr 2012 02:17:41 UTC +00:00], ["updated_at", Mon, 23 Apr 2012 02:17:41 UTC +00:00]]
|
620
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
621
|
-
[1m[36m (0.1ms)[0m [1mSELECT an_int, a_string FROM "widgets" [0m
|
622
|
-
[1m[35m (0.0ms)[0m SELECT a_string, an_int FROM "widgets"
|
623
|
-
[1m[36m (1.0ms)[0m [1mrollback transaction[0m
|
624
|
-
[1m[35m (0.1ms)[0m begin transaction
|
625
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
626
|
-
[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", Mon, 23 Apr 2012 02:17:41 UTC +00:00], ["updated_at", Mon, 23 Apr 2012 02:17:41 UTC +00:00]]
|
627
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
628
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
629
|
-
[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", Mon, 23 Apr 2012 02:17:41 UTC +00:00], ["updated_at", Mon, 23 Apr 2012 02:17:41 UTC +00:00]]
|
630
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
631
|
-
[1m[36m (0.1ms)[0m [1mSELECT an_int, a_string FROM "widgets" [0m
|
632
|
-
[1m[35m (1.2ms)[0m rollback transaction
|
633
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
634
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
635
|
-
[1m[36mSQL (0.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", Mon, 23 Apr 2012 02:17:41 UTC +00:00], ["updated_at", Mon, 23 Apr 2012 02:17:41 UTC +00:00]]
|
636
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
637
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
638
|
-
[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", Mon, 23 Apr 2012 02:17:41 UTC +00:00], ["updated_at", Mon, 23 Apr 2012 02:17:41 UTC +00:00]]
|
639
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
640
|
-
[1m[35m (0.1ms)[0m SELECT an_int FROM "widgets"
|
641
|
-
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
642
|
-
[1m[35m (0.0ms)[0m begin transaction
|
643
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
644
|
-
[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", Mon, 23 Apr 2012 02:17:41 UTC +00:00], ["updated_at", Mon, 23 Apr 2012 02:17:41 UTC +00:00]]
|
645
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
646
|
-
[1m[35m (0.1ms)[0m SELECT an_int FROM "widgets"
|
647
|
-
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
648
|
-
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
649
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
650
|
-
[1m[36mSQL (31.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", Mon, 23 Apr 2012 02:40:08 UTC +00:00], ["updated_at", Mon, 23 Apr 2012 02:40:08 UTC +00:00]]
|
651
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
652
|
-
[1m[36m (0.1ms)[0m [1mSELECT an_int FROM "widgets" [0m
|
653
|
-
[1m[35m (0.4ms)[0m rollback transaction
|
654
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
655
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
656
|
-
[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", Mon, 23 Apr 2012 02:40:08 UTC +00:00], ["updated_at", Mon, 23 Apr 2012 02:40:08 UTC +00:00]]
|
657
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
658
|
-
[1m[36m (0.1ms)[0m [1mSELECT an_int, a_string FROM "widgets" [0m
|
659
|
-
[1m[35m (0.0ms)[0m SELECT a_string, an_int FROM "widgets"
|
660
|
-
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
661
|
-
[1m[35m (0.0ms)[0m begin transaction
|
662
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
663
|
-
[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", Mon, 23 Apr 2012 02:40:08 UTC +00:00], ["updated_at", Mon, 23 Apr 2012 02:40:08 UTC +00:00]]
|
664
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
665
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
666
|
-
[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", "dog"], ["an_int", 12], ["created_at", Mon, 23 Apr 2012 02:40:08 UTC +00:00], ["updated_at", Mon, 23 Apr 2012 02:40:08 UTC +00:00]]
|
667
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
668
|
-
[1m[36m (0.1ms)[0m [1mSELECT an_int, a_string FROM "widgets" [0m
|
669
|
-
[1m[35m (0.4ms)[0m rollback transaction
|
670
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
671
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
672
|
-
[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", Mon, 23 Apr 2012 02:40:08 UTC +00:00], ["updated_at", Mon, 23 Apr 2012 02:40:08 UTC +00:00]]
|
673
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
674
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
675
|
-
[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", Mon, 23 Apr 2012 02:40:08 UTC +00:00], ["updated_at", Mon, 23 Apr 2012 02:40:08 UTC +00:00]]
|
676
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
677
|
-
[1m[35m (0.1ms)[0m SELECT an_int FROM "widgets"
|
678
|
-
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
679
|
-
[1m[35m (0.1ms)[0m begin transaction
|
680
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
681
|
-
[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", Mon, 23 Apr 2012 02:40:08 UTC +00:00], ["updated_at", Mon, 23 Apr 2012 02:40:08 UTC +00:00]]
|
682
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
683
|
-
[1m[35m (0.1ms)[0m SELECT an_int FROM "widgets"
|
684
|
-
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
685
|
-
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
686
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
687
|
-
[1m[36mSQL (14.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", Tue, 24 Apr 2012 00:50:45 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 00:50:45 UTC +00:00]]
|
688
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
689
|
-
[1m[36m (0.1ms)[0m [1mSELECT an_int FROM "widgets" [0m
|
690
|
-
[1m[35m (1.1ms)[0m rollback transaction
|
691
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
692
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
693
|
-
[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", Tue, 24 Apr 2012 00:50:45 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 00:50:45 UTC +00:00]]
|
694
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
695
|
-
[1m[36m (0.1ms)[0m [1mSELECT an_int, a_string FROM "widgets" [0m
|
696
|
-
[1m[35m (0.0ms)[0m SELECT a_string, an_int FROM "widgets"
|
697
|
-
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
698
|
-
[1m[35m (0.0ms)[0m begin transaction
|
699
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
700
|
-
[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", Tue, 24 Apr 2012 00:50:45 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 00:50:45 UTC +00:00]]
|
701
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
702
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
703
|
-
[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", "dog"], ["an_int", 12], ["created_at", Tue, 24 Apr 2012 00:50:45 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 00:50:45 UTC +00:00]]
|
704
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
705
|
-
[1m[36m (0.1ms)[0m [1mSELECT an_int, a_string FROM "widgets" [0m
|
706
|
-
[1m[35m (0.4ms)[0m rollback transaction
|
707
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
708
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
709
|
-
[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", Tue, 24 Apr 2012 00:50:45 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 00:50:45 UTC +00:00]]
|
710
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
711
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
712
|
-
[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", Tue, 24 Apr 2012 00:50:45 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 00:50:45 UTC +00:00]]
|
713
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
714
|
-
[1m[35m (0.1ms)[0m SELECT an_int FROM "widgets"
|
715
|
-
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
716
|
-
[1m[35m (0.0ms)[0m begin transaction
|
717
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
718
|
-
[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", Tue, 24 Apr 2012 00:50:45 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 00:50:45 UTC +00:00]]
|
719
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
720
|
-
[1m[35m (0.1ms)[0m SELECT an_int FROM "widgets"
|
721
|
-
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
722
|
-
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
723
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
724
|
-
[1m[36mSQL (10.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", Tue, 24 Apr 2012 00:52:09 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 00:52:09 UTC +00:00]]
|
725
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
726
|
-
[1m[36m (0.1ms)[0m [1mSELECT an_int FROM "widgets" [0m
|
727
|
-
[1m[35m (1.6ms)[0m rollback transaction
|
728
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
729
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
730
|
-
[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", Tue, 24 Apr 2012 00:52:09 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 00:52:09 UTC +00:00]]
|
731
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
732
|
-
[1m[36m (0.1ms)[0m [1mSELECT an_int, a_string FROM "widgets" [0m
|
733
|
-
[1m[35m (0.1ms)[0m SELECT a_string, an_int FROM "widgets"
|
734
|
-
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
735
|
-
[1m[35m (0.0ms)[0m begin transaction
|
736
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
737
|
-
[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", Tue, 24 Apr 2012 00:52:09 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 00:52:09 UTC +00:00]]
|
738
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
739
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
740
|
-
[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", "dog"], ["an_int", 12], ["created_at", Tue, 24 Apr 2012 00:52:09 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 00:52:09 UTC +00:00]]
|
741
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
742
|
-
[1m[36m (0.1ms)[0m [1mSELECT an_int, a_string FROM "widgets" [0m
|
743
|
-
[1m[35m (0.4ms)[0m rollback transaction
|
744
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
745
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
746
|
-
[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", Tue, 24 Apr 2012 00:52:09 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 00:52:09 UTC +00:00]]
|
747
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
748
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
749
|
-
[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", Tue, 24 Apr 2012 00:52:09 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 00:52:09 UTC +00:00]]
|
750
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
751
|
-
[1m[35m (0.1ms)[0m SELECT an_int FROM "widgets"
|
752
|
-
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
753
|
-
[1m[35m (0.0ms)[0m begin transaction
|
754
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
755
|
-
[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", Tue, 24 Apr 2012 00:52:09 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 00:52:09 UTC +00:00]]
|
756
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
757
|
-
[1m[35m (0.1ms)[0m SELECT an_int FROM "widgets"
|
758
|
-
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
759
|
-
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
760
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
761
|
-
[1m[36mSQL (10.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", Tue, 24 Apr 2012 00:53:47 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 00:53:47 UTC +00:00]]
|
762
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
763
|
-
[1m[36m (0.1ms)[0m [1mSELECT an_int FROM "widgets" [0m
|
764
|
-
[1m[35m (1.6ms)[0m rollback transaction
|
765
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
766
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
767
|
-
[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", Tue, 24 Apr 2012 00:53:47 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 00:53:47 UTC +00:00]]
|
768
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
769
|
-
[1m[36m (0.7ms)[0m [1mSELECT [:an_int, :a_string] FROM "widgets" [0m
|
770
|
-
SQLite3::SQLException: no such column: :an_int, :a_string: SELECT [:an_int, :a_string] FROM "widgets"
|
771
|
-
[1m[35m (0.4ms)[0m rollback transaction
|
772
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
773
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
774
|
-
[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", Tue, 24 Apr 2012 00:53:47 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 00:53:47 UTC +00:00]]
|
775
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
776
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
777
|
-
[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", Tue, 24 Apr 2012 00:53:47 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 00:53:47 UTC +00:00]]
|
778
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
779
|
-
[1m[35m (0.1ms)[0m SELECT [:an_int, :a_string] FROM "widgets"
|
780
|
-
SQLite3::SQLException: no such column: :an_int, :a_string: SELECT [:an_int, :a_string] FROM "widgets"
|
781
|
-
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
782
|
-
[1m[35m (0.0ms)[0m begin transaction
|
783
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
784
|
-
[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", 5], ["created_at", Tue, 24 Apr 2012 00:53:47 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 00:53:47 UTC +00:00]]
|
785
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
786
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
787
|
-
[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", Tue, 24 Apr 2012 00:53:47 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 00:53:47 UTC +00:00]]
|
788
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
789
|
-
[1m[36m (0.1ms)[0m [1mSELECT an_int FROM "widgets" [0m
|
790
|
-
[1m[35m (0.5ms)[0m rollback transaction
|
791
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
792
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
793
|
-
[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", Tue, 24 Apr 2012 00:53:47 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 00:53:47 UTC +00:00]]
|
794
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
795
|
-
[1m[36m (0.1ms)[0m [1mSELECT [:an_int, :an_int] FROM "widgets" [0m
|
796
|
-
SQLite3::SQLException: no such column: :an_int, :an_int: SELECT [:an_int, :an_int] FROM "widgets"
|
797
|
-
[1m[35m (0.4ms)[0m rollback transaction
|
798
|
-
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
799
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
800
|
-
[1m[36mSQL (17.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", Tue, 24 Apr 2012 01:05:39 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 01:05:39 UTC +00:00]]
|
801
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
802
|
-
[1m[36m (0.1ms)[0m [1mSELECT an_int FROM "widgets" [0m
|
803
|
-
[1m[35m (0.4ms)[0m rollback transaction
|
804
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
805
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
806
|
-
[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", Tue, 24 Apr 2012 01:05:39 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 01:05:39 UTC +00:00]]
|
807
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
808
|
-
[1m[36m (0.1ms)[0m [1mSELECT [:an_int, :a_string] FROM "widgets" [0m
|
809
|
-
SQLite3::SQLException: no such column: :an_int, :a_string: SELECT [:an_int, :a_string] FROM "widgets"
|
810
|
-
[1m[35m (0.4ms)[0m rollback transaction
|
811
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
812
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
813
|
-
[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", Tue, 24 Apr 2012 01:05:39 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 01:05:39 UTC +00:00]]
|
814
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
815
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
816
|
-
[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", Tue, 24 Apr 2012 01:05:39 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 01:05:39 UTC +00:00]]
|
817
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
818
|
-
[1m[35m (0.1ms)[0m SELECT [:an_int, :a_string] FROM "widgets"
|
819
|
-
SQLite3::SQLException: no such column: :an_int, :a_string: SELECT [:an_int, :a_string] FROM "widgets"
|
820
|
-
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
821
|
-
[1m[35m (0.1ms)[0m begin transaction
|
822
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
823
|
-
[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", 5], ["created_at", Tue, 24 Apr 2012 01:05:39 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 01:05:39 UTC +00:00]]
|
824
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
825
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
826
|
-
[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", Tue, 24 Apr 2012 01:05:39 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 01:05:39 UTC +00:00]]
|
827
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
828
|
-
[1m[36m (0.1ms)[0m [1mSELECT an_int FROM "widgets" [0m
|
829
|
-
[1m[35m (0.4ms)[0m rollback transaction
|
830
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
831
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
832
|
-
[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", 5], ["created_at", Tue, 24 Apr 2012 01:05:39 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 01:05:39 UTC +00:00]]
|
833
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
834
|
-
[1m[36m (0.1ms)[0m [1mSELECT [:an_int, :an_int] FROM "widgets" [0m
|
835
|
-
SQLite3::SQLException: no such column: :an_int, :an_int: SELECT [:an_int, :an_int] FROM "widgets"
|
836
|
-
[1m[35m (0.3ms)[0m rollback transaction
|
837
|
-
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
838
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
839
|
-
[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", Tue, 24 Apr 2012 01:06:44 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 01:06:44 UTC +00:00]]
|
840
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
841
|
-
[1m[36m (0.1ms)[0m [1mSELECT an_int FROM "widgets" [0m
|
842
|
-
[1m[35m (1.7ms)[0m rollback transaction
|
843
|
-
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
844
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
845
|
-
[1m[36mSQL (11.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", Tue, 24 Apr 2012 01:06:53 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 01:06:53 UTC +00:00]]
|
846
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
847
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
848
|
-
[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", Tue, 24 Apr 2012 01:06:53 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 01:06:53 UTC +00:00]]
|
849
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
850
|
-
[1m[35m (0.1ms)[0m SELECT an_int FROM "widgets"
|
851
|
-
[1m[36m (1.8ms)[0m [1mrollback transaction[0m
|
852
|
-
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
853
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
854
|
-
[1m[36mSQL (10.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", Tue, 24 Apr 2012 01:06:58 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 01:06:58 UTC +00:00]]
|
855
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
856
|
-
[1m[36m (0.1ms)[0m [1mSELECT [:an_int, :an_int] FROM "widgets" [0m
|
857
|
-
SQLite3::SQLException: no such column: :an_int, :an_int: SELECT [:an_int, :an_int] FROM "widgets"
|
858
|
-
[1m[35m (1.9ms)[0m rollback transaction
|
859
|
-
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
860
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
861
|
-
[1m[36mSQL (13.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", Tue, 24 Apr 2012 01:09:22 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 01:09:22 UTC +00:00]]
|
862
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
863
|
-
[1m[36m (0.1ms)[0m [1mSELECT an_int FROM "widgets" [0m
|
864
|
-
[1m[35m (0.6ms)[0m rollback transaction
|
865
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
866
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
867
|
-
[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", Tue, 24 Apr 2012 01:09:22 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 01:09:22 UTC +00:00]]
|
868
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
869
|
-
[1m[36m (0.1ms)[0m [1mSELECT [:an_int, :a_string] FROM "widgets" [0m
|
870
|
-
SQLite3::SQLException: no such column: :an_int, :a_string: SELECT [:an_int, :a_string] FROM "widgets"
|
871
|
-
[1m[35m (0.3ms)[0m rollback transaction
|
872
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
873
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
874
|
-
[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", Tue, 24 Apr 2012 01:09:22 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 01:09:22 UTC +00:00]]
|
875
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
876
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
877
|
-
[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", Tue, 24 Apr 2012 01:09:22 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 01:09:22 UTC +00:00]]
|
878
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
879
|
-
[1m[35m (0.1ms)[0m SELECT [:an_int, :a_string] FROM "widgets"
|
880
|
-
SQLite3::SQLException: no such column: :an_int, :a_string: SELECT [:an_int, :a_string] FROM "widgets"
|
881
|
-
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
882
|
-
[1m[35m (0.0ms)[0m begin transaction
|
883
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
884
|
-
[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", Tue, 24 Apr 2012 01:09:22 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 01:09:22 UTC +00:00]]
|
885
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
886
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
887
|
-
[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", 12], ["created_at", Tue, 24 Apr 2012 01:09:22 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 01:09:22 UTC +00:00]]
|
888
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
889
|
-
[1m[36m (0.1ms)[0m [1mSELECT an_int FROM "widgets" [0m
|
890
|
-
[1m[35m (0.5ms)[0m rollback transaction
|
891
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
892
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
893
|
-
[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", Tue, 24 Apr 2012 01:09:22 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 01:09:22 UTC +00:00]]
|
894
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
895
|
-
[1m[36m (0.1ms)[0m [1mSELECT [:an_int, :an_int] FROM "widgets" [0m
|
896
|
-
SQLite3::SQLException: no such column: :an_int, :an_int: SELECT [:an_int, :an_int] FROM "widgets"
|
897
|
-
[1m[35m (0.4ms)[0m rollback transaction
|
898
|
-
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
899
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
900
|
-
[1m[36mSQL (13.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", Tue, 24 Apr 2012 01:09:58 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 01:09:58 UTC +00:00]]
|
901
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
902
|
-
[1m[36m (0.1ms)[0m [1mSELECT an_int FROM "widgets" [0m
|
903
|
-
[1m[35m (0.5ms)[0m rollback transaction
|
904
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
905
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
906
|
-
[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", Tue, 24 Apr 2012 01:09:58 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 01:09:58 UTC +00:00]]
|
907
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
908
|
-
[1m[36m (0.1ms)[0m [1mSELECT an_int, a_string FROM "widgets" [0m
|
909
|
-
[1m[35m (0.1ms)[0m SELECT a_string, an_int FROM "widgets"
|
910
|
-
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
911
|
-
[1m[35m (0.0ms)[0m begin transaction
|
912
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
913
|
-
[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", Tue, 24 Apr 2012 01:09:58 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 01:09:58 UTC +00:00]]
|
914
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
915
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
916
|
-
[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", "dog"], ["an_int", 12], ["created_at", Tue, 24 Apr 2012 01:09:58 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 01:09:58 UTC +00:00]]
|
917
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
918
|
-
[1m[36m (0.1ms)[0m [1mSELECT an_int, a_string FROM "widgets" [0m
|
919
|
-
[1m[35m (0.4ms)[0m rollback transaction
|
920
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
921
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
922
|
-
[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", Tue, 24 Apr 2012 01:09:58 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 01:09:58 UTC +00:00]]
|
923
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
924
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
925
|
-
[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", Tue, 24 Apr 2012 01:09:58 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 01:09:58 UTC +00:00]]
|
926
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
927
|
-
[1m[35m (0.1ms)[0m SELECT an_int FROM "widgets"
|
928
|
-
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
929
|
-
[1m[35m (0.0ms)[0m begin transaction
|
930
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
931
|
-
[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", Tue, 24 Apr 2012 01:09:58 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 01:09:58 UTC +00:00]]
|
932
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
933
|
-
[1m[35m (0.1ms)[0m SELECT an_int FROM "widgets"
|
934
|
-
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
935
|
-
[1m[36m (0.8ms)[0m [1mbegin transaction[0m
|
936
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
937
|
-
[1m[36mSQL (14.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", Tue, 24 Apr 2012 01:10:48 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 01:10:48 UTC +00:00]]
|
938
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
939
|
-
[1m[36m (0.1ms)[0m [1mSELECT an_int FROM "widgets" [0m
|
940
|
-
[1m[35m (0.5ms)[0m rollback transaction
|
941
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
942
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
943
|
-
[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", Tue, 24 Apr 2012 01:10:48 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 01:10:48 UTC +00:00]]
|
944
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
945
|
-
[1m[36m (0.1ms)[0m [1mSELECT an_int, a_string FROM "widgets" [0m
|
946
|
-
[1m[35m (0.0ms)[0m SELECT a_string, an_int FROM "widgets"
|
947
|
-
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
948
|
-
[1m[35m (0.0ms)[0m begin transaction
|
949
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
950
|
-
[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", Tue, 24 Apr 2012 01:10:48 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 01:10:48 UTC +00:00]]
|
951
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
952
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
953
|
-
[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", "dog"], ["an_int", 12], ["created_at", Tue, 24 Apr 2012 01:10:48 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 01:10:48 UTC +00:00]]
|
954
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
955
|
-
[1m[36m (0.1ms)[0m [1mSELECT an_int, a_string FROM "widgets" [0m
|
956
|
-
[1m[35m (0.4ms)[0m rollback transaction
|
957
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
958
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
959
|
-
[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", Tue, 24 Apr 2012 01:10:48 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 01:10:48 UTC +00:00]]
|
960
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
961
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
962
|
-
[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", Tue, 24 Apr 2012 01:10:48 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 01:10:48 UTC +00:00]]
|
963
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
964
|
-
[1m[35m (0.1ms)[0m SELECT an_int FROM "widgets"
|
965
|
-
[1m[36m (1.0ms)[0m [1mrollback transaction[0m
|
966
|
-
[1m[35m (0.1ms)[0m begin transaction
|
967
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
968
|
-
[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", Tue, 24 Apr 2012 01:10:48 UTC +00:00], ["updated_at", Tue, 24 Apr 2012 01:10:48 UTC +00:00]]
|
969
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
970
|
-
[1m[35m (0.1ms)[0m SELECT an_int FROM "widgets"
|
971
|
-
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|