numeric_type_column 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +2 -0
- data/lib/numeric_type_column/active_record/{base_extension.rb → base_patch.rb} +3 -3
- data/lib/numeric_type_column/active_record/{belongs_to_polymorphic_association_extension.rb → belongs_to_polymorphic_association_patch.rb} +4 -4
- data/lib/numeric_type_column/active_record/{column_definition_extension.rb → column_definition_patch.rb} +4 -4
- data/lib/numeric_type_column/active_record/mysql_adapter_patch.rb +102 -0
- data/lib/numeric_type_column/active_record/schema_dumper_patch.rb +102 -0
- data/lib/numeric_type_column/active_record/{table_definition_extension.rb → table_definition_patch.rb} +3 -3
- data/lib/numeric_type_column/active_record.rb +8 -5
- data/lib/numeric_type_column/railtie.rb +11 -5
- data/lib/numeric_type_column/version.rb +1 -1
- data/test/dummy/README.rdoc +261 -0
- data/test/dummy/Rakefile +7 -0
- data/test/dummy/app/assets/javascripts/application.js +15 -0
- data/test/dummy/app/assets/javascripts/unsigned_columns_tests.js +2 -0
- data/test/dummy/app/assets/stylesheets/application.css +13 -0
- data/test/dummy/app/assets/stylesheets/scaffold.css +56 -0
- data/test/dummy/app/assets/stylesheets/unsigned_columns_tests.css +4 -0
- data/test/dummy/app/controllers/application_controller.rb +3 -0
- data/test/dummy/app/controllers/unsigned_columns_tests_controller.rb +83 -0
- data/test/dummy/app/helpers/application_helper.rb +2 -0
- data/test/dummy/app/helpers/unsigned_columns_tests_helper.rb +2 -0
- data/test/dummy/app/models/unsigned_columns_test.rb +4 -0
- data/test/dummy/app/views/layouts/application.html.erb +14 -0
- data/test/dummy/app/views/unsigned_columns_tests/_form.html.erb +37 -0
- data/test/dummy/app/views/unsigned_columns_tests/edit.html.erb +6 -0
- data/test/dummy/app/views/unsigned_columns_tests/index.html.erb +31 -0
- data/test/dummy/app/views/unsigned_columns_tests/new.html.erb +5 -0
- data/test/dummy/app/views/unsigned_columns_tests/show.html.erb +30 -0
- data/test/dummy/config/application.rb +59 -0
- data/test/dummy/config/boot.rb +10 -0
- data/test/dummy/config/database.yml +30 -0
- data/test/dummy/config/environment.rb +5 -0
- data/test/dummy/config/environments/development.rb +37 -0
- data/test/dummy/config/environments/mayhem.rb +37 -0
- data/test/dummy/config/environments/production.rb +67 -0
- data/test/dummy/config/environments/test.rb +37 -0
- data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/test/dummy/config/initializers/inflections.rb +15 -0
- data/test/dummy/config/initializers/mime_types.rb +5 -0
- data/test/dummy/config/initializers/secret_token.rb +7 -0
- data/test/dummy/config/initializers/session_store.rb +8 -0
- data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
- data/test/dummy/config/locales/en.yml +5 -0
- data/test/dummy/config/routes.rb +60 -0
- data/test/dummy/config.ru +4 -0
- data/test/dummy/db/migrate/20121024034824_create_unsigned_columns_tests.rb +40 -0
- data/test/dummy/db/migrate/20121024090232_create_join_table_test.rb +19 -0
- data/test/dummy/db/schema.rb +38 -0
- data/test/dummy/db/seeds.rb +20 -0
- data/test/dummy/log/mayhem.log +1513 -0
- data/test/dummy/public/404.html +26 -0
- data/test/dummy/public/422.html +26 -0
- data/test/dummy/public/500.html +25 -0
- data/test/dummy/public/favicon.ico +0 -0
- data/test/dummy/script/rails +6 -0
- data/test/dummy/test/fixtures/unsigned_columns_tests.yml +15 -0
- data/test/dummy/test/functional/unsigned_columns_tests_controller_test.rb +49 -0
- data/test/dummy/test/unit/helpers/unsigned_columns_tests_helper_test.rb +4 -0
- data/test/dummy/test/unit/unsigned_columns_test_test.rb +7 -0
- data/test/numeric_type_column_test.rb +7 -0
- data/test/test_helper.rb +15 -0
- metadata +130 -10
- data/lib/numeric_type_column/active_record/abstract_mysql_adapter_extension.rb +0 -69
@@ -0,0 +1,1513 @@
|
|
1
|
+
Connecting to database specified by database.yml
|
2
|
+
Connecting to database specified by database.yml
|
3
|
+
Connecting to database specified by database.yml
|
4
|
+
Connecting to database specified by database.yml
|
5
|
+
[1m[36m (0.5ms)[0m [1mSELECT version FROM schema_migrations[0m
|
6
|
+
|
7
|
+
|
8
|
+
Started GET "/" for 127.0.0.1 at 2012-07-10 23:53:31 -0500
|
9
|
+
Connecting to database specified by database.yml
|
10
|
+
|
11
|
+
ActionController::RoutingError (No route matches [GET] "/"):
|
12
|
+
actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
13
|
+
actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
14
|
+
railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
|
15
|
+
railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
|
16
|
+
actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
17
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
18
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
19
|
+
activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
20
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
21
|
+
actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
|
22
|
+
railties (3.2.6) lib/rails/engine.rb:479:in `call'
|
23
|
+
railties (3.2.6) lib/rails/application.rb:220:in `call'
|
24
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
25
|
+
railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
|
26
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
27
|
+
/Users/Vov/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
28
|
+
/Users/Vov/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
29
|
+
/Users/Vov/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
30
|
+
|
31
|
+
|
32
|
+
Rendered /Users/Vov/.rvm/gems/ruby-1.9.3-p194@yapp/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (3.0ms)
|
33
|
+
|
34
|
+
|
35
|
+
Started GET "/locations" for 127.0.0.1 at 2012-07-10 23:53:36 -0500
|
36
|
+
Processing by LocationsController#index as HTML
|
37
|
+
[1m[36mLocation Load (3.9ms)[0m [1mSELECT `locations`.* FROM `locations` [0m
|
38
|
+
Rendered locations/index.html.erb within layouts/application (12.4ms)
|
39
|
+
Completed 500 Internal Server Error in 306ms
|
40
|
+
|
41
|
+
ActionView::Template::Error (uninitialized constant Location::Type):
|
42
|
+
11:
|
43
|
+
12: <% @locations.each do |location| %>
|
44
|
+
13: <tr>
|
45
|
+
14: <td><%= location.type %></td>
|
46
|
+
15: <td><%= location.name %></td>
|
47
|
+
16: <td><%= link_to 'Show', location %></td>
|
48
|
+
17: <td><%= link_to 'Edit', edit_location_path(location) %></td>
|
49
|
+
app/views/locations/index.html.erb:14:in `block in _app_views_locations_index_html_erb__3043834808340359809_2162134160'
|
50
|
+
app/views/locations/index.html.erb:12:in `each'
|
51
|
+
app/views/locations/index.html.erb:12:in `_app_views_locations_index_html_erb__3043834808340359809_2162134160'
|
52
|
+
app/controllers/locations_controller.rb:7:in `index'
|
53
|
+
|
54
|
+
|
55
|
+
Rendered /Users/Vov/.rvm/gems/ruby-1.9.3-p194@yapp/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.7ms)
|
56
|
+
Rendered /Users/Vov/.rvm/gems/ruby-1.9.3-p194@yapp/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
|
57
|
+
Rendered /Users/Vov/.rvm/gems/ruby-1.9.3-p194@yapp/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (15.7ms)
|
58
|
+
|
59
|
+
|
60
|
+
Started GET "/locations" for 127.0.0.1 at 2012-07-10 23:54:37 -0500
|
61
|
+
Processing by LocationsController#index as HTML
|
62
|
+
[1m[35mLocation Load (2.4ms)[0m SELECT `locations`.* FROM `locations`
|
63
|
+
Rendered locations/index.html.erb within layouts/application (3.3ms)
|
64
|
+
Completed 500 Internal Server Error in 192ms
|
65
|
+
|
66
|
+
ActionView::Template::Error (uninitialized constant Location::Type):
|
67
|
+
11:
|
68
|
+
12: <% @locations.each do |location| %>
|
69
|
+
13: <tr>
|
70
|
+
14: <td><%= location.type.name %></td>
|
71
|
+
15: <td><%= location.name %></td>
|
72
|
+
16: <td><%= link_to 'Show', location %></td>
|
73
|
+
17: <td><%= link_to 'Edit', edit_location_path(location) %></td>
|
74
|
+
app/views/locations/index.html.erb:14:in `block in _app_views_locations_index_html_erb__3043834808340359809_2172548020'
|
75
|
+
app/views/locations/index.html.erb:12:in `each'
|
76
|
+
app/views/locations/index.html.erb:12:in `_app_views_locations_index_html_erb__3043834808340359809_2172548020'
|
77
|
+
app/controllers/locations_controller.rb:7:in `index'
|
78
|
+
|
79
|
+
|
80
|
+
Rendered /Users/Vov/.rvm/gems/ruby-1.9.3-p194@yapp/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.4ms)
|
81
|
+
Rendered /Users/Vov/.rvm/gems/ruby-1.9.3-p194@yapp/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
|
82
|
+
Rendered /Users/Vov/.rvm/gems/ruby-1.9.3-p194@yapp/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.4ms)
|
83
|
+
|
84
|
+
|
85
|
+
Started GET "/locations" for 127.0.0.1 at 2012-07-10 23:55:06 -0500
|
86
|
+
Processing by LocationsController#index as HTML
|
87
|
+
[1m[36mLocation Load (2.7ms)[0m [1mSELECT `locations`.* FROM `locations` [0m
|
88
|
+
[1m[35mLocationType Load (0.6ms)[0m SELECT `location_types`.* FROM `location_types` WHERE `location_types`.`id` = 5 LIMIT 1
|
89
|
+
Rendered locations/index.html.erb within layouts/application (17.8ms)
|
90
|
+
Completed 500 Internal Server Error in 216ms
|
91
|
+
|
92
|
+
ActionView::Template::Error (undefined method `name' for nil:NilClass):
|
93
|
+
11:
|
94
|
+
12: <% @locations.each do |location| %>
|
95
|
+
13: <tr>
|
96
|
+
14: <td><%= location.type.name %></td>
|
97
|
+
15: <td><%= location.name %></td>
|
98
|
+
16: <td><%= link_to 'Show', location %></td>
|
99
|
+
17: <td><%= link_to 'Edit', edit_location_path(location) %></td>
|
100
|
+
app/views/locations/index.html.erb:14:in `block in _app_views_locations_index_html_erb__3043834808340359809_2172548020'
|
101
|
+
app/views/locations/index.html.erb:12:in `each'
|
102
|
+
app/views/locations/index.html.erb:12:in `_app_views_locations_index_html_erb__3043834808340359809_2172548020'
|
103
|
+
app/controllers/locations_controller.rb:7:in `index'
|
104
|
+
|
105
|
+
|
106
|
+
Rendered /Users/Vov/.rvm/gems/ruby-1.9.3-p194@yapp/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.6ms)
|
107
|
+
Rendered /Users/Vov/.rvm/gems/ruby-1.9.3-p194@yapp/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
|
108
|
+
Rendered /Users/Vov/.rvm/gems/ruby-1.9.3-p194@yapp/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.5ms)
|
109
|
+
|
110
|
+
|
111
|
+
Started GET "/locations" for 127.0.0.1 at 2012-07-10 23:55:31 -0500
|
112
|
+
Processing by LocationsController#index as HTML
|
113
|
+
[1m[36mLocation Load (1.9ms)[0m [1mSELECT `locations`.* FROM `locations` [0m
|
114
|
+
Rendered locations/index.html.erb within layouts/application (1.0ms)
|
115
|
+
Completed 500 Internal Server Error in 212ms
|
116
|
+
|
117
|
+
ActionView::Template::Error (undefined method `type' for #<Location id: 1, type_id: 5, name: "Afganistán">):
|
118
|
+
11:
|
119
|
+
12: <% @locations.each do |location| %>
|
120
|
+
13: <tr>
|
121
|
+
14: <td><%= location.type.name %></td>
|
122
|
+
15: <td><%= location.name %></td>
|
123
|
+
16: <td><%= link_to 'Show', location %></td>
|
124
|
+
17: <td><%= link_to 'Edit', edit_location_path(location) %></td>
|
125
|
+
app/views/locations/index.html.erb:14:in `block in _app_views_locations_index_html_erb__3043834808340359809_2172548020'
|
126
|
+
app/views/locations/index.html.erb:12:in `each'
|
127
|
+
app/views/locations/index.html.erb:12:in `_app_views_locations_index_html_erb__3043834808340359809_2172548020'
|
128
|
+
app/controllers/locations_controller.rb:7:in `index'
|
129
|
+
|
130
|
+
|
131
|
+
Rendered /Users/Vov/.rvm/gems/ruby-1.9.3-p194@yapp/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (5.0ms)
|
132
|
+
Rendered /Users/Vov/.rvm/gems/ruby-1.9.3-p194@yapp/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
|
133
|
+
Rendered /Users/Vov/.rvm/gems/ruby-1.9.3-p194@yapp/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.4ms)
|
134
|
+
|
135
|
+
|
136
|
+
Started GET "/locations" for 127.0.0.1 at 2012-07-11 00:00:43 -0500
|
137
|
+
Processing by LocationsController#index as HTML
|
138
|
+
[1m[35mLocation Load (1.6ms)[0m SELECT `locations`.* FROM `locations`
|
139
|
+
[1m[36mEXPLAIN (0.8ms)[0m [1mEXPLAIN SELECT `locations`.* FROM `locations` [0m
|
140
|
+
EXPLAIN for: SELECT `locations`.* FROM `locations`
|
141
|
+
+----+-------------+-----------+------+---------------+------+---------+------+------+-------+
|
142
|
+
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|
143
|
+
+----+-------------+-----------+------+---------------+------+---------+------+------+-------+
|
144
|
+
| 1 | SIMPLE | locations | ALL | NULL | NULL | NULL | NULL | 3197 | |
|
145
|
+
+----+-------------+-----------+------+---------------+------+---------+------+------+-------+
|
146
|
+
1 row in set (0.00 sec)
|
147
|
+
|
148
|
+
Rendered locations/index.html.erb within layouts/application (1.8ms)
|
149
|
+
Completed 500 Internal Server Error in 1915ms
|
150
|
+
|
151
|
+
ActionView::Template::Error (undefined method `type' for #<Country id: 1, type_id: 5, name: "Afganistán">):
|
152
|
+
11:
|
153
|
+
12: <% @locations.each do |location| %>
|
154
|
+
13: <tr>
|
155
|
+
14: <td><%= location.type.name %></td>
|
156
|
+
15: <td><%= location.name %></td>
|
157
|
+
16: <td><%= link_to 'Show', location %></td>
|
158
|
+
17: <td><%= link_to 'Edit', edit_location_path(location) %></td>
|
159
|
+
app/views/locations/index.html.erb:14:in `block in _app_views_locations_index_html_erb__3043834808340359809_2172548020'
|
160
|
+
app/views/locations/index.html.erb:12:in `each'
|
161
|
+
app/views/locations/index.html.erb:12:in `_app_views_locations_index_html_erb__3043834808340359809_2172548020'
|
162
|
+
app/controllers/locations_controller.rb:7:in `index'
|
163
|
+
|
164
|
+
|
165
|
+
Rendered /Users/Vov/.rvm/gems/ruby-1.9.3-p194@yapp/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.1ms)
|
166
|
+
Rendered /Users/Vov/.rvm/gems/ruby-1.9.3-p194@yapp/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
|
167
|
+
Rendered /Users/Vov/.rvm/gems/ruby-1.9.3-p194@yapp/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.7ms)
|
168
|
+
|
169
|
+
|
170
|
+
Started GET "/locations" for 127.0.0.1 at 2012-07-11 00:02:43 -0500
|
171
|
+
Processing by LocationsController#index as HTML
|
172
|
+
[1m[35mLocation Load (2.0ms)[0m SELECT `locations`.* FROM `locations`
|
173
|
+
[1m[36mEXPLAIN (0.7ms)[0m [1mEXPLAIN SELECT `locations`.* FROM `locations` [0m
|
174
|
+
EXPLAIN for: SELECT `locations`.* FROM `locations`
|
175
|
+
+----+-------------+-----------+------+---------------+------+---------+------+------+-------+
|
176
|
+
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|
177
|
+
+----+-------------+-----------+------+---------------+------+---------+------+------+-------+
|
178
|
+
| 1 | SIMPLE | locations | ALL | NULL | NULL | NULL | NULL | 3197 | |
|
179
|
+
+----+-------------+-----------+------+---------------+------+---------+------+------+-------+
|
180
|
+
1 row in set (0.00 sec)
|
181
|
+
|
182
|
+
Rendered locations/index.html.erb within layouts/application (335.1ms)
|
183
|
+
Completed 500 Internal Server Error in 1407ms
|
184
|
+
|
185
|
+
ActionView::Template::Error (undefined method `country_path' for #<#<Class:0x00000100e58520>:0x00000100fb70d8>):
|
186
|
+
13: <tr>
|
187
|
+
14: <td><%= location.type_string %></td>
|
188
|
+
15: <td><%= location.name %></td>
|
189
|
+
16: <td><%= link_to 'Show', location %></td>
|
190
|
+
17: <td><%= link_to 'Edit', edit_location_path(location) %></td>
|
191
|
+
18: <td><%= link_to 'Destroy', location, method: :delete, data: { confirm: 'Are you sure?' } %></td>
|
192
|
+
19: </tr>
|
193
|
+
app/views/locations/index.html.erb:16:in `block in _app_views_locations_index_html_erb__3043834808340359809_2169029140'
|
194
|
+
app/views/locations/index.html.erb:12:in `each'
|
195
|
+
app/views/locations/index.html.erb:12:in `_app_views_locations_index_html_erb__3043834808340359809_2169029140'
|
196
|
+
app/controllers/locations_controller.rb:7:in `index'
|
197
|
+
|
198
|
+
|
199
|
+
Rendered /Users/Vov/.rvm/gems/ruby-1.9.3-p194@yapp/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (5.3ms)
|
200
|
+
Rendered /Users/Vov/.rvm/gems/ruby-1.9.3-p194@yapp/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
|
201
|
+
Rendered /Users/Vov/.rvm/gems/ruby-1.9.3-p194@yapp/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (14.7ms)
|
202
|
+
|
203
|
+
|
204
|
+
Started GET "/locations" for 127.0.0.1 at 2012-07-11 00:03:06 -0500
|
205
|
+
Processing by LocationsController#index as HTML
|
206
|
+
[1m[35mLocation Load (1.8ms)[0m SELECT `locations`.* FROM `locations`
|
207
|
+
[1m[36mEXPLAIN (0.7ms)[0m [1mEXPLAIN SELECT `locations`.* FROM `locations` [0m
|
208
|
+
EXPLAIN for: SELECT `locations`.* FROM `locations`
|
209
|
+
+----+-------------+-----------+------+---------------+------+---------+------+------+-------+
|
210
|
+
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|
211
|
+
+----+-------------+-----------+------+---------------+------+---------+------+------+-------+
|
212
|
+
| 1 | SIMPLE | locations | ALL | NULL | NULL | NULL | NULL | 3197 | |
|
213
|
+
+----+-------------+-----------+------+---------------+------+---------+------+------+-------+
|
214
|
+
1 row in set (0.00 sec)
|
215
|
+
|
216
|
+
Rendered locations/index.html.erb within layouts/application (5032.1ms)
|
217
|
+
Compiled location_types.css (0ms) (pid 14199)
|
218
|
+
Compiled locations.css (0ms) (pid 14199)
|
219
|
+
Compiled scaffold.css (0ms) (pid 14199)
|
220
|
+
Compiled application.css (39ms) (pid 14199)
|
221
|
+
Compiled jquery.js (2ms) (pid 14199)
|
222
|
+
Compiled jquery_ujs.js (1ms) (pid 14199)
|
223
|
+
Compiled location_types.js (0ms) (pid 14199)
|
224
|
+
Compiled locations.js (0ms) (pid 14199)
|
225
|
+
Compiled application.js (168ms) (pid 14199)
|
226
|
+
Completed 200 OK in 6487ms (Views: 5310.7ms | ActiveRecord: 2.5ms)
|
227
|
+
|
228
|
+
|
229
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-11 00:03:12 -0500
|
230
|
+
Served asset /application.css - 200 OK (18ms)
|
231
|
+
|
232
|
+
|
233
|
+
Started GET "/assets/location_types.css?body=1" for 127.0.0.1 at 2012-07-11 00:03:12 -0500
|
234
|
+
Served asset /location_types.css - 200 OK (2ms)
|
235
|
+
|
236
|
+
|
237
|
+
Started GET "/assets/locations.css?body=1" for 127.0.0.1 at 2012-07-11 00:03:12 -0500
|
238
|
+
Served asset /locations.css - 200 OK (2ms)
|
239
|
+
|
240
|
+
|
241
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-07-11 00:03:12 -0500
|
242
|
+
Served asset /scaffold.css - 200 OK (2ms)
|
243
|
+
|
244
|
+
|
245
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-11 00:03:12 -0500
|
246
|
+
Served asset /jquery.js - 200 OK (49ms)
|
247
|
+
|
248
|
+
|
249
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-11 00:03:13 -0500
|
250
|
+
Served asset /jquery_ujs.js - 200 OK (4ms)
|
251
|
+
|
252
|
+
|
253
|
+
Started GET "/assets/locations.js?body=1" for 127.0.0.1 at 2012-07-11 00:03:13 -0500
|
254
|
+
Served asset /locations.js - 200 OK (4ms)
|
255
|
+
|
256
|
+
|
257
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-11 00:03:13 -0500
|
258
|
+
Served asset /application.js - 200 OK (18ms)
|
259
|
+
|
260
|
+
|
261
|
+
Started GET "/assets/location_types.js?body=1" for 127.0.0.1 at 2012-07-11 00:03:13 -0500
|
262
|
+
Served asset /location_types.js - 200 OK (6ms)
|
263
|
+
|
264
|
+
|
265
|
+
Started GET "/locations" for 127.0.0.1 at 2012-07-11 00:06:29 -0500
|
266
|
+
Connecting to database specified by database.yml
|
267
|
+
Processing by LocationsController#index as HTML
|
268
|
+
[1m[36mLocation Load (6.6ms)[0m [1mSELECT `locations`.* FROM `locations` ORDER BY id ASC[0m
|
269
|
+
[1m[35mEXPLAIN (0.9ms)[0m EXPLAIN SELECT `locations`.* FROM `locations` ORDER BY id ASC
|
270
|
+
EXPLAIN for: SELECT `locations`.* FROM `locations` ORDER BY id ASC
|
271
|
+
+----+-------------+-----------+------+---------------+------+---------+------+------+----------------+
|
272
|
+
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|
273
|
+
+----+-------------+-----------+------+---------------+------+---------+------+------+----------------+
|
274
|
+
| 1 | SIMPLE | locations | ALL | NULL | NULL | NULL | NULL | 3197 | Using filesort |
|
275
|
+
+----+-------------+-----------+------+---------------+------+---------+------+------+----------------+
|
276
|
+
1 row in set (0.00 sec)
|
277
|
+
|
278
|
+
Completed 500 Internal Server Error in 2514ms
|
279
|
+
|
280
|
+
NoMethodError (undefined method `page' for #<ActiveRecord::Relation:0x00000102be1998>):
|
281
|
+
app/controllers/locations_controller.rb:5:in `index'
|
282
|
+
|
283
|
+
|
284
|
+
Rendered /Users/Vov/.rvm/gems/ruby-1.9.3-p194@yapp/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.1ms)
|
285
|
+
Rendered /Users/Vov/.rvm/gems/ruby-1.9.3-p194@yapp/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
|
286
|
+
Rendered /Users/Vov/.rvm/gems/ruby-1.9.3-p194@yapp/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.2ms)
|
287
|
+
|
288
|
+
|
289
|
+
Started GET "/locations" for 127.0.0.1 at 2012-07-11 00:07:46 -0500
|
290
|
+
Processing by LocationsController#index as HTML
|
291
|
+
Completed 500 Internal Server Error in 4ms
|
292
|
+
|
293
|
+
NoMethodError (undefined method `page' for Location(id: integer, type_id: integer, name: string):Class):
|
294
|
+
app/controllers/locations_controller.rb:5:in `index'
|
295
|
+
|
296
|
+
|
297
|
+
Rendered /Users/Vov/.rvm/gems/ruby-1.9.3-p194@yapp/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.3ms)
|
298
|
+
Rendered /Users/Vov/.rvm/gems/ruby-1.9.3-p194@yapp/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
|
299
|
+
Rendered /Users/Vov/.rvm/gems/ruby-1.9.3-p194@yapp/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.6ms)
|
300
|
+
|
301
|
+
|
302
|
+
Started GET "/locations" for 127.0.0.1 at 2012-07-11 00:07:48 -0500
|
303
|
+
Processing by LocationsController#index as HTML
|
304
|
+
Completed 500 Internal Server Error in 0ms
|
305
|
+
|
306
|
+
NoMethodError (undefined method `page' for Location(id: integer, type_id: integer, name: string):Class):
|
307
|
+
app/controllers/locations_controller.rb:5:in `index'
|
308
|
+
|
309
|
+
|
310
|
+
Rendered /Users/Vov/.rvm/gems/ruby-1.9.3-p194@yapp/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.0ms)
|
311
|
+
Rendered /Users/Vov/.rvm/gems/ruby-1.9.3-p194@yapp/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
|
312
|
+
Rendered /Users/Vov/.rvm/gems/ruby-1.9.3-p194@yapp/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.0ms)
|
313
|
+
|
314
|
+
|
315
|
+
Started GET "/locations" for 127.0.0.1 at 2012-07-11 00:08:01 -0500
|
316
|
+
Processing by LocationsController#index as HTML
|
317
|
+
Completed 500 Internal Server Error in 126ms
|
318
|
+
|
319
|
+
NoMethodError (undefined method `page' for Location(id: integer, type_id: integer, name: string):Class):
|
320
|
+
app/controllers/locations_controller.rb:6:in `index'
|
321
|
+
|
322
|
+
|
323
|
+
Rendered /Users/Vov/.rvm/gems/ruby-1.9.3-p194@yapp/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.6ms)
|
324
|
+
Rendered /Users/Vov/.rvm/gems/ruby-1.9.3-p194@yapp/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
|
325
|
+
Rendered /Users/Vov/.rvm/gems/ruby-1.9.3-p194@yapp/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.9ms)
|
326
|
+
|
327
|
+
|
328
|
+
Started GET "/locations" for 127.0.0.1 at 2012-07-11 00:08:58 -0500
|
329
|
+
Connecting to database specified by database.yml
|
330
|
+
Processing by LocationsController#index as HTML
|
331
|
+
[1m[36mLocation Load (0.8ms)[0m [1mSELECT `locations`.* FROM `locations` LIMIT 30 OFFSET 0[0m
|
332
|
+
Rendered locations/index.html.erb within layouts/application (92.6ms)
|
333
|
+
Completed 200 OK in 156ms (Views: 132.5ms | ActiveRecord: 3.4ms)
|
334
|
+
|
335
|
+
|
336
|
+
Started GET "/assets/location_types.css?body=1" for 127.0.0.1 at 2012-07-11 00:08:59 -0500
|
337
|
+
Served asset /location_types.css - 304 Not Modified (4ms)
|
338
|
+
|
339
|
+
|
340
|
+
Started GET "/assets/locations.css?body=1" for 127.0.0.1 at 2012-07-11 00:08:59 -0500
|
341
|
+
Served asset /locations.css - 304 Not Modified (2ms)
|
342
|
+
|
343
|
+
|
344
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-07-11 00:08:59 -0500
|
345
|
+
Served asset /scaffold.css - 304 Not Modified (2ms)
|
346
|
+
|
347
|
+
|
348
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-11 00:08:59 -0500
|
349
|
+
Served asset /application.css - 304 Not Modified (5ms)
|
350
|
+
|
351
|
+
|
352
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-11 00:08:59 -0500
|
353
|
+
Served asset /jquery.js - 304 Not Modified (5ms)
|
354
|
+
|
355
|
+
|
356
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-11 00:08:59 -0500
|
357
|
+
Served asset /jquery_ujs.js - 304 Not Modified (3ms)
|
358
|
+
|
359
|
+
|
360
|
+
Started GET "/assets/location_types.js?body=1" for 127.0.0.1 at 2012-07-11 00:08:59 -0500
|
361
|
+
Served asset /location_types.js - 304 Not Modified (6ms)
|
362
|
+
|
363
|
+
|
364
|
+
Started GET "/assets/locations.js?body=1" for 127.0.0.1 at 2012-07-11 00:08:59 -0500
|
365
|
+
Served asset /locations.js - 304 Not Modified (4ms)
|
366
|
+
|
367
|
+
|
368
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-11 00:08:59 -0500
|
369
|
+
Served asset /application.js - 304 Not Modified (8ms)
|
370
|
+
Connecting to database specified by database.yml
|
371
|
+
Connecting to database specified by database.yml
|
372
|
+
Connecting to database specified by database.yml
|
373
|
+
Connecting to database specified by database.yml
|
374
|
+
Connecting to database specified by database.yml
|
375
|
+
[1m[36m (4.4ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
376
|
+
[1m[35m (5.1ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
377
|
+
[1m[36m (2.3ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
378
|
+
Migrating to CreateLocationTypes (20120705034511)
|
379
|
+
[1m[35m (2.9ms)[0m CREATE TABLE `location_types` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `name` varchar(45) COMMENT 'Nombre del tipo.') ENGINE=InnoDB
|
380
|
+
[1m[36m (0.9ms)[0m [1mINSERT INTO `schema_migrations` (`version`) VALUES ('20120705034511')[0m
|
381
|
+
Migrating to CreateLocations (20120705041521)
|
382
|
+
[1m[35m (2.6ms)[0m CREATE TABLE `locations` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `type_id` int(11) UNSIGNED COMMENT 'llave foranea a location_type', `name` varchar(45) COMMENT 'Nombre de la locacion.') ENGINE=InnoDB
|
383
|
+
[1m[36m (4.5ms)[0m [1mCREATE INDEX `FK_location_type` ON `locations` (`type_id`)[0m
|
384
|
+
[1m[35m (0.7ms)[0m INSERT INTO `schema_migrations` (`version`) VALUES ('20120705041521')
|
385
|
+
[1m[36m (0.6ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
386
|
+
Connecting to database specified by database.yml
|
387
|
+
Connecting to database specified by database.yml
|
388
|
+
Connecting to database specified by database.yml
|
389
|
+
Connecting to database specified by database.yml
|
390
|
+
Connecting to database specified by database.yml
|
391
|
+
Connecting to database specified by database.yml
|
392
|
+
Connecting to database specified by database.yml
|
393
|
+
Connecting to database specified by database.yml
|
394
|
+
[1m[36m (5.8ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
395
|
+
[1m[35m (4.4ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
396
|
+
[1m[36m (17.3ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
397
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
398
|
+
[1m[35m (2.8ms)[0m CREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer.', `decimal_unsigned_column` decimal(4,2) COMMENT 'Prueba con columna tipo Decimal.', `unsigned_float_column` float COMMENT 'Prueba con columna tipo Float.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) COMMENT='Pruebas de unsigned columns.'
|
399
|
+
[1m[36m (4.1ms)[0m [1mCREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)[0m
|
400
|
+
[1m[35m (1.0ms)[0m INSERT INTO `schema_migrations` (`version`) VALUES ('20121024034824')
|
401
|
+
[1m[36m (0.5ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
402
|
+
Connecting to database specified by database.yml
|
403
|
+
[1m[36m (2.9ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
404
|
+
[1m[35m (3.8ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
405
|
+
[1m[36m (2.1ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
406
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
407
|
+
[1m[35m (2.7ms)[0m CREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer.', `decimal_unsigned_column` decimal(4,2) COMMENT 'Prueba con columna tipo Decimal.', `unsigned_float_column` float COMMENT 'Prueba con columna tipo Float.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) COMMENT='Pruebas de unsigned columns.'
|
408
|
+
[1m[36m (5.9ms)[0m [1mCREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)[0m
|
409
|
+
[1m[35m (0.8ms)[0m INSERT INTO `schema_migrations` (`version`) VALUES ('20121024034824')
|
410
|
+
[1m[36m (0.6ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
411
|
+
Connecting to database specified by database.yml
|
412
|
+
Connecting to database specified by database.yml
|
413
|
+
Connecting to database specified by database.yml
|
414
|
+
[1m[36m (3.9ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
415
|
+
[1m[35m (3.9ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
416
|
+
[1m[36m (2.3ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
417
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
418
|
+
[1m[35m (3.9ms)[0m CREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer.', `decimal_unsigned_column` decimal(4,2) COMMENT 'Prueba con columna tipo Decimal.', `unsigned_float_column` float COMMENT 'Prueba con columna tipo Float.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) COMMENT='Pruebas de unsigned columns.'
|
419
|
+
[1m[36m (4.4ms)[0m [1mCREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)[0m
|
420
|
+
[1m[35m (0.8ms)[0m INSERT INTO `schema_migrations` (`version`) VALUES ('20121024034824')
|
421
|
+
[1m[36m (0.5ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
422
|
+
Connecting to database specified by database.yml
|
423
|
+
Connecting to database specified by database.yml
|
424
|
+
[1m[36m (3.5ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
425
|
+
[1m[35m (3.7ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
426
|
+
[1m[36m (2.2ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
427
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
428
|
+
[1m[35m (2.5ms)[0m CREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer.', `decimal_unsigned_column` decimal(4,2) COMMENT 'Prueba con columna tipo Decimal.', `unsigned_float_column` float COMMENT 'Prueba con columna tipo Float.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) COMMENT='Pruebas de unsigned columns.'
|
429
|
+
[1m[36m (3.8ms)[0m [1mCREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)[0m
|
430
|
+
[1m[35m (0.8ms)[0m INSERT INTO `schema_migrations` (`version`) VALUES ('20121024034824')
|
431
|
+
[1m[36m (0.4ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
432
|
+
Connecting to database specified by database.yml
|
433
|
+
[1m[36m (4.4ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
434
|
+
[1m[35m (3.7ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
435
|
+
[1m[36m (2.1ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
436
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
437
|
+
[1m[35m (3.6ms)[0m CREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer.', `decimal_unsigned_column` decimal(4,2) COMMENT 'Prueba con columna tipo Decimal.', `unsigned_float_column` float COMMENT 'Prueba con columna tipo Float.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) COMMENT='Pruebas de unsigned columns.'
|
438
|
+
[1m[36m (4.3ms)[0m [1mCREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)[0m
|
439
|
+
[1m[35m (0.8ms)[0m INSERT INTO `schema_migrations` (`version`) VALUES ('20121024034824')
|
440
|
+
[1m[36m (0.4ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
441
|
+
Connecting to database specified by database.yml
|
442
|
+
[1m[36m (3.5ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
443
|
+
[1m[35m (4.2ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
444
|
+
[1m[36m (2.2ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
445
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
446
|
+
[1m[35m (2.9ms)[0m CREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer.', `decimal_unsigned_column` decimal(4,2) COMMENT 'Prueba con columna tipo Decimal.', `unsigned_float_column` float COMMENT 'Prueba con columna tipo Float.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) COMMENT='Pruebas de unsigned columns.'
|
447
|
+
[1m[36m (4.0ms)[0m [1mCREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)[0m
|
448
|
+
[1m[35m (0.8ms)[0m INSERT INTO `schema_migrations` (`version`) VALUES ('20121024034824')
|
449
|
+
[1m[36m (0.4ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
450
|
+
Connecting to database specified by database.yml
|
451
|
+
[1m[36m (3.9ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
452
|
+
[1m[35m (3.6ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
453
|
+
[1m[36m (2.1ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
454
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
455
|
+
[1m[35m (3.1ms)[0m CREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer.', `decimal_unsigned_column` decimal(4,2) COMMENT 'Prueba con columna tipo Decimal.', `unsigned_float_column` float COMMENT 'Prueba con columna tipo Float.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) COMMENT='Pruebas de unsigned columns.'
|
456
|
+
[1m[36m (3.8ms)[0m [1mCREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)[0m
|
457
|
+
[1m[35m (0.8ms)[0m INSERT INTO `schema_migrations` (`version`) VALUES ('20121024034824')
|
458
|
+
[1m[36m (0.4ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
459
|
+
Connecting to database specified by database.yml
|
460
|
+
[1m[36m (3.9ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
461
|
+
[1m[35m (3.9ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
462
|
+
[1m[36m (2.1ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
463
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
464
|
+
[1m[35m (3.3ms)[0m CREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer Unsigned.', `integer_signed_column` smallint COMMENT 'Prueba con columna tipo Integer.', `string_column` varchar(24) COMMENT 'Prueba con columna tipo String.', `decimal_unsigned_column` decimal(4,2) COMMENT 'Prueba con columna tipo Decimal Unsigned.', `unsigned_float_column` float COMMENT 'Prueba con columna tipo Float Unsigned.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean Unsigned.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References Unsigned.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) COMMENT='Pruebas de unsigned columns.'
|
465
|
+
[1m[36m (3.9ms)[0m [1mCREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)[0m
|
466
|
+
[1m[35m (0.8ms)[0m INSERT INTO `schema_migrations` (`version`) VALUES ('20121024034824')
|
467
|
+
[1m[36m (0.9ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
468
|
+
Connecting to database specified by database.yml
|
469
|
+
[1m[36m (3.9ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
470
|
+
[1m[35m (4.0ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
471
|
+
[1m[36m (2.1ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
472
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
473
|
+
[1m[35m (2.8ms)[0m CREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer Unsigned.', `integer_signed_column` smallint COMMENT 'Prueba con columna tipo Integer.', `string_column` varchar(24) COMMENT 'Prueba con columna tipo String.', `decimal_unsigned_column` decimal(4,2) UNSIGNED COMMENT 'Prueba con columna tipo Decimal Unsigned.', `unsigned_float_column` float UNSIGNED COMMENT 'Prueba con columna tipo Float Unsigned.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean Unsigned.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References Unsigned.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) COMMENT='Pruebas de unsigned columns.'
|
474
|
+
[1m[36m (4.5ms)[0m [1mCREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)[0m
|
475
|
+
[1m[35m (0.8ms)[0m INSERT INTO `schema_migrations` (`version`) VALUES ('20121024034824')
|
476
|
+
[1m[36m (0.8ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
477
|
+
Connecting to database specified by database.yml
|
478
|
+
[1m[36m (6.6ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
479
|
+
[1m[35m (3.7ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
480
|
+
[1m[36m (2.1ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
481
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
482
|
+
[1m[35m (2.7ms)[0m CREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer Unsigned.', `integer_signed_column` smallint COMMENT 'Prueba con columna tipo Integer.', `string_column` varchar(24) COMMENT 'Prueba con columna tipo String.', `decimal_unsigned_column` decimal(4,2) UNSIGNED COMMENT 'Prueba con columna tipo Decimal Unsigned.', `unsigned_float_column` float UNSIGNED COMMENT 'Prueba con columna tipo Float Unsigned.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean Unsigned.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References Unsigned.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) COMMENT='Pruebas de unsigned columns.'
|
483
|
+
[1m[36m (5.4ms)[0m [1mCREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)[0m
|
484
|
+
[1m[35m (0.9ms)[0m INSERT INTO `schema_migrations` (`version`) VALUES ('20121024034824')
|
485
|
+
[1m[36m (0.4ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
486
|
+
Connecting to database specified by database.yml
|
487
|
+
[1m[36m (1.9ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
488
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
489
|
+
[1m[35m (0.4ms)[0m SELECT `schema_migrations`.`version` FROM `schema_migrations`
|
490
|
+
Connecting to database specified by database.yml
|
491
|
+
[1m[36m (4.0ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
492
|
+
[1m[35m (3.8ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
493
|
+
[1m[36m (2.3ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
494
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
495
|
+
[1m[35m (2.8ms)[0m CREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer Unsigned.', `integer_signed_column` smallint COMMENT 'Prueba con columna tipo Integer.', `string_column` varchar(24) COMMENT 'Prueba con columna tipo String.', `decimal_unsigned_column` decimal(4,2) UNSIGNED COMMENT 'Prueba con columna tipo Decimal Unsigned.', `unsigned_float_column` float UNSIGNED COMMENT 'Prueba con columna tipo Float Unsigned.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean Unsigned.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References Unsigned.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) COMMENT='Pruebas de unsigned columns.'
|
496
|
+
[1m[36m (4.2ms)[0m [1mCREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)[0m
|
497
|
+
[1m[35m (0.8ms)[0m INSERT INTO `schema_migrations` (`version`) VALUES ('20121024034824')
|
498
|
+
[1m[36m (0.4ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
499
|
+
Connecting to database specified by database.yml
|
500
|
+
[1m[36m (4.0ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
501
|
+
[1m[35m (3.6ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
502
|
+
[1m[36m (2.0ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
503
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
504
|
+
[1m[35m (3.2ms)[0m CREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer Unsigned.', `integer_signed_column` smallint COMMENT 'Prueba con columna tipo Integer.', `string_column` varchar(24) COMMENT 'Prueba con columna tipo String.', `decimal_unsigned_column` decimal(4,2) UNSIGNED COMMENT 'Prueba con columna tipo Decimal Unsigned.', `unsigned_float_column` float UNSIGNED COMMENT 'Prueba con columna tipo Float Unsigned.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean Unsigned.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References Unsigned.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) COMMENT='Pruebas de unsigned columns.'
|
505
|
+
[1m[36m (4.0ms)[0m [1mCREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)[0m
|
506
|
+
[1m[35m (0.8ms)[0m INSERT INTO `schema_migrations` (`version`) VALUES ('20121024034824')
|
507
|
+
[1m[36m (0.4ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
508
|
+
Connecting to database specified by database.yml
|
509
|
+
[1m[36m (2.1ms)[0m [1mDROP DATABASE IF EXISTS `numeric_type_column_test`[0m
|
510
|
+
[1m[35m (0.4ms)[0m CREATE DATABASE `numeric_type_column_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
|
511
|
+
[1m[36m (3.6ms)[0m [1mCREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED, `integer_signed_column` smallint, `string_column` varchar(24), `decimal_unsigned_column` decimal(4,2) UNSIGNED, `unsigned_float_column` float UNSIGNED, `boolean_unsigned_column` tinyint(1) UNSIGNED, `references_unsigned_column_id` int(11) UNSIGNED, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB[0m
|
512
|
+
[1m[35m (3.9ms)[0m CREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)
|
513
|
+
[1m[36m (1.9ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
514
|
+
[1m[35m (9.4ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
515
|
+
[1m[36m (0.8ms)[0m [1mSELECT version FROM `schema_migrations`[0m
|
516
|
+
[1m[35m (0.7ms)[0m INSERT INTO `schema_migrations` (version) VALUES ('20121024034824')
|
517
|
+
[1m[36m (2.2ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
518
|
+
Connecting to database specified by database.yml
|
519
|
+
[1m[36m (2.7ms)[0m [1mDROP TABLE `unsigned_columns_tests`[0m
|
520
|
+
[1m[35m (3.5ms)[0m CREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED, `integer_signed_column` smallint, `string_column` varchar(24), `decimal_unsigned_column` decimal(4,2) UNSIGNED, `unsigned_float_column` float UNSIGNED, `boolean_unsigned_column` tinyint(1) UNSIGNED, `references_unsigned_column_id` int(11) UNSIGNED, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB
|
521
|
+
[1m[36m (3.7ms)[0m [1mCREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)[0m
|
522
|
+
[1m[35m (1.3ms)[0m SELECT version FROM `schema_migrations`
|
523
|
+
[1m[36m (1.8ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
524
|
+
Connecting to database specified by database.yml
|
525
|
+
[1m[36m (3.2ms)[0m [1mDROP DATABASE IF EXISTS `numeric_type_column_test`[0m
|
526
|
+
[1m[35m (0.4ms)[0m CREATE DATABASE `numeric_type_column_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
|
527
|
+
[1m[36m (4.1ms)[0m [1mCREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED, `integer_signed_column` smallint, `string_column` varchar(24), `decimal_unsigned_column` decimal(4,2) UNSIGNED, `unsigned_float_column` float UNSIGNED, `boolean_unsigned_column` tinyint(1) UNSIGNED, `references_unsigned_column_id` int(11) UNSIGNED, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB[0m
|
528
|
+
[1m[35m (4.5ms)[0m CREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)
|
529
|
+
[1m[36m (2.0ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
530
|
+
[1m[35m (3.6ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
531
|
+
[1m[36m (1.6ms)[0m [1mSELECT version FROM `schema_migrations`[0m
|
532
|
+
[1m[35m (1.7ms)[0m INSERT INTO `schema_migrations` (version) VALUES ('20121024034824')
|
533
|
+
[1m[36m (2.2ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
534
|
+
Connecting to database specified by database.yml
|
535
|
+
[1m[36m (3.6ms)[0m [1mDROP DATABASE IF EXISTS `numeric_type_column_test`[0m
|
536
|
+
[1m[35m (0.4ms)[0m CREATE DATABASE `numeric_type_column_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
|
537
|
+
[1m[36m (3.7ms)[0m [1mCREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED, `integer_signed_column` smallint, `string_column` varchar(24), `decimal_unsigned_column` decimal(4,2) UNSIGNED, `unsigned_float_column` float UNSIGNED, `boolean_unsigned_column` tinyint(1) UNSIGNED, `references_unsigned_column_id` int(11) UNSIGNED, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB[0m
|
538
|
+
[1m[35m (4.0ms)[0m CREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)
|
539
|
+
[1m[36m (2.2ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
540
|
+
[1m[35m (3.3ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
541
|
+
[1m[36m (0.5ms)[0m [1mSELECT version FROM `schema_migrations`[0m
|
542
|
+
[1m[35m (1.1ms)[0m INSERT INTO `schema_migrations` (version) VALUES ('20121024034824')
|
543
|
+
[1m[36m (2.2ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
544
|
+
Connecting to database specified by database.yml
|
545
|
+
[1m[36m (3.5ms)[0m [1mDROP DATABASE IF EXISTS `numeric_type_column_test`[0m
|
546
|
+
[1m[35m (0.3ms)[0m CREATE DATABASE `numeric_type_column_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
|
547
|
+
[1m[36m (3.7ms)[0m [1mCREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED, `integer_signed_column` smallint, `string_column` varchar(24), `decimal_unsigned_column` decimal(4,2) UNSIGNED, `unsigned_float_column` float UNSIGNED, `boolean_unsigned_column` tinyint(1) UNSIGNED, `references_unsigned_column_id` int(11) UNSIGNED, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB[0m
|
548
|
+
[1m[35m (3.8ms)[0m CREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)
|
549
|
+
[1m[36m (2.1ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
550
|
+
[1m[35m (3.9ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
551
|
+
[1m[36m (0.7ms)[0m [1mSELECT version FROM `schema_migrations`[0m
|
552
|
+
[1m[35m (1.2ms)[0m INSERT INTO `schema_migrations` (version) VALUES ('20121024034824')
|
553
|
+
[1m[36m (2.1ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
554
|
+
[1m[35mUnsignedColumnsTest Load (1.1ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = 1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 1' AND `unsigned_columns_tests`.`decimal_unsigned_column` = 66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = 33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = 23 LIMIT 1
|
555
|
+
[1m[36m (0.6ms)[0m [1mBEGIN[0m
|
556
|
+
[1m[35mSQL (0.8ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 05:38:11', 66.669, -1, 1, 23, 'Prueba 1', 33.334, '2012-10-24 05:38:11')
|
557
|
+
[1m[36m (1.4ms)[0m [1mCOMMIT[0m
|
558
|
+
Connecting to database specified by database.yml
|
559
|
+
[1m[36m (3.1ms)[0m [1mDROP DATABASE IF EXISTS `numeric_type_column_test`[0m
|
560
|
+
[1m[35m (0.4ms)[0m CREATE DATABASE `numeric_type_column_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
|
561
|
+
[1m[36m (3.8ms)[0m [1mCREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED, `integer_signed_column` smallint, `string_column` varchar(24), `decimal_unsigned_column` decimal(4,2) UNSIGNED, `unsigned_float_column` float UNSIGNED, `boolean_unsigned_column` tinyint(1) UNSIGNED, `references_unsigned_column_id` int(11) UNSIGNED, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB[0m
|
562
|
+
[1m[35m (4.2ms)[0m CREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)
|
563
|
+
[1m[36m (3.2ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
564
|
+
[1m[35m (3.4ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
565
|
+
[1m[36m (0.7ms)[0m [1mSELECT version FROM `schema_migrations`[0m
|
566
|
+
[1m[35m (0.9ms)[0m INSERT INTO `schema_migrations` (version) VALUES ('20121024034824')
|
567
|
+
[1m[36m (2.2ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
568
|
+
[1m[35mUnsignedColumnsTest Load (1.3ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = 1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 1' AND `unsigned_columns_tests`.`decimal_unsigned_column` = 66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = 33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = 23 LIMIT 1
|
569
|
+
[1m[36m (0.6ms)[0m [1mBEGIN[0m
|
570
|
+
[1m[35mSQL (0.8ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 05:39:30', 66.669, -1, 1, 23, 'Prueba 1', 33.334, '2012-10-24 05:39:30')
|
571
|
+
[1m[36m (0.7ms)[0m [1mCOMMIT[0m
|
572
|
+
[1m[35mUnsignedColumnsTest Load (0.7ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = -1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 2' AND `unsigned_columns_tests`.`decimal_unsigned_column` = -66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = -33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = -23 LIMIT 1
|
573
|
+
[1m[36m (0.5ms)[0m [1mBEGIN[0m
|
574
|
+
[1m[35mSQL (0.9ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 05:39:30', -66.669, -1, -1, -23, 'Prueba 2', -33.334, '2012-10-24 05:39:30')
|
575
|
+
[1m[36m (0.7ms)[0m [1mCOMMIT[0m
|
576
|
+
Connecting to database specified by database.yml
|
577
|
+
[1m[36m (3.1ms)[0m [1mDROP DATABASE IF EXISTS `numeric_type_column_test`[0m
|
578
|
+
[1m[35m (0.3ms)[0m CREATE DATABASE `numeric_type_column_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
|
579
|
+
[1m[36m (3.7ms)[0m [1mCREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED, `integer_signed_column` smallint, `string_column` varchar(24), `decimal_unsigned_column` decimal(4,2) UNSIGNED, `unsigned_float_column` float UNSIGNED, `boolean_unsigned_column` tinyint(1) UNSIGNED, `references_unsigned_column_id` int(11) UNSIGNED, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB[0m
|
580
|
+
[1m[35m (3.8ms)[0m CREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)
|
581
|
+
[1m[36m (2.9ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
582
|
+
[1m[35m (4.1ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
583
|
+
[1m[36m (0.8ms)[0m [1mSELECT version FROM `schema_migrations`[0m
|
584
|
+
[1m[35m (0.8ms)[0m INSERT INTO `schema_migrations` (version) VALUES ('20121024034824')
|
585
|
+
[1m[36m (2.1ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
586
|
+
[1m[35mUnsignedColumnsTest Load (1.0ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = 1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 1' AND `unsigned_columns_tests`.`decimal_unsigned_column` = 66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = 33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = 23 LIMIT 1
|
587
|
+
[1m[36m (0.6ms)[0m [1mBEGIN[0m
|
588
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 05:40:07', 66.669, -1, 1, 23, 'Prueba 1', 33.334, '2012-10-24 05:40:07')
|
589
|
+
[1m[36m (0.8ms)[0m [1mCOMMIT[0m
|
590
|
+
[1m[35mUnsignedColumnsTest Load (0.9ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = -1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 2' AND `unsigned_columns_tests`.`decimal_unsigned_column` = -66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = -33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = -23 LIMIT 1
|
591
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
592
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 05:40:07', -66.669, -1, -1, -23, 'Prueba 2', -33.334, '2012-10-24 05:40:07')
|
593
|
+
[1m[36m (0.6ms)[0m [1mCOMMIT[0m
|
594
|
+
Connecting to database specified by database.yml
|
595
|
+
[1m[36m (1.9ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
596
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
597
|
+
[1m[35m (0.3ms)[0m SELECT `schema_migrations`.`version` FROM `schema_migrations`
|
598
|
+
Connecting to database specified by database.yml
|
599
|
+
[1m[36m (1.9ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
600
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
601
|
+
[1m[35m (0.3ms)[0m SELECT `schema_migrations`.`version` FROM `schema_migrations`
|
602
|
+
Connecting to database specified by database.yml
|
603
|
+
[1m[36m (2.0ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
604
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
605
|
+
[1m[35m (0.5ms)[0m SELECT `schema_migrations`.`version` FROM `schema_migrations`
|
606
|
+
Connecting to database specified by database.yml
|
607
|
+
Connecting to database specified by database.yml
|
608
|
+
Connecting to database specified by database.yml
|
609
|
+
Connecting to database specified by database.yml
|
610
|
+
[1m[36m (2.5ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
611
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
612
|
+
[1m[35m (0.5ms)[0m SELECT `schema_migrations`.`version` FROM `schema_migrations`
|
613
|
+
Connecting to database specified by database.yml
|
614
|
+
[1m[36m (4.6ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
615
|
+
[1m[35m (3.7ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
616
|
+
[1m[36m (2.3ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
617
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
618
|
+
[1m[35m (2.6ms)[0m CREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer Unsigned.', `integer_signed_column` smallint COMMENT 'Prueba con columna tipo Integer.', `string_column` varchar(24) COMMENT 'Prueba con columna tipo String.', `decimal_unsigned_column` decimal(4,2) UNSIGNED COMMENT 'Prueba con columna tipo Decimal Unsigned.', `unsigned_float_column` float UNSIGNED COMMENT 'Prueba con columna tipo Float Unsigned.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean Unsigned.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References Unsigned.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) COMMENT='Pruebas de unsigned columns.'
|
619
|
+
[1m[36m (4.6ms)[0m [1mCREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)[0m
|
620
|
+
[1m[35m (0.8ms)[0m INSERT INTO `schema_migrations` (`version`) VALUES ('20121024034824')
|
621
|
+
[1m[36m (0.8ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
622
|
+
Connecting to database specified by database.yml
|
623
|
+
Connecting to database specified by database.yml
|
624
|
+
Connecting to database specified by database.yml
|
625
|
+
Connecting to database specified by database.yml
|
626
|
+
Connecting to database specified by database.yml
|
627
|
+
Connecting to database specified by database.yml
|
628
|
+
Connecting to database specified by database.yml
|
629
|
+
Connecting to database specified by database.yml
|
630
|
+
Connecting to database specified by database.yml
|
631
|
+
Connecting to database specified by database.yml
|
632
|
+
Connecting to database specified by database.yml
|
633
|
+
Connecting to database specified by database.yml
|
634
|
+
Connecting to database specified by database.yml
|
635
|
+
Connecting to database specified by database.yml
|
636
|
+
Connecting to database specified by database.yml
|
637
|
+
Connecting to database specified by database.yml
|
638
|
+
Connecting to database specified by database.yml
|
639
|
+
Connecting to database specified by database.yml
|
640
|
+
Connecting to database specified by database.yml
|
641
|
+
Connecting to database specified by database.yml
|
642
|
+
Connecting to database specified by database.yml
|
643
|
+
[1m[36m (2.1ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
644
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
645
|
+
[1m[35m (0.4ms)[0m SELECT `schema_migrations`.`version` FROM `schema_migrations`
|
646
|
+
Connecting to database specified by database.yml
|
647
|
+
[1m[36m (2.1ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
648
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
649
|
+
[1m[35m (0.4ms)[0m SELECT `schema_migrations`.`version` FROM `schema_migrations`
|
650
|
+
Connecting to database specified by database.yml
|
651
|
+
[1m[36m (1.9ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
652
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
653
|
+
[1m[35m (0.4ms)[0m SELECT `schema_migrations`.`version` FROM `schema_migrations`
|
654
|
+
Connecting to database specified by database.yml
|
655
|
+
[1m[36m (2.3ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
656
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
657
|
+
[1m[35m (0.3ms)[0m SELECT `schema_migrations`.`version` FROM `schema_migrations`
|
658
|
+
Connecting to database specified by database.yml
|
659
|
+
[1m[36m (2.2ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
660
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
661
|
+
[1m[35m (0.3ms)[0m SELECT `schema_migrations`.`version` FROM `schema_migrations`
|
662
|
+
Connecting to database specified by database.yml
|
663
|
+
[1m[36m (2.2ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
664
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
665
|
+
[1m[35m (0.3ms)[0m SELECT `schema_migrations`.`version` FROM `schema_migrations`
|
666
|
+
Connecting to database specified by database.yml
|
667
|
+
[1m[36m (2.1ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
668
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
669
|
+
[1m[35m (0.5ms)[0m SELECT `schema_migrations`.`version` FROM `schema_migrations`
|
670
|
+
Connecting to database specified by database.yml
|
671
|
+
[1m[36m (2.1ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
672
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
673
|
+
[1m[35m (0.5ms)[0m SELECT `schema_migrations`.`version` FROM `schema_migrations`
|
674
|
+
Connecting to database specified by database.yml
|
675
|
+
[1m[36m (2.1ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
676
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
677
|
+
[1m[35m (0.6ms)[0m SELECT `schema_migrations`.`version` FROM `schema_migrations`
|
678
|
+
Connecting to database specified by database.yml
|
679
|
+
[1m[36m (4.3ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
680
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
681
|
+
[1m[35m (0.6ms)[0m SELECT `schema_migrations`.`version` FROM `schema_migrations`
|
682
|
+
Connecting to database specified by database.yml
|
683
|
+
[1m[36m (1.9ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
684
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
685
|
+
[1m[35m (0.4ms)[0m SELECT `schema_migrations`.`version` FROM `schema_migrations`
|
686
|
+
Connecting to database specified by database.yml
|
687
|
+
[1m[36m (2.2ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
688
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
689
|
+
[1m[35m (0.3ms)[0m SELECT `schema_migrations`.`version` FROM `schema_migrations`
|
690
|
+
Connecting to database specified by database.yml
|
691
|
+
[1m[36m (1.9ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
692
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
693
|
+
[1m[35m (0.4ms)[0m SELECT `schema_migrations`.`version` FROM `schema_migrations`
|
694
|
+
Connecting to database specified by database.yml
|
695
|
+
[1m[36m (2.1ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
696
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
697
|
+
[1m[35m (0.3ms)[0m SELECT `schema_migrations`.`version` FROM `schema_migrations`
|
698
|
+
Connecting to database specified by database.yml
|
699
|
+
[1m[36m (2.0ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
700
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
701
|
+
[1m[35m (0.4ms)[0m SELECT `schema_migrations`.`version` FROM `schema_migrations`
|
702
|
+
Connecting to database specified by database.yml
|
703
|
+
[1m[36m (1.9ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
704
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
705
|
+
[1m[35m (0.4ms)[0m SELECT `schema_migrations`.`version` FROM `schema_migrations`
|
706
|
+
Connecting to database specified by database.yml
|
707
|
+
Connecting to database specified by database.yml
|
708
|
+
[1m[36m (2.1ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
709
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
710
|
+
[1m[35m (0.4ms)[0m SELECT `schema_migrations`.`version` FROM `schema_migrations`
|
711
|
+
Connecting to database specified by database.yml
|
712
|
+
[1m[36m (1.9ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
713
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
714
|
+
[1m[35m (0.3ms)[0m SELECT `schema_migrations`.`version` FROM `schema_migrations`
|
715
|
+
Connecting to database specified by database.yml
|
716
|
+
[1m[36m (2.4ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
717
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
718
|
+
[1m[35m (0.4ms)[0m SELECT `schema_migrations`.`version` FROM `schema_migrations`
|
719
|
+
Connecting to database specified by database.yml
|
720
|
+
[1m[36m (3.9ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
721
|
+
[1m[35m (4.6ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
722
|
+
[1m[36m (2.5ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
723
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
724
|
+
[1m[35m (3.0ms)[0m CREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer Unsigned.', `integer_signed_column` smallint COMMENT 'Prueba con columna tipo Integer.', `string_column` varchar(24) COMMENT 'Prueba con columna tipo String.', `decimal_unsigned_column` decimal(4,2) UNSIGNED COMMENT 'Prueba con columna tipo Decimal Unsigned.', `unsigned_float_column` float UNSIGNED COMMENT 'Prueba con columna tipo Float Unsigned.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean Unsigned.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References Unsigned.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) COMMENT='Pruebas de unsigned columns.'
|
725
|
+
[1m[36m (5.5ms)[0m [1mCREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)[0m
|
726
|
+
[1m[35m (1.2ms)[0m INSERT INTO `schema_migrations` (`version`) VALUES ('20121024034824')
|
727
|
+
[1m[36m (0.7ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
728
|
+
Connecting to database specified by database.yml
|
729
|
+
[1m[36m (1.8ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
730
|
+
[1m[35mUnsignedColumnsTest Load (1.0ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = 1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 1' AND `unsigned_columns_tests`.`decimal_unsigned_column` = 66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = 33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = 23 LIMIT 1
|
731
|
+
[1m[36m (0.6ms)[0m [1mBEGIN[0m
|
732
|
+
[1m[35mSQL (1.2ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 07:08:49', 66.669, -1, 1, 23, 'Prueba 1', 33.334, '2012-10-24 07:08:49')
|
733
|
+
[1m[36m (1.9ms)[0m [1mCOMMIT[0m
|
734
|
+
[1m[35mUnsignedColumnsTest Load (1.4ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = -1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 2' AND `unsigned_columns_tests`.`decimal_unsigned_column` = -66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = -33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = -23 LIMIT 1
|
735
|
+
[1m[36m (0.5ms)[0m [1mBEGIN[0m
|
736
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 07:08:49', -66.669, -1, -1, -23, 'Prueba 2', -33.334, '2012-10-24 07:08:49')
|
737
|
+
[1m[36m (0.8ms)[0m [1mCOMMIT[0m
|
738
|
+
Connecting to database specified by database.yml
|
739
|
+
[1m[36m (49.2ms)[0m [1mCREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED NOT NULL COMMENT 'Prueba con columna tipo Integer Unsigned.', `integer_signed_column` smallint NOT NULL COMMENT 'Prueba con columna tipo Integer.', `string_column` varchar(24) COMMENT 'Prueba con columna tipo String.', `decimal_unsigned_column` decimal(4,2) UNSIGNED NOT NULL COMMENT 'Prueba con columna tipo Decimal Unsigned.', `unsigned_float_column` float UNSIGNED NOT NULL COMMENT 'Prueba con columna tipo Float Unsigned.', `boolean_unsigned_column` tinyint(1) UNSIGNED NOT NULL COMMENT 'Prueba con columna tipo Boolean Unsigned.', `references_unsigned_column_id` int(11) UNSIGNED NOT NULL COMMENT 'Prueba con columna tipo References Unsigned.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB[0m
|
740
|
+
[1m[35m (5.3ms)[0m CREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)
|
741
|
+
[1m[36m (2.1ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
742
|
+
[1m[35m (4.2ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
743
|
+
[1m[36m (0.5ms)[0m [1mSELECT version FROM `schema_migrations`[0m
|
744
|
+
[1m[35m (0.7ms)[0m INSERT INTO `schema_migrations` (version) VALUES ('20121024034824')
|
745
|
+
[1m[36m (1.9ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
746
|
+
[1m[35mUnsignedColumnsTest Load (1.1ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = 1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 1' AND `unsigned_columns_tests`.`decimal_unsigned_column` = 66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = 33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = 23 LIMIT 1
|
747
|
+
[1m[36m (0.5ms)[0m [1mBEGIN[0m
|
748
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 07:09:51', 66.669, -1, 1, 23, 'Prueba 1', 33.334, '2012-10-24 07:09:51')
|
749
|
+
[1m[36m (0.7ms)[0m [1mCOMMIT[0m
|
750
|
+
[1m[35mUnsignedColumnsTest Load (0.9ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = -1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 2' AND `unsigned_columns_tests`.`decimal_unsigned_column` = -66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = -33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = -23 LIMIT 1
|
751
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
752
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 07:09:51', -66.669, -1, -1, -23, 'Prueba 2', -33.334, '2012-10-24 07:09:51')
|
753
|
+
[1m[36m (0.6ms)[0m [1mCOMMIT[0m
|
754
|
+
Connecting to database specified by database.yml
|
755
|
+
[1m[36m (4.5ms)[0m [1mDROP DATABASE IF EXISTS `numeric_type_column_test`[0m
|
756
|
+
[1m[35m (0.5ms)[0m CREATE DATABASE `numeric_type_column_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
|
757
|
+
[1m[36m (7.5ms)[0m [1mCREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED NOT NULL COMMENT 'Prueba con columna tipo Integer Unsigned.', `integer_signed_column` smallint NOT NULL COMMENT 'Prueba con columna tipo Integer.', `string_column` varchar(24) COMMENT 'Prueba con columna tipo String.', `decimal_unsigned_column` decimal(4,2) UNSIGNED NOT NULL COMMENT 'Prueba con columna tipo Decimal Unsigned.', `unsigned_float_column` float UNSIGNED NOT NULL COMMENT 'Prueba con columna tipo Float Unsigned.', `boolean_unsigned_column` tinyint(1) UNSIGNED NOT NULL COMMENT 'Prueba con columna tipo Boolean Unsigned.', `references_unsigned_column_id` int(11) UNSIGNED NOT NULL COMMENT 'Prueba con columna tipo References Unsigned.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB[0m
|
758
|
+
[1m[35m (3.9ms)[0m CREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)
|
759
|
+
[1m[36m (3.2ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
760
|
+
[1m[35m (3.4ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
761
|
+
[1m[36m (0.5ms)[0m [1mSELECT version FROM `schema_migrations`[0m
|
762
|
+
[1m[35m (0.7ms)[0m INSERT INTO `schema_migrations` (version) VALUES ('20121024034824')
|
763
|
+
[1m[36m (2.0ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
764
|
+
[1m[35mUnsignedColumnsTest Load (1.1ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = 1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 1' AND `unsigned_columns_tests`.`decimal_unsigned_column` = 66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = 33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = 23 LIMIT 1
|
765
|
+
[1m[36m (0.5ms)[0m [1mBEGIN[0m
|
766
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 07:12:16', 66.669, -1, 1, 23, 'Prueba 1', 33.334, '2012-10-24 07:12:16')
|
767
|
+
[1m[36m (0.8ms)[0m [1mCOMMIT[0m
|
768
|
+
[1m[35mUnsignedColumnsTest Load (0.7ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = -1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 2' AND `unsigned_columns_tests`.`decimal_unsigned_column` = -66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = -33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = -23 LIMIT 1
|
769
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
770
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 07:12:16', -66.669, -1, -1, -23, 'Prueba 2', -33.334, '2012-10-24 07:12:16')
|
771
|
+
[1m[36m (0.6ms)[0m [1mCOMMIT[0m
|
772
|
+
Connecting to database specified by database.yml
|
773
|
+
[1m[36m (4.0ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
774
|
+
[1m[35m (3.4ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
775
|
+
[1m[36m (2.0ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
776
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
777
|
+
[1m[35m (3.8ms)[0m CREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer Unsigned.', `integer_signed_column` smallint COMMENT 'Prueba con columna tipo Integer.', `string_column` varchar(24) COMMENT 'Prueba con columna tipo String.', `decimal_unsigned_column` decimal(4,2) UNSIGNED COMMENT 'Prueba con columna tipo Decimal Unsigned.', `unsigned_float_column` float UNSIGNED COMMENT 'Prueba con columna tipo Float Unsigned.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean Unsigned.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References Unsigned.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) COMMENT='Pruebas de unsigned columns.'
|
778
|
+
[1m[36m (4.1ms)[0m [1mCREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)[0m
|
779
|
+
[1m[35m (0.8ms)[0m INSERT INTO `schema_migrations` (`version`) VALUES ('20121024034824')
|
780
|
+
[1m[36m (0.5ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
781
|
+
Connecting to database specified by database.yml
|
782
|
+
[1m[36m (1.9ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
783
|
+
[1m[35mUnsignedColumnsTest Load (1.0ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = 1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 1' AND `unsigned_columns_tests`.`decimal_unsigned_column` = 66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = 33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = 23 LIMIT 1
|
784
|
+
[1m[36m (0.6ms)[0m [1mBEGIN[0m
|
785
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 07:22:13', 66.669, -1, 1, 23, 'Prueba 1', 33.334, '2012-10-24 07:22:13')
|
786
|
+
[1m[36m (1.4ms)[0m [1mCOMMIT[0m
|
787
|
+
[1m[35mUnsignedColumnsTest Load (0.8ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = -1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 2' AND `unsigned_columns_tests`.`decimal_unsigned_column` = -66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = -33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = -23 LIMIT 1
|
788
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
789
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 07:22:13', -66.669, -1, -1, -23, 'Prueba 2', -33.334, '2012-10-24 07:22:13')
|
790
|
+
[1m[36m (0.7ms)[0m [1mCOMMIT[0m
|
791
|
+
Connecting to database specified by database.yml
|
792
|
+
[1m[36m (3.4ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
793
|
+
[1m[35m (4.3ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
794
|
+
[1m[36m (2.0ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
795
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
796
|
+
[1m[35m (2.5ms)[0m CREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer Unsigned.', `integer_signed_column` smallint COMMENT 'Prueba con columna tipo Integer.', `string_column` varchar(24) COMMENT 'Prueba con columna tipo String.', `decimal_unsigned_column` decimal(4,2) UNSIGNED COMMENT 'Prueba con columna tipo Decimal Unsigned.', `unsigned_float_column` float UNSIGNED COMMENT 'Prueba con columna tipo Float Unsigned.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean Unsigned.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References Unsigned.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) COMMENT='Pruebas de unsigned columns.'
|
797
|
+
[1m[36m (4.0ms)[0m [1mCREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)[0m
|
798
|
+
[1m[35m (0.8ms)[0m INSERT INTO `schema_migrations` (`version`) VALUES ('20121024034824')
|
799
|
+
[1m[36m (0.4ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
800
|
+
Connecting to database specified by database.yml
|
801
|
+
[1m[36m (1.9ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
802
|
+
[1m[35mUnsignedColumnsTest Load (1.1ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = 1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 1' AND `unsigned_columns_tests`.`decimal_unsigned_column` = 66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = 33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = 23 LIMIT 1
|
803
|
+
[1m[36m (0.7ms)[0m [1mBEGIN[0m
|
804
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 07:32:46', 66.669, -1, 1, 23, 'Prueba 1', 33.334, '2012-10-24 07:32:46')
|
805
|
+
[1m[36m (1.5ms)[0m [1mCOMMIT[0m
|
806
|
+
[1m[35mUnsignedColumnsTest Load (0.8ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = -1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 2' AND `unsigned_columns_tests`.`decimal_unsigned_column` = -66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = -33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = -23 LIMIT 1
|
807
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
808
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 07:32:46', -66.669, -1, -1, -23, 'Prueba 2', -33.334, '2012-10-24 07:32:46')
|
809
|
+
[1m[36m (0.6ms)[0m [1mCOMMIT[0m
|
810
|
+
Connecting to database specified by database.yml
|
811
|
+
[1m[36m (3.4ms)[0m [1mDROP DATABASE IF EXISTS `numeric_type_column_test`[0m
|
812
|
+
[1m[35m (0.4ms)[0m CREATE DATABASE `numeric_type_column_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
|
813
|
+
[1m[36m (3.9ms)[0m [1mCREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED NOT NULL COMMENT 'Prueba con columna tipo Integer Unsigned.', `integer_signed_column` smallint NOT NULL COMMENT 'Prueba con columna tipo Integer.', `string_column` varchar(24) COMMENT 'Prueba con columna tipo String.', `decimal_unsigned_column` decimal(4,2) UNSIGNED NOT NULL COMMENT 'Prueba con columna tipo Decimal Unsigned.', `unsigned_float_column` float UNSIGNED NOT NULL COMMENT 'Prueba con columna tipo Float Unsigned.', `boolean_unsigned_column` tinyint(1) UNSIGNED NOT NULL COMMENT 'Prueba con columna tipo Boolean Unsigned.', `references_unsigned_column_id` int(11) UNSIGNED NOT NULL COMMENT 'Prueba con columna tipo References Unsigned.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB[0m
|
814
|
+
[1m[35m (3.9ms)[0m CREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)
|
815
|
+
[1m[36m (2.5ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
816
|
+
[1m[35m (3.4ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
817
|
+
[1m[36m (0.6ms)[0m [1mSELECT version FROM `schema_migrations`[0m
|
818
|
+
[1m[35m (1.1ms)[0m INSERT INTO `schema_migrations` (version) VALUES ('20121024034824')
|
819
|
+
[1m[36m (2.5ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
820
|
+
[1m[35mUnsignedColumnsTest Load (1.1ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = 1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 1' AND `unsigned_columns_tests`.`decimal_unsigned_column` = 66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = 33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = 23 LIMIT 1
|
821
|
+
[1m[36m (0.6ms)[0m [1mBEGIN[0m
|
822
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 07:33:00', 66.669, -1, 1, 23, 'Prueba 1', 33.334, '2012-10-24 07:33:00')
|
823
|
+
[1m[36m (0.7ms)[0m [1mCOMMIT[0m
|
824
|
+
[1m[35mUnsignedColumnsTest Load (0.8ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = -1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 2' AND `unsigned_columns_tests`.`decimal_unsigned_column` = -66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = -33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = -23 LIMIT 1
|
825
|
+
[1m[36m (0.4ms)[0m [1mBEGIN[0m
|
826
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 07:33:00', -66.669, -1, -1, -23, 'Prueba 2', -33.334, '2012-10-24 07:33:00')
|
827
|
+
[1m[36m (2.7ms)[0m [1mCOMMIT[0m
|
828
|
+
Connecting to database specified by database.yml
|
829
|
+
[1m[36m (7.0ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
830
|
+
[1m[35m (3.6ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
831
|
+
[1m[36m (2.1ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
832
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
833
|
+
[1m[35m (3.0ms)[0m CREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer Unsigned.', `integer_signed_column` smallint COMMENT 'Prueba con columna tipo Integer.', `string_column` varchar(24) COMMENT 'Prueba con columna tipo String.', `decimal_unsigned_column` decimal(4,2) UNSIGNED COMMENT 'Prueba con columna tipo Decimal Unsigned.', `unsigned_float_column` float UNSIGNED COMMENT 'Prueba con columna tipo Float Unsigned.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean Unsigned.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References Unsigned.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) COMMENT='Pruebas de unsigned columns.'
|
834
|
+
[1m[36m (4.9ms)[0m [1mCREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)[0m
|
835
|
+
[1m[35m (0.8ms)[0m INSERT INTO `schema_migrations` (`version`) VALUES ('20121024034824')
|
836
|
+
[1m[36m (0.5ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
837
|
+
Connecting to database specified by database.yml
|
838
|
+
[1m[36m (3.0ms)[0m [1mDROP DATABASE IF EXISTS `numeric_type_column_test`[0m
|
839
|
+
[1m[35m (0.3ms)[0m CREATE DATABASE `numeric_type_column_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
|
840
|
+
[1m[36m (4.1ms)[0m [1mCREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED NOT NULL COMMENT 'Prueba con columna tipo Integer Unsigned.', `integer_signed_column` smallint NOT NULL COMMENT 'Prueba con columna tipo Integer.', `string_column` varchar(24) COMMENT 'Prueba con columna tipo String.', `decimal_unsigned_column` decimal(4,2) UNSIGNED NOT NULL COMMENT 'Prueba con columna tipo Decimal Unsigned.', `unsigned_float_column` float UNSIGNED NOT NULL COMMENT 'Prueba con columna tipo Float Unsigned.', `boolean_unsigned_column` tinyint(1) UNSIGNED NOT NULL COMMENT 'Prueba con columna tipo Boolean Unsigned.', `references_unsigned_column_id` int(11) UNSIGNED NOT NULL COMMENT 'Prueba con columna tipo References Unsigned.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB[0m
|
841
|
+
[1m[35m (5.0ms)[0m CREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)
|
842
|
+
[1m[36m (1.9ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
843
|
+
[1m[35m (3.4ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
844
|
+
[1m[36m (0.8ms)[0m [1mSELECT version FROM `schema_migrations`[0m
|
845
|
+
[1m[35m (0.9ms)[0m INSERT INTO `schema_migrations` (version) VALUES ('20121024034824')
|
846
|
+
[1m[36m (2.1ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
847
|
+
[1m[35mUnsignedColumnsTest Load (1.1ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = 1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 1' AND `unsigned_columns_tests`.`decimal_unsigned_column` = 66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = 33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = 23 LIMIT 1
|
848
|
+
[1m[36m (0.5ms)[0m [1mBEGIN[0m
|
849
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 07:33:59', 66.669, -1, 1, 23, 'Prueba 1', 33.334, '2012-10-24 07:33:59')
|
850
|
+
[1m[36m (0.6ms)[0m [1mCOMMIT[0m
|
851
|
+
[1m[35mUnsignedColumnsTest Load (0.7ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = -1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 2' AND `unsigned_columns_tests`.`decimal_unsigned_column` = -66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = -33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = -23 LIMIT 1
|
852
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
853
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 07:33:59', -66.669, -1, -1, -23, 'Prueba 2', -33.334, '2012-10-24 07:33:59')
|
854
|
+
[1m[36m (0.5ms)[0m [1mCOMMIT[0m
|
855
|
+
Connecting to database specified by database.yml
|
856
|
+
[1m[36m (4.0ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
857
|
+
[1m[35m (3.3ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
858
|
+
[1m[36m (2.0ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
859
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
860
|
+
[1m[35m (3.6ms)[0m CREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer Unsigned.', `integer_signed_column` smallint COMMENT 'Prueba con columna tipo Integer.', `string_column` varchar(24) COMMENT 'Prueba con columna tipo String.', `decimal_unsigned_column` decimal(4,2) UNSIGNED COMMENT 'Prueba con columna tipo Decimal Unsigned.', `unsigned_float_column` float UNSIGNED COMMENT 'Prueba con columna tipo Float Unsigned.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean Unsigned.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References Unsigned.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) COMMENT='Pruebas de unsigned columns.'
|
861
|
+
[1m[36m (3.8ms)[0m [1mCREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)[0m
|
862
|
+
[1m[35m (0.8ms)[0m INSERT INTO `schema_migrations` (`version`) VALUES ('20121024034824')
|
863
|
+
[1m[36m (0.5ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
864
|
+
Connecting to database specified by database.yml
|
865
|
+
[1m[36m (2.2ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
866
|
+
[1m[35mUnsignedColumnsTest Load (1.0ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = 1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 1' AND `unsigned_columns_tests`.`decimal_unsigned_column` = 66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = 33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = 23 LIMIT 1
|
867
|
+
[1m[36m (0.8ms)[0m [1mBEGIN[0m
|
868
|
+
[1m[35mSQL (1.2ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 07:35:06', 66.669, -1, 1, 23, 'Prueba 1', 33.334, '2012-10-24 07:35:06')
|
869
|
+
[1m[36m (2.7ms)[0m [1mCOMMIT[0m
|
870
|
+
[1m[35mUnsignedColumnsTest Load (1.5ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = -1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 2' AND `unsigned_columns_tests`.`decimal_unsigned_column` = -66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = -33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = -23 LIMIT 1
|
871
|
+
[1m[36m (1.0ms)[0m [1mBEGIN[0m
|
872
|
+
[1m[35mSQL (0.9ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 07:35:06', -66.669, -1, -1, -23, 'Prueba 2', -33.334, '2012-10-24 07:35:06')
|
873
|
+
[1m[36m (1.1ms)[0m [1mCOMMIT[0m
|
874
|
+
Connecting to database specified by database.yml
|
875
|
+
Connecting to database specified by database.yml
|
876
|
+
Connecting to database specified by database.yml
|
877
|
+
[1m[36m (4.9ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
878
|
+
[1m[35m (3.6ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
879
|
+
[1m[36m (2.5ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
880
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
881
|
+
[1m[35m (2.8ms)[0m CREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer Unsigned.', `integer_signed_column` smallint COMMENT 'Prueba con columna tipo Integer.', `string_column` varchar(24) COMMENT 'Prueba con columna tipo String.', `decimal_unsigned_column` decimal(4,2) UNSIGNED COMMENT 'Prueba con columna tipo Decimal Unsigned.', `unsigned_float_column` float UNSIGNED COMMENT 'Prueba con columna tipo Float Unsigned.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean Unsigned.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References Unsigned.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) COMMENT='Pruebas de unsigned columns.'
|
882
|
+
[1m[36m (3.7ms)[0m [1mCREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)[0m
|
883
|
+
[1m[35m (0.8ms)[0m INSERT INTO `schema_migrations` (`version`) VALUES ('20121024034824')
|
884
|
+
[1m[36m (0.8ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
885
|
+
Connecting to database specified by database.yml
|
886
|
+
[1m[36m (4.0ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
887
|
+
[1m[35m (3.4ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
888
|
+
[1m[36m (2.0ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
889
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
890
|
+
[1m[35m (2.6ms)[0m CREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer Unsigned.', `integer_signed_column` smallint COMMENT 'Prueba con columna tipo Integer.', `string_column` varchar(24) COMMENT 'Prueba con columna tipo String.', `decimal_unsigned_column` decimal(4,2) UNSIGNED COMMENT 'Prueba con columna tipo Decimal Unsigned.', `unsigned_float_column` float UNSIGNED COMMENT 'Prueba con columna tipo Float Unsigned.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean Unsigned.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References Unsigned.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) COMMENT='Pruebas de unsigned columns.'
|
891
|
+
[1m[36m (3.9ms)[0m [1mCREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)[0m
|
892
|
+
[1m[35m (0.8ms)[0m INSERT INTO `schema_migrations` (`version`) VALUES ('20121024034824')
|
893
|
+
[1m[36m (0.4ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
894
|
+
Connecting to database specified by database.yml
|
895
|
+
[1m[36m (1.9ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
896
|
+
[1m[35mUnsignedColumnsTest Load (1.0ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = 1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 1' AND `unsigned_columns_tests`.`decimal_unsigned_column` = 66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = 33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = 23 LIMIT 1
|
897
|
+
[1m[36m (0.7ms)[0m [1mBEGIN[0m
|
898
|
+
[1m[35mSQL (0.8ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 07:45:30', 66.669, -1, 1, 23, 'Prueba 1', 33.334, '2012-10-24 07:45:30')
|
899
|
+
[1m[36m (1.3ms)[0m [1mCOMMIT[0m
|
900
|
+
[1m[35mUnsignedColumnsTest Load (0.8ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = -1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 2' AND `unsigned_columns_tests`.`decimal_unsigned_column` = -66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = -33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = -23 LIMIT 1
|
901
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
902
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 07:45:30', -66.669, -1, -1, -23, 'Prueba 2', -33.334, '2012-10-24 07:45:30')
|
903
|
+
[1m[36m (0.5ms)[0m [1mCOMMIT[0m
|
904
|
+
Connecting to database specified by database.yml
|
905
|
+
[1m[36m (5.4ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
906
|
+
[1m[35m (3.6ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
907
|
+
[1m[36m (2.3ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
908
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
909
|
+
[1m[35m (3.3ms)[0m CREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer Unsigned.', `integer_signed_column` smallint COMMENT 'Prueba con columna tipo Integer.', `string_column` varchar(24) COMMENT 'Prueba con columna tipo String.', `decimal_unsigned_column` decimal(4,2) UNSIGNED COMMENT 'Prueba con columna tipo Decimal Unsigned.', `unsigned_float_column` float UNSIGNED COMMENT 'Prueba con columna tipo Float Unsigned.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean Unsigned.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References Unsigned.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) COMMENT='Pruebas de unsigned columns.'
|
910
|
+
[1m[36m (4.0ms)[0m [1mCREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)[0m
|
911
|
+
[1m[35m (0.8ms)[0m INSERT INTO `schema_migrations` (`version`) VALUES ('20121024034824')
|
912
|
+
[1m[36m (0.4ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
913
|
+
Connecting to database specified by database.yml
|
914
|
+
[1m[36m (1.8ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
915
|
+
[1m[35mUnsignedColumnsTest Load (0.9ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = 1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 1' AND `unsigned_columns_tests`.`decimal_unsigned_column` = 66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = 33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = 23 LIMIT 1
|
916
|
+
[1m[36m (0.6ms)[0m [1mBEGIN[0m
|
917
|
+
[1m[35mSQL (0.8ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 07:46:31', 66.669, -1, 1, 23, 'Prueba 1', 33.334, '2012-10-24 07:46:31')
|
918
|
+
[1m[36m (1.4ms)[0m [1mCOMMIT[0m
|
919
|
+
[1m[35mUnsignedColumnsTest Load (0.8ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = -1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 2' AND `unsigned_columns_tests`.`decimal_unsigned_column` = -66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = -33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = -23 LIMIT 1
|
920
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
921
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 07:46:31', -66.669, -1, -1, -23, 'Prueba 2', -33.334, '2012-10-24 07:46:31')
|
922
|
+
[1m[36m (0.6ms)[0m [1mCOMMIT[0m
|
923
|
+
Connecting to database specified by database.yml
|
924
|
+
[1m[36m (2.7ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
925
|
+
[1m[35m (3.4ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
926
|
+
[1m[36m (2.0ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
927
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
928
|
+
[1m[35m (2.7ms)[0m CREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer Unsigned.', `integer_signed_column` smallint COMMENT 'Prueba con columna tipo Integer.', `string_column` varchar(24) COMMENT 'Prueba con columna tipo String.', `decimal_unsigned_column` decimal(4,2) UNSIGNED COMMENT 'Prueba con columna tipo Decimal Unsigned.', `unsigned_float_column` float UNSIGNED COMMENT 'Prueba con columna tipo Float Unsigned.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean Unsigned.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References Unsigned.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) COMMENT='Pruebas de unsigned columns.'
|
929
|
+
[1m[36m (3.7ms)[0m [1mCREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)[0m
|
930
|
+
[1m[35m (0.8ms)[0m INSERT INTO `schema_migrations` (`version`) VALUES ('20121024034824')
|
931
|
+
[1m[36m (0.4ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
932
|
+
Connecting to database specified by database.yml
|
933
|
+
[1m[36m (2.3ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
934
|
+
[1m[35mUnsignedColumnsTest Load (2.1ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = 1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 1' AND `unsigned_columns_tests`.`decimal_unsigned_column` = 66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = 33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = 23 LIMIT 1
|
935
|
+
[1m[36m (1.1ms)[0m [1mBEGIN[0m
|
936
|
+
[1m[35mSQL (3.3ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 07:46:55', 66.669, -1, 1, 23, 'Prueba 1', 33.334, '2012-10-24 07:46:55')
|
937
|
+
[1m[36m (1.9ms)[0m [1mCOMMIT[0m
|
938
|
+
[1m[35mUnsignedColumnsTest Load (1.0ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = -1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 2' AND `unsigned_columns_tests`.`decimal_unsigned_column` = -66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = -33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = -23 LIMIT 1
|
939
|
+
[1m[36m (0.5ms)[0m [1mBEGIN[0m
|
940
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 07:46:55', -66.669, -1, -1, -23, 'Prueba 2', -33.334, '2012-10-24 07:46:55')
|
941
|
+
[1m[36m (0.7ms)[0m [1mCOMMIT[0m
|
942
|
+
Connecting to database specified by database.yml
|
943
|
+
[1m[36m (4.1ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
944
|
+
[1m[35m (3.4ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
945
|
+
[1m[36m (2.0ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
946
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
947
|
+
[1m[35m (3.9ms)[0m CREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer Unsigned.', `integer_signed_column` smallint COMMENT 'Prueba con columna tipo Integer.', `string_column` varchar(24) COMMENT 'Prueba con columna tipo String.', `decimal_unsigned_column` decimal(4,2) UNSIGNED COMMENT 'Prueba con columna tipo Decimal Unsigned.', `unsigned_float_column` float UNSIGNED COMMENT 'Prueba con columna tipo Float Unsigned.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean Unsigned.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References Unsigned.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) COMMENT='Pruebas de unsigned columns.'
|
948
|
+
[1m[36m (3.9ms)[0m [1mCREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)[0m
|
949
|
+
[1m[35m (0.8ms)[0m INSERT INTO `schema_migrations` (`version`) VALUES ('20121024034824')
|
950
|
+
[1m[36m (0.6ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
951
|
+
Connecting to database specified by database.yml
|
952
|
+
[1m[36m (2.0ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
953
|
+
[1m[35mUnsignedColumnsTest Load (1.3ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = 1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 1' AND `unsigned_columns_tests`.`decimal_unsigned_column` = 66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = 33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = 23 LIMIT 1
|
954
|
+
[1m[36m (0.6ms)[0m [1mBEGIN[0m
|
955
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 07:48:38', 66.669, -1, 1, 23, 'Prueba 1', 33.334, '2012-10-24 07:48:38')
|
956
|
+
[1m[36m (1.8ms)[0m [1mCOMMIT[0m
|
957
|
+
[1m[35mUnsignedColumnsTest Load (0.8ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = -1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 2' AND `unsigned_columns_tests`.`decimal_unsigned_column` = -66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = -33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = -23 LIMIT 1
|
958
|
+
[1m[36m (0.4ms)[0m [1mBEGIN[0m
|
959
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 07:48:38', -66.669, -1, -1, -23, 'Prueba 2', -33.334, '2012-10-24 07:48:38')
|
960
|
+
[1m[36m (0.6ms)[0m [1mCOMMIT[0m
|
961
|
+
Connecting to database specified by database.yml
|
962
|
+
[1m[36m (4.1ms)[0m [1mDROP DATABASE IF EXISTS `numeric_type_column_test`[0m
|
963
|
+
[1m[35m (0.4ms)[0m CREATE DATABASE `numeric_type_column_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
|
964
|
+
[1m[36m (4.3ms)[0m [1mCREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED NOT NULL COMMENT 'Prueba con columna tipo Integer Unsigned.', `integer_signed_column` smallint NOT NULL COMMENT 'Prueba con columna tipo Integer.', `string_column` varchar(24) COMMENT 'Prueba con columna tipo String.', `decimal_unsigned_column` decimal(4,2) UNSIGNED NOT NULL COMMENT 'Prueba con columna tipo Decimal Unsigned.', `unsigned_float_column` float UNSIGNED NOT NULL COMMENT 'Prueba con columna tipo Float Unsigned.', `boolean_unsigned_column` tinyint(1) UNSIGNED NOT NULL COMMENT 'Prueba con columna tipo Boolean Unsigned.', `references_unsigned_column_id` int(11) UNSIGNED NOT NULL COMMENT 'Prueba con columna tipo References Unsigned.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB[0m
|
965
|
+
[1m[35m (6.3ms)[0m CREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)
|
966
|
+
[1m[36m (22.8ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
967
|
+
[1m[35m (11.8ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
968
|
+
[1m[36m (2.4ms)[0m [1mSELECT version FROM `schema_migrations`[0m
|
969
|
+
[1m[35m (0.7ms)[0m INSERT INTO `schema_migrations` (version) VALUES ('20121024034824')
|
970
|
+
[1m[36m (2.3ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
971
|
+
[1m[35mUnsignedColumnsTest Load (1.2ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = 1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 1' AND `unsigned_columns_tests`.`decimal_unsigned_column` = 66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = 33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = 23 LIMIT 1
|
972
|
+
[1m[36m (0.7ms)[0m [1mBEGIN[0m
|
973
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 07:49:04', 66.669, -1, 1, 23, 'Prueba 1', 33.334, '2012-10-24 07:49:04')
|
974
|
+
[1m[36m (0.9ms)[0m [1mCOMMIT[0m
|
975
|
+
[1m[35mUnsignedColumnsTest Load (1.1ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = -1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 2' AND `unsigned_columns_tests`.`decimal_unsigned_column` = -66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = -33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = -23 LIMIT 1
|
976
|
+
[1m[36m (0.6ms)[0m [1mBEGIN[0m
|
977
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 07:49:04', -66.669, -1, -1, -23, 'Prueba 2', -33.334, '2012-10-24 07:49:04')
|
978
|
+
[1m[36m (0.6ms)[0m [1mCOMMIT[0m
|
979
|
+
Connecting to database specified by database.yml
|
980
|
+
[1m[36m (4.1ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
981
|
+
[1m[35m (4.3ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
982
|
+
[1m[36m (2.0ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
983
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
984
|
+
[1m[35m (2.8ms)[0m CREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer Unsigned.', `integer_signed_column` smallint COMMENT 'Prueba con columna tipo Integer.', `string_column` varchar(24) COMMENT 'Prueba con columna tipo String.', `decimal_unsigned_column` decimal(4,2) UNSIGNED COMMENT 'Prueba con columna tipo Decimal Unsigned.', `unsigned_float_column` float UNSIGNED COMMENT 'Prueba con columna tipo Float Unsigned.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean Unsigned.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References Unsigned.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) COMMENT='Pruebas de unsigned columns.'
|
985
|
+
[1m[36m (3.8ms)[0m [1mCREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)[0m
|
986
|
+
[1m[35m (0.8ms)[0m INSERT INTO `schema_migrations` (`version`) VALUES ('20121024034824')
|
987
|
+
[1m[36m (0.4ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
988
|
+
Connecting to database specified by database.yml
|
989
|
+
[1m[36m (2.0ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
990
|
+
[1m[35mUnsignedColumnsTest Load (1.1ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = 1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 1' AND `unsigned_columns_tests`.`decimal_unsigned_column` = 66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = 33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = 23 LIMIT 1
|
991
|
+
[1m[36m (0.5ms)[0m [1mBEGIN[0m
|
992
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 07:49:42', 66.669, -1, 1, 23, 'Prueba 1', 33.334, '2012-10-24 07:49:42')
|
993
|
+
[1m[36m (1.4ms)[0m [1mCOMMIT[0m
|
994
|
+
[1m[35mUnsignedColumnsTest Load (0.8ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = -1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 2' AND `unsigned_columns_tests`.`decimal_unsigned_column` = -66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = -33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = -23 LIMIT 1
|
995
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
996
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 07:49:42', -66.669, -1, -1, -23, 'Prueba 2', -33.334, '2012-10-24 07:49:42')
|
997
|
+
[1m[36m (0.6ms)[0m [1mCOMMIT[0m
|
998
|
+
Connecting to database specified by database.yml
|
999
|
+
[1m[36m (2.8ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
1000
|
+
[1m[35m (3.5ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
1001
|
+
[1m[36m (1.9ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1002
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
1003
|
+
[1m[35m (2.7ms)[0m CREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer Unsigned.', `integer_signed_column` smallint COMMENT 'Prueba con columna tipo Integer.', `string_column` varchar(24) COMMENT 'Prueba con columna tipo String.', `decimal_unsigned_column` decimal(4,2) UNSIGNED COMMENT 'Prueba con columna tipo Decimal Unsigned.', `unsigned_float_column` float UNSIGNED COMMENT 'Prueba con columna tipo Float Unsigned.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean Unsigned.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References Unsigned.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) COMMENT='Pruebas de unsigned columns.'
|
1004
|
+
[1m[36m (3.8ms)[0m [1mCREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)[0m
|
1005
|
+
[1m[35m (0.8ms)[0m INSERT INTO `schema_migrations` (`version`) VALUES ('20121024034824')
|
1006
|
+
[1m[36m (0.4ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1007
|
+
Connecting to database specified by database.yml
|
1008
|
+
[1m[36m (2.0ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1009
|
+
[1m[35mUnsignedColumnsTest Load (1.2ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = 1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 1' AND `unsigned_columns_tests`.`decimal_unsigned_column` = 66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = 33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = 23 LIMIT 1
|
1010
|
+
[1m[36m (0.7ms)[0m [1mBEGIN[0m
|
1011
|
+
[1m[35mSQL (0.9ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 07:50:12', 66.669, -1, 1, 23, 'Prueba 1', 33.334, '2012-10-24 07:50:12')
|
1012
|
+
[1m[36m (27.1ms)[0m [1mCOMMIT[0m
|
1013
|
+
[1m[35mUnsignedColumnsTest Load (1.2ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = -1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 2' AND `unsigned_columns_tests`.`decimal_unsigned_column` = -66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = -33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = -23 LIMIT 1
|
1014
|
+
[1m[36m (0.5ms)[0m [1mBEGIN[0m
|
1015
|
+
[1m[35mSQL (0.8ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 07:50:12', -66.669, -1, -1, -23, 'Prueba 2', -33.334, '2012-10-24 07:50:12')
|
1016
|
+
[1m[36m (1.5ms)[0m [1mCOMMIT[0m
|
1017
|
+
Connecting to database specified by database.yml
|
1018
|
+
[1m[36m (4.9ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
1019
|
+
[1m[35m (3.5ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
1020
|
+
[1m[36m (2.6ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1021
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
1022
|
+
[1m[35m (3.1ms)[0m CREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer Unsigned.', `integer_signed_column` smallint COMMENT 'Prueba con columna tipo Integer.', `string_column` varchar(24) COMMENT 'Prueba con columna tipo String.', `decimal_unsigned_column` decimal(4,2) UNSIGNED COMMENT 'Prueba con columna tipo Decimal Unsigned.', `unsigned_float_column` float UNSIGNED COMMENT 'Prueba con columna tipo Float Unsigned.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean Unsigned.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References Unsigned.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) COMMENT='Pruebas de unsigned columns.'
|
1023
|
+
[1m[36m (4.6ms)[0m [1mCREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)[0m
|
1024
|
+
[1m[35m (0.8ms)[0m INSERT INTO `schema_migrations` (`version`) VALUES ('20121024034824')
|
1025
|
+
[1m[36m (0.4ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1026
|
+
Connecting to database specified by database.yml
|
1027
|
+
[1m[36m (1.9ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1028
|
+
[1m[35mUnsignedColumnsTest Load (0.9ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = 1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 1' AND `unsigned_columns_tests`.`decimal_unsigned_column` = 66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = 33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = 23 LIMIT 1
|
1029
|
+
[1m[36m (0.5ms)[0m [1mBEGIN[0m
|
1030
|
+
[1m[35mSQL (0.8ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 07:55:11', 66.669, -1, 1, 23, 'Prueba 1', 33.334, '2012-10-24 07:55:11')
|
1031
|
+
[1m[36m (1.4ms)[0m [1mCOMMIT[0m
|
1032
|
+
[1m[35mUnsignedColumnsTest Load (0.7ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = -1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 2' AND `unsigned_columns_tests`.`decimal_unsigned_column` = -66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = -33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = -23 LIMIT 1
|
1033
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
1034
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 07:55:11', -66.669, -1, -1, -23, 'Prueba 2', -33.334, '2012-10-24 07:55:11')
|
1035
|
+
[1m[36m (0.9ms)[0m [1mCOMMIT[0m
|
1036
|
+
Connecting to database specified by database.yml
|
1037
|
+
[1m[36m (3.1ms)[0m [1mDROP DATABASE IF EXISTS `numeric_type_column_test`[0m
|
1038
|
+
[1m[35m (0.3ms)[0m CREATE DATABASE `numeric_type_column_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
|
1039
|
+
[1m[36m (3.7ms)[0m [1mCREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer Unsigned.', `integer_signed_column` smallint COMMENT 'Prueba con columna tipo Integer.', `string_column` varchar(24) COMMENT 'Prueba con columna tipo String.', `decimal_unsigned_column` decimal(4,2) UNSIGNED COMMENT 'Prueba con columna tipo Decimal Unsigned.', `unsigned_float_column` float UNSIGNED COMMENT 'Prueba con columna tipo Float Unsigned.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean Unsigned.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References Unsigned.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB[0m
|
1040
|
+
[1m[35m (3.8ms)[0m CREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)
|
1041
|
+
[1m[36m (2.6ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
1042
|
+
[1m[35m (3.4ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
1043
|
+
[1m[36m (0.5ms)[0m [1mSELECT version FROM `schema_migrations`[0m
|
1044
|
+
[1m[35m (1.2ms)[0m INSERT INTO `schema_migrations` (version) VALUES ('20121024034824')
|
1045
|
+
[1m[36m (2.6ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1046
|
+
[1m[35mUnsignedColumnsTest Load (1.0ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = 1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 1' AND `unsigned_columns_tests`.`decimal_unsigned_column` = 66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = 33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = 23 LIMIT 1
|
1047
|
+
[1m[36m (0.7ms)[0m [1mBEGIN[0m
|
1048
|
+
[1m[35mSQL (0.9ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 07:55:44', 66.669, -1, 1, 23, 'Prueba 1', 33.334, '2012-10-24 07:55:44')
|
1049
|
+
[1m[36m (0.7ms)[0m [1mCOMMIT[0m
|
1050
|
+
[1m[35mUnsignedColumnsTest Load (0.7ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = -1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 2' AND `unsigned_columns_tests`.`decimal_unsigned_column` = -66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = -33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = -23 LIMIT 1
|
1051
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
1052
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 07:55:44', -66.669, -1, -1, -23, 'Prueba 2', -33.334, '2012-10-24 07:55:44')
|
1053
|
+
[1m[36m (0.6ms)[0m [1mCOMMIT[0m
|
1054
|
+
Connecting to database specified by database.yml
|
1055
|
+
[1m[36m (5.7ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
1056
|
+
[1m[35m (3.8ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
1057
|
+
[1m[36m (2.0ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1058
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
1059
|
+
[1m[35m (3.1ms)[0m CREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer Unsigned.', `integer_signed_column` smallint COMMENT 'Prueba con columna tipo Integer.', `string_column` varchar(24) COMMENT 'Prueba con columna tipo String.', `decimal_unsigned_column` decimal(4,2) UNSIGNED COMMENT 'Prueba con columna tipo Decimal Unsigned.', `unsigned_float_column` float UNSIGNED COMMENT 'Prueba con columna tipo Float Unsigned.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean Unsigned.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References Unsigned.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) COMMENT='Pruebas de unsigned columns.'
|
1060
|
+
[1m[36m (5.4ms)[0m [1mCREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)[0m
|
1061
|
+
[1m[35m (0.8ms)[0m INSERT INTO `schema_migrations` (`version`) VALUES ('20121024034824')
|
1062
|
+
[1m[36m (0.4ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1063
|
+
Connecting to database specified by database.yml
|
1064
|
+
[1m[36m (2.6ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1065
|
+
[1m[35mUnsignedColumnsTest Load (1.0ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = 1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 1' AND `unsigned_columns_tests`.`decimal_unsigned_column` = 66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = 33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = 23 LIMIT 1
|
1066
|
+
[1m[36m (0.8ms)[0m [1mBEGIN[0m
|
1067
|
+
[1m[35mSQL (4.9ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 07:56:01', 66.669, -1, 1, 23, 'Prueba 1', 33.334, '2012-10-24 07:56:01')
|
1068
|
+
[1m[36m (2.1ms)[0m [1mCOMMIT[0m
|
1069
|
+
[1m[35mUnsignedColumnsTest Load (1.2ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = -1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 2' AND `unsigned_columns_tests`.`decimal_unsigned_column` = -66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = -33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = -23 LIMIT 1
|
1070
|
+
[1m[36m (0.6ms)[0m [1mBEGIN[0m
|
1071
|
+
[1m[35mSQL (0.8ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 07:56:01', -66.669, -1, -1, -23, 'Prueba 2', -33.334, '2012-10-24 07:56:01')
|
1072
|
+
[1m[36m (0.8ms)[0m [1mCOMMIT[0m
|
1073
|
+
Connecting to database specified by database.yml
|
1074
|
+
[1m[36m (4.4ms)[0m [1mDROP DATABASE IF EXISTS `numeric_type_column_test`[0m
|
1075
|
+
[1m[35m (0.3ms)[0m CREATE DATABASE `numeric_type_column_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
|
1076
|
+
[1m[36m (3.8ms)[0m [1mCREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer Unsigned.', `integer_signed_column` smallint COMMENT 'Prueba con columna tipo Integer.', `string_column` varchar(24) COMMENT 'Prueba con columna tipo String.', `decimal_unsigned_column` decimal(4,2) UNSIGNED COMMENT 'Prueba con columna tipo Decimal Unsigned.', `unsigned_float_column` float UNSIGNED COMMENT 'Prueba con columna tipo Float Unsigned.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean Unsigned.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References Unsigned.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB[0m
|
1077
|
+
[1m[35m (5.6ms)[0m CREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)
|
1078
|
+
[1m[36m (2.0ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
1079
|
+
[1m[35m (3.6ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
1080
|
+
[1m[36m (1.0ms)[0m [1mSELECT version FROM `schema_migrations`[0m
|
1081
|
+
[1m[35m (0.8ms)[0m INSERT INTO `schema_migrations` (version) VALUES ('20121024034824')
|
1082
|
+
[1m[36m (2.1ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1083
|
+
[1m[35mUnsignedColumnsTest Load (1.1ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = 1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 1' AND `unsigned_columns_tests`.`decimal_unsigned_column` = 66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = 33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = 23 LIMIT 1
|
1084
|
+
[1m[36m (0.5ms)[0m [1mBEGIN[0m
|
1085
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 07:58:03', 66.669, -1, 1, 23, 'Prueba 1', 33.334, '2012-10-24 07:58:03')
|
1086
|
+
[1m[36m (0.6ms)[0m [1mCOMMIT[0m
|
1087
|
+
[1m[35mUnsignedColumnsTest Load (0.7ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = -1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 2' AND `unsigned_columns_tests`.`decimal_unsigned_column` = -66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = -33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = -23 LIMIT 1
|
1088
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
1089
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 07:58:03', -66.669, -1, -1, -23, 'Prueba 2', -33.334, '2012-10-24 07:58:03')
|
1090
|
+
[1m[36m (0.5ms)[0m [1mCOMMIT[0m
|
1091
|
+
Connecting to database specified by database.yml
|
1092
|
+
[1m[36m (5.9ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
1093
|
+
[1m[35m (4.9ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
1094
|
+
[1m[36m (2.4ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1095
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
1096
|
+
[1m[35m (3.3ms)[0m CREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer Unsigned.', `integer_signed_column` smallint COMMENT 'Prueba con columna tipo Integer.', `string_column` varchar(24) COMMENT 'Prueba con columna tipo String.', `decimal_unsigned_column` decimal(4,2) UNSIGNED COMMENT 'Prueba con columna tipo Decimal Unsigned.', `unsigned_float_column` float UNSIGNED COMMENT 'Prueba con columna tipo Float Unsigned.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean Unsigned.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References Unsigned.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) COMMENT='Pruebas de unsigned columns.'
|
1097
|
+
[1m[36m (4.1ms)[0m [1mCREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)[0m
|
1098
|
+
[1m[35m (0.8ms)[0m INSERT INTO `schema_migrations` (`version`) VALUES ('20121024034824')
|
1099
|
+
[1m[36m (0.4ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1100
|
+
Connecting to database specified by database.yml
|
1101
|
+
[1m[36m (1.9ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1102
|
+
[1m[35mUnsignedColumnsTest Load (1.0ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = 1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 1' AND `unsigned_columns_tests`.`decimal_unsigned_column` = 66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = 33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = 23 LIMIT 1
|
1103
|
+
[1m[36m (0.6ms)[0m [1mBEGIN[0m
|
1104
|
+
[1m[35mSQL (1.3ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 08:03:52', 66.669, -1, 1, 23, 'Prueba 1', 33.334, '2012-10-24 08:03:52')
|
1105
|
+
[1m[36m (1.3ms)[0m [1mCOMMIT[0m
|
1106
|
+
[1m[35mUnsignedColumnsTest Load (0.8ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = -1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 2' AND `unsigned_columns_tests`.`decimal_unsigned_column` = -66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = -33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = -23 LIMIT 1
|
1107
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
1108
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 08:03:52', -66.669, -1, -1, -23, 'Prueba 2', -33.334, '2012-10-24 08:03:52')
|
1109
|
+
[1m[36m (0.6ms)[0m [1mCOMMIT[0m
|
1110
|
+
Connecting to database specified by database.yml
|
1111
|
+
[1m[36m (5.4ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
1112
|
+
[1m[35m (4.0ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
1113
|
+
[1m[36m (2.4ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1114
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
1115
|
+
[1m[35m (2.7ms)[0m CREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer Unsigned.', `integer_signed_column` smallint COMMENT 'Prueba con columna tipo Integer.', `string_column` varchar(24) COMMENT 'Prueba con columna tipo String.', `decimal_unsigned_column` decimal(4,2) UNSIGNED COMMENT 'Prueba con columna tipo Decimal Unsigned.', `unsigned_float_column` float UNSIGNED COMMENT 'Prueba con columna tipo Float Unsigned.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean Unsigned.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References Unsigned.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) COMMENT='Pruebas de unsigned columns.'
|
1116
|
+
[1m[36m (4.8ms)[0m [1mCREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)[0m
|
1117
|
+
[1m[35m (0.8ms)[0m INSERT INTO `schema_migrations` (`version`) VALUES ('20121024034824')
|
1118
|
+
[1m[36m (0.4ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1119
|
+
Connecting to database specified by database.yml
|
1120
|
+
[1m[36m (2.2ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1121
|
+
[1m[35mUnsignedColumnsTest Load (1.0ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = 1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 1' AND `unsigned_columns_tests`.`decimal_unsigned_column` = 66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = 33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = 23 LIMIT 1
|
1122
|
+
[1m[36m (0.5ms)[0m [1mBEGIN[0m
|
1123
|
+
[1m[35mSQL (0.8ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 08:05:26', 66.669, -1, 1, 23, 'Prueba 1', 33.334, '2012-10-24 08:05:26')
|
1124
|
+
[1m[36m (1.4ms)[0m [1mCOMMIT[0m
|
1125
|
+
[1m[35mUnsignedColumnsTest Load (0.8ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = -1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 2' AND `unsigned_columns_tests`.`decimal_unsigned_column` = -66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = -33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = -23 LIMIT 1
|
1126
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
1127
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 08:05:26', -66.669, -1, -1, -23, 'Prueba 2', -33.334, '2012-10-24 08:05:26')
|
1128
|
+
[1m[36m (0.6ms)[0m [1mCOMMIT[0m
|
1129
|
+
Connecting to database specified by database.yml
|
1130
|
+
[1m[36m (7.3ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
1131
|
+
[1m[35m (3.5ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
1132
|
+
[1m[36m (2.6ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1133
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
1134
|
+
[1m[35m (3.1ms)[0m CREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer Unsigned.', `integer_signed_column` smallint COMMENT 'Prueba con columna tipo Integer.', `string_column` varchar(24) COMMENT 'Prueba con columna tipo String.', `decimal_unsigned_column` decimal(4,2) UNSIGNED COMMENT 'Prueba con columna tipo Decimal Unsigned.', `unsigned_float_column` float UNSIGNED COMMENT 'Prueba con columna tipo Float Unsigned.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean Unsigned.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References Unsigned.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) COMMENT='Pruebas de unsigned columns.'
|
1135
|
+
[1m[36m (4.8ms)[0m [1mCREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)[0m
|
1136
|
+
[1m[35m (0.8ms)[0m INSERT INTO `schema_migrations` (`version`) VALUES ('20121024034824')
|
1137
|
+
[1m[36m (0.4ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1138
|
+
Connecting to database specified by database.yml
|
1139
|
+
[1m[36m (2.2ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1140
|
+
[1m[35mUnsignedColumnsTest Load (0.8ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = 1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 1' AND `unsigned_columns_tests`.`decimal_unsigned_column` = 66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = 33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = 23 LIMIT 1
|
1141
|
+
[1m[36m (0.5ms)[0m [1mBEGIN[0m
|
1142
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 08:05:45', 66.669, -1, 1, 23, 'Prueba 1', 33.334, '2012-10-24 08:05:45')
|
1143
|
+
[1m[36m (1.5ms)[0m [1mCOMMIT[0m
|
1144
|
+
[1m[35mUnsignedColumnsTest Load (1.3ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = -1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 2' AND `unsigned_columns_tests`.`decimal_unsigned_column` = -66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = -33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = -23 LIMIT 1
|
1145
|
+
[1m[36m (2.8ms)[0m [1mBEGIN[0m
|
1146
|
+
[1m[35mSQL (0.8ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 08:05:45', -66.669, -1, -1, -23, 'Prueba 2', -33.334, '2012-10-24 08:05:45')
|
1147
|
+
[1m[36m (0.7ms)[0m [1mCOMMIT[0m
|
1148
|
+
Connecting to database specified by database.yml
|
1149
|
+
[1m[36m (17.4ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
1150
|
+
[1m[35m (4.7ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
1151
|
+
[1m[36m (2.3ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1152
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
1153
|
+
[1m[35m (4.4ms)[0m CREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer Unsigned.', `integer_signed_column` smallint COMMENT 'Prueba con columna tipo Integer.', `string_column` varchar(24) COMMENT 'Prueba con columna tipo String.', `decimal_unsigned_column` decimal(4,2) UNSIGNED COMMENT 'Prueba con columna tipo Decimal Unsigned.', `unsigned_float_column` float UNSIGNED COMMENT 'Prueba con columna tipo Float Unsigned.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean Unsigned.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References Unsigned.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) COMMENT='Pruebas de unsigned columns.'
|
1154
|
+
[1m[36m (4.3ms)[0m [1mCREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)[0m
|
1155
|
+
[1m[35m (0.8ms)[0m INSERT INTO `schema_migrations` (`version`) VALUES ('20121024034824')
|
1156
|
+
[1m[36m (0.7ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1157
|
+
Connecting to database specified by database.yml
|
1158
|
+
[1m[36m (2.3ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1159
|
+
[1m[35mUnsignedColumnsTest Load (1.1ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = 1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 1' AND `unsigned_columns_tests`.`decimal_unsigned_column` = 66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = 33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = 23 LIMIT 1
|
1160
|
+
[1m[36m (0.8ms)[0m [1mBEGIN[0m
|
1161
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 08:15:10', 66.669, -1, 1, 23, 'Prueba 1', 33.334, '2012-10-24 08:15:10')
|
1162
|
+
[1m[36m (1.4ms)[0m [1mCOMMIT[0m
|
1163
|
+
[1m[35mUnsignedColumnsTest Load (0.8ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = -1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 2' AND `unsigned_columns_tests`.`decimal_unsigned_column` = -66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = -33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = -23 LIMIT 1
|
1164
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
1165
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 08:15:10', -66.669, -1, -1, -23, 'Prueba 2', -33.334, '2012-10-24 08:15:10')
|
1166
|
+
[1m[36m (0.5ms)[0m [1mCOMMIT[0m
|
1167
|
+
Connecting to database specified by database.yml
|
1168
|
+
[1m[36m (3.7ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
1169
|
+
[1m[35m (3.9ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
1170
|
+
[1m[36m (2.2ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1171
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
1172
|
+
[1m[35m (4.3ms)[0m CREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer Unsigned.', `integer_signed_column` smallint COMMENT 'Prueba con columna tipo Integer.', `string_column` varchar(24) COMMENT 'Prueba con columna tipo String.', `decimal_unsigned_column` decimal(4,2) UNSIGNED COMMENT 'Prueba con columna tipo Decimal Unsigned.', `unsigned_float_column` float UNSIGNED COMMENT 'Prueba con columna tipo Float Unsigned.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean Unsigned.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References Unsigned.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) COMMENT='Pruebas de unsigned columns.'
|
1173
|
+
[1m[36m (3.6ms)[0m [1mCREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)[0m
|
1174
|
+
[1m[35m (0.8ms)[0m INSERT INTO `schema_migrations` (`version`) VALUES ('20121024034824')
|
1175
|
+
[1m[36m (0.4ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1176
|
+
Connecting to database specified by database.yml
|
1177
|
+
[1m[36m (2.6ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1178
|
+
[1m[35mUnsignedColumnsTest Load (1.0ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = 1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 1' AND `unsigned_columns_tests`.`decimal_unsigned_column` = 66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = 33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = 23 LIMIT 1
|
1179
|
+
[1m[36m (0.5ms)[0m [1mBEGIN[0m
|
1180
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 08:16:18', 66.669, -1, 1, 23, 'Prueba 1', 33.334, '2012-10-24 08:16:18')
|
1181
|
+
[1m[36m (1.5ms)[0m [1mCOMMIT[0m
|
1182
|
+
[1m[35mUnsignedColumnsTest Load (0.8ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = -1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 2' AND `unsigned_columns_tests`.`decimal_unsigned_column` = -66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = -33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = -23 LIMIT 1
|
1183
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
1184
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 08:16:18', -66.669, -1, -1, -23, 'Prueba 2', -33.334, '2012-10-24 08:16:18')
|
1185
|
+
[1m[36m (0.6ms)[0m [1mCOMMIT[0m
|
1186
|
+
Connecting to database specified by database.yml
|
1187
|
+
[1m[36m (8.3ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
1188
|
+
[1m[35m (3.7ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
1189
|
+
[1m[36m (2.5ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1190
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
1191
|
+
[1m[35m (4.1ms)[0m CREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer Unsigned.', `integer_signed_column` smallint COMMENT 'Prueba con columna tipo Integer.', `string_column` varchar(24) COMMENT 'Prueba con columna tipo String.', `decimal_unsigned_column` decimal(4,2) UNSIGNED COMMENT 'Prueba con columna tipo Decimal Unsigned.', `unsigned_float_column` float UNSIGNED COMMENT 'Prueba con columna tipo Float Unsigned.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean Unsigned.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References Unsigned.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) COMMENT='Pruebas de unsigned columns.'
|
1192
|
+
[1m[36m (5.0ms)[0m [1mCREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)[0m
|
1193
|
+
[1m[35m (1.0ms)[0m INSERT INTO `schema_migrations` (`version`) VALUES ('20121024034824')
|
1194
|
+
[1m[36m (0.6ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1195
|
+
Connecting to database specified by database.yml
|
1196
|
+
[1m[36m (2.0ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1197
|
+
[1m[35mUnsignedColumnsTest Load (1.3ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = 1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 1' AND `unsigned_columns_tests`.`decimal_unsigned_column` = 66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = 33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = 23 LIMIT 1
|
1198
|
+
[1m[36m (0.6ms)[0m [1mBEGIN[0m
|
1199
|
+
[1m[35mSQL (1.0ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 08:36:38', 66.669, -1, 1, 23, 'Prueba 1', 33.334, '2012-10-24 08:36:38')
|
1200
|
+
[1m[36m (50.4ms)[0m [1mCOMMIT[0m
|
1201
|
+
[1m[35mUnsignedColumnsTest Load (3.7ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = -1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 2' AND `unsigned_columns_tests`.`decimal_unsigned_column` = -66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = -33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = -23 LIMIT 1
|
1202
|
+
[1m[36m (0.5ms)[0m [1mBEGIN[0m
|
1203
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 08:36:39', -66.669, -1, -1, -23, 'Prueba 2', -33.334, '2012-10-24 08:36:39')
|
1204
|
+
[1m[36m (0.8ms)[0m [1mCOMMIT[0m
|
1205
|
+
Connecting to database specified by database.yml
|
1206
|
+
[1m[36m (4.1ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
1207
|
+
[1m[35m (3.7ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
1208
|
+
[1m[36m (2.6ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1209
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
1210
|
+
[1m[35m (3.0ms)[0m CREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer Unsigned.', `integer_signed_column` smallint COMMENT 'Prueba con columna tipo Integer.', `string_column` varchar(24) COMMENT 'Prueba con columna tipo String.', `decimal_unsigned_column` decimal(4,2) UNSIGNED COMMENT 'Prueba con columna tipo Decimal Unsigned.', `unsigned_float_column` float UNSIGNED COMMENT 'Prueba con columna tipo Float Unsigned.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean Unsigned.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References Unsigned.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) COMMENT='Pruebas de unsigned columns.'
|
1211
|
+
[1m[36m (4.3ms)[0m [1mCREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)[0m
|
1212
|
+
[1m[35m (0.9ms)[0m INSERT INTO `schema_migrations` (`version`) VALUES ('20121024034824')
|
1213
|
+
[1m[36m (0.4ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1214
|
+
Connecting to database specified by database.yml
|
1215
|
+
[1m[36m (2.1ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1216
|
+
[1m[35mUnsignedColumnsTest Load (1.0ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = 1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 1' AND `unsigned_columns_tests`.`decimal_unsigned_column` = 66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = 33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = 23 LIMIT 1
|
1217
|
+
[1m[36m (0.5ms)[0m [1mBEGIN[0m
|
1218
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 08:38:05', 66.669, -1, 1, 23, 'Prueba 1', 33.334, '2012-10-24 08:38:05')
|
1219
|
+
[1m[36m (1.4ms)[0m [1mCOMMIT[0m
|
1220
|
+
[1m[35mUnsignedColumnsTest Load (0.8ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = -1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 2' AND `unsigned_columns_tests`.`decimal_unsigned_column` = -66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = -33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = -23 LIMIT 1
|
1221
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
1222
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 08:38:05', -66.669, -1, -1, -23, 'Prueba 2', -33.334, '2012-10-24 08:38:05')
|
1223
|
+
[1m[36m (0.6ms)[0m [1mCOMMIT[0m
|
1224
|
+
Connecting to database specified by database.yml
|
1225
|
+
[1m[36m (2.7ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
1226
|
+
[1m[35m (4.0ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
1227
|
+
[1m[36m (2.5ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1228
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
1229
|
+
[1m[35m (3.1ms)[0m CREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer Unsigned.', `integer_signed_column` smallint COMMENT 'Prueba con columna tipo Integer.', `string_column` varchar(24) COMMENT 'Prueba con columna tipo String.', `decimal_unsigned_column` decimal(4,2) UNSIGNED COMMENT 'Prueba con columna tipo Decimal Unsigned.', `unsigned_float_column` float UNSIGNED COMMENT 'Prueba con columna tipo Float Unsigned.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean Unsigned.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References Unsigned.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) COMMENT='Pruebas de unsigned columns.'
|
1230
|
+
[1m[36m (5.3ms)[0m [1mCREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)[0m
|
1231
|
+
[1m[35m (0.8ms)[0m INSERT INTO `schema_migrations` (`version`) VALUES ('20121024034824')
|
1232
|
+
[1m[36m (0.4ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1233
|
+
[1m[35m (0.6ms)[0m SELECT DATABASE() as db
|
1234
|
+
Connecting to database specified by database.yml
|
1235
|
+
[1m[36m (2.1ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1236
|
+
[1m[35mUnsignedColumnsTest Load (1.0ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = 1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 1' AND `unsigned_columns_tests`.`decimal_unsigned_column` = 66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = 33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = 23 LIMIT 1
|
1237
|
+
[1m[36m (0.5ms)[0m [1mBEGIN[0m
|
1238
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 08:39:57', 66.669, -1, 1, 23, 'Prueba 1', 33.334, '2012-10-24 08:39:57')
|
1239
|
+
[1m[36m (1.4ms)[0m [1mCOMMIT[0m
|
1240
|
+
[1m[35mUnsignedColumnsTest Load (0.7ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = -1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 2' AND `unsigned_columns_tests`.`decimal_unsigned_column` = -66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = -33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = -23 LIMIT 1
|
1241
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
1242
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 08:39:57', -66.669, -1, -1, -23, 'Prueba 2', -33.334, '2012-10-24 08:39:57')
|
1243
|
+
[1m[36m (0.6ms)[0m [1mCOMMIT[0m
|
1244
|
+
Connecting to database specified by database.yml
|
1245
|
+
[1m[36m (7.7ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
1246
|
+
[1m[35m (3.6ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
1247
|
+
[1m[36m (2.4ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1248
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
1249
|
+
[1m[35m (2.8ms)[0m CREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer Unsigned.', `integer_signed_column` smallint COMMENT 'Prueba con columna tipo Integer.', `string_column` varchar(24) COMMENT 'Prueba con columna tipo String.', `decimal_unsigned_column` decimal(4,2) UNSIGNED COMMENT 'Prueba con columna tipo Decimal Unsigned.', `unsigned_float_column` float UNSIGNED COMMENT 'Prueba con columna tipo Float Unsigned.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean Unsigned.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References Unsigned.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) COMMENT='Pruebas de unsigned columns.'
|
1250
|
+
[1m[36m (4.6ms)[0m [1mCREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)[0m
|
1251
|
+
[1m[35m (1.0ms)[0m INSERT INTO `schema_migrations` (`version`) VALUES ('20121024034824')
|
1252
|
+
[1m[36m (0.5ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1253
|
+
[1m[35m (0.5ms)[0m SELECT DATABASE() as db
|
1254
|
+
Connecting to database specified by database.yml
|
1255
|
+
[1m[36m (2.0ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1256
|
+
[1m[35mUnsignedColumnsTest Load (0.9ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = 1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 1' AND `unsigned_columns_tests`.`decimal_unsigned_column` = 66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = 33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = 23 LIMIT 1
|
1257
|
+
[1m[36m (0.5ms)[0m [1mBEGIN[0m
|
1258
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 08:40:37', 66.669, -1, 1, 23, 'Prueba 1', 33.334, '2012-10-24 08:40:37')
|
1259
|
+
[1m[36m (1.4ms)[0m [1mCOMMIT[0m
|
1260
|
+
[1m[35mUnsignedColumnsTest Load (0.8ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = -1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 2' AND `unsigned_columns_tests`.`decimal_unsigned_column` = -66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = -33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = -23 LIMIT 1
|
1261
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
1262
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 08:40:37', -66.669, -1, -1, -23, 'Prueba 2', -33.334, '2012-10-24 08:40:37')
|
1263
|
+
[1m[36m (0.6ms)[0m [1mCOMMIT[0m
|
1264
|
+
Connecting to database specified by database.yml
|
1265
|
+
[1m[36m (5.6ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
1266
|
+
[1m[35m (3.6ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
1267
|
+
[1m[36m (2.4ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1268
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
1269
|
+
[1m[35m (4.1ms)[0m CREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer Unsigned.', `integer_signed_column` smallint COMMENT 'Prueba con columna tipo Integer.', `string_column` varchar(24) COMMENT 'Prueba con columna tipo String.', `decimal_unsigned_column` decimal(4,2) UNSIGNED COMMENT 'Prueba con columna tipo Decimal Unsigned.', `unsigned_float_column` float UNSIGNED COMMENT 'Prueba con columna tipo Float Unsigned.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean Unsigned.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References Unsigned.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) COMMENT='Pruebas de unsigned columns.'
|
1270
|
+
[1m[36m (5.1ms)[0m [1mCREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)[0m
|
1271
|
+
[1m[35m (1.0ms)[0m INSERT INTO `schema_migrations` (`version`) VALUES ('20121024034824')
|
1272
|
+
[1m[36m (0.4ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1273
|
+
[1m[35m (0.3ms)[0m SELECT DATABASE() as db
|
1274
|
+
Connecting to database specified by database.yml
|
1275
|
+
[1m[36m (2.1ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1276
|
+
[1m[35mUnsignedColumnsTest Load (0.9ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = 1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 1' AND `unsigned_columns_tests`.`decimal_unsigned_column` = 66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = 33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = 23 LIMIT 1
|
1277
|
+
[1m[36m (0.7ms)[0m [1mBEGIN[0m
|
1278
|
+
[1m[35mSQL (0.9ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 08:41:29', 66.669, -1, 1, 23, 'Prueba 1', 33.334, '2012-10-24 08:41:29')
|
1279
|
+
[1m[36m (1.5ms)[0m [1mCOMMIT[0m
|
1280
|
+
[1m[35mUnsignedColumnsTest Load (0.7ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = -1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 2' AND `unsigned_columns_tests`.`decimal_unsigned_column` = -66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = -33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = -23 LIMIT 1
|
1281
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
1282
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 08:41:29', -66.669, -1, -1, -23, 'Prueba 2', -33.334, '2012-10-24 08:41:29')
|
1283
|
+
[1m[36m (0.6ms)[0m [1mCOMMIT[0m
|
1284
|
+
Connecting to database specified by database.yml
|
1285
|
+
[1m[36m (4.9ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
1286
|
+
[1m[35m (3.5ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
1287
|
+
[1m[36m (2.0ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1288
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
1289
|
+
[1m[35m (3.5ms)[0m CREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer Unsigned.', `integer_signed_column` smallint COMMENT 'Prueba con columna tipo Integer.', `string_column` varchar(24) COMMENT 'Prueba con columna tipo String.', `decimal_unsigned_column` decimal(4,2) UNSIGNED COMMENT 'Prueba con columna tipo Decimal Unsigned.', `unsigned_float_column` float UNSIGNED COMMENT 'Prueba con columna tipo Float Unsigned.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean Unsigned.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References Unsigned.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) COMMENT='Pruebas de unsigned columns.'
|
1290
|
+
[1m[36m (44.6ms)[0m [1mCREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)[0m
|
1291
|
+
[1m[35m (0.9ms)[0m INSERT INTO `schema_migrations` (`version`) VALUES ('20121024034824')
|
1292
|
+
[1m[36m (0.5ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1293
|
+
[1m[35m (0.3ms)[0m SELECT DATABASE() as db
|
1294
|
+
Connecting to database specified by database.yml
|
1295
|
+
[1m[36m (2.4ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1296
|
+
[1m[35mUnsignedColumnsTest Load (0.9ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = 1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 1' AND `unsigned_columns_tests`.`decimal_unsigned_column` = 66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = 33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = 23 LIMIT 1
|
1297
|
+
[1m[36m (0.5ms)[0m [1mBEGIN[0m
|
1298
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 08:42:09', 66.669, -1, 1, 23, 'Prueba 1', 33.334, '2012-10-24 08:42:09')
|
1299
|
+
[1m[36m (1.6ms)[0m [1mCOMMIT[0m
|
1300
|
+
[1m[35mUnsignedColumnsTest Load (0.8ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = -1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 2' AND `unsigned_columns_tests`.`decimal_unsigned_column` = -66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = -33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = -23 LIMIT 1
|
1301
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
1302
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 08:42:09', -66.669, -1, -1, -23, 'Prueba 2', -33.334, '2012-10-24 08:42:09')
|
1303
|
+
[1m[36m (0.6ms)[0m [1mCOMMIT[0m
|
1304
|
+
Connecting to database specified by database.yml
|
1305
|
+
[1m[36m (5.7ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
1306
|
+
[1m[35m (5.9ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
1307
|
+
[1m[36m (2.2ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1308
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
1309
|
+
[1m[35m (3.6ms)[0m CREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer Unsigned.', `integer_signed_column` smallint COMMENT 'Prueba con columna tipo Integer.', `string_column` varchar(24) COMMENT 'Prueba con columna tipo String.', `decimal_unsigned_column` decimal(4,2) UNSIGNED COMMENT 'Prueba con columna tipo Decimal Unsigned.', `unsigned_float_column` float UNSIGNED COMMENT 'Prueba con columna tipo Float Unsigned.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean Unsigned.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References Unsigned.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) COMMENT='Pruebas de unsigned columns.'
|
1310
|
+
[1m[36m (4.0ms)[0m [1mCREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)[0m
|
1311
|
+
[1m[35m (0.8ms)[0m INSERT INTO `schema_migrations` (`version`) VALUES ('20121024034824')
|
1312
|
+
[1m[36m (0.4ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1313
|
+
[1m[35m (0.3ms)[0m SELECT DATABASE() as db
|
1314
|
+
Connecting to database specified by database.yml
|
1315
|
+
[1m[36m (6.5ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1316
|
+
[1m[35mUnsignedColumnsTest Load (1.1ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = 1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 1' AND `unsigned_columns_tests`.`decimal_unsigned_column` = 66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = 33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = 23 LIMIT 1
|
1317
|
+
[1m[36m (0.7ms)[0m [1mBEGIN[0m
|
1318
|
+
[1m[35mSQL (0.9ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 08:48:41', 66.669, -1, 1, 23, 'Prueba 1', 33.334, '2012-10-24 08:48:41')
|
1319
|
+
[1m[36m (2.7ms)[0m [1mCOMMIT[0m
|
1320
|
+
[1m[35mUnsignedColumnsTest Load (1.0ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = -1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 2' AND `unsigned_columns_tests`.`decimal_unsigned_column` = -66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = -33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = -23 LIMIT 1
|
1321
|
+
[1m[36m (0.5ms)[0m [1mBEGIN[0m
|
1322
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 08:48:41', -66.669, -1, -1, -23, 'Prueba 2', -33.334, '2012-10-24 08:48:41')
|
1323
|
+
[1m[36m (0.7ms)[0m [1mCOMMIT[0m
|
1324
|
+
Connecting to database specified by database.yml
|
1325
|
+
[1m[36m (6.2ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
1326
|
+
[1m[35m (4.4ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
1327
|
+
[1m[36m (2.8ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1328
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
1329
|
+
[1m[35m (3.6ms)[0m CREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer Unsigned.', `integer_signed_column` smallint COMMENT 'Prueba con columna tipo Integer.', `string_column` varchar(24) COMMENT 'Prueba con columna tipo String.', `decimal_unsigned_column` decimal(4,2) UNSIGNED COMMENT 'Prueba con columna tipo Decimal Unsigned.', `unsigned_float_column` float UNSIGNED COMMENT 'Prueba con columna tipo Float Unsigned.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean Unsigned.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References Unsigned.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) COMMENT='Pruebas de unsigned columns.'
|
1330
|
+
[1m[36m (4.8ms)[0m [1mCREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)[0m
|
1331
|
+
[1m[35m (0.9ms)[0m INSERT INTO `schema_migrations` (`version`) VALUES ('20121024034824')
|
1332
|
+
[1m[36m (0.5ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1333
|
+
[1m[35m (0.3ms)[0m SELECT DATABASE() as db
|
1334
|
+
Connecting to database specified by database.yml
|
1335
|
+
[1m[36m (1.8ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1336
|
+
[1m[35mUnsignedColumnsTest Load (0.9ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = 1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 1' AND `unsigned_columns_tests`.`decimal_unsigned_column` = 66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = 33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = 23 LIMIT 1
|
1337
|
+
[1m[36m (0.5ms)[0m [1mBEGIN[0m
|
1338
|
+
[1m[35mSQL (0.8ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 08:49:44', 66.669, -1, 1, 23, 'Prueba 1', 33.334, '2012-10-24 08:49:44')
|
1339
|
+
[1m[36m (1.4ms)[0m [1mCOMMIT[0m
|
1340
|
+
[1m[35mUnsignedColumnsTest Load (0.8ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = -1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 2' AND `unsigned_columns_tests`.`decimal_unsigned_column` = -66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = -33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = -23 LIMIT 1
|
1341
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
1342
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 08:49:44', -66.669, -1, -1, -23, 'Prueba 2', -33.334, '2012-10-24 08:49:44')
|
1343
|
+
[1m[36m (0.7ms)[0m [1mCOMMIT[0m
|
1344
|
+
Connecting to database specified by database.yml
|
1345
|
+
[1m[36m (3.9ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
1346
|
+
[1m[35m (3.5ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
1347
|
+
[1m[36m (2.3ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1348
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
1349
|
+
[1m[35m (3.3ms)[0m CREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer Unsigned.', `integer_signed_column` smallint COMMENT 'Prueba con columna tipo Integer.', `string_column` varchar(24) COMMENT 'Prueba con columna tipo String.', `decimal_unsigned_column` decimal(4,2) UNSIGNED COMMENT 'Prueba con columna tipo Decimal Unsigned.', `unsigned_float_column` float UNSIGNED COMMENT 'Prueba con columna tipo Float Unsigned.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean Unsigned.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References Unsigned.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) COMMENT='Pruebas de unsigned columns.'
|
1350
|
+
[1m[36m (3.8ms)[0m [1mCREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)[0m
|
1351
|
+
[1m[35m (0.8ms)[0m INSERT INTO `schema_migrations` (`version`) VALUES ('20121024034824')
|
1352
|
+
[1m[36m (0.5ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1353
|
+
[1m[35m (0.3ms)[0m SELECT DATABASE() as db
|
1354
|
+
Connecting to database specified by database.yml
|
1355
|
+
[1m[36m (1.9ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1356
|
+
[1m[35mUnsignedColumnsTest Load (1.0ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = 1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 1' AND `unsigned_columns_tests`.`decimal_unsigned_column` = 66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = 33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = 23 LIMIT 1
|
1357
|
+
[1m[36m (0.6ms)[0m [1mBEGIN[0m
|
1358
|
+
[1m[35mSQL (0.8ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 08:50:58', 66.669, -1, 1, 23, 'Prueba 1', 33.334, '2012-10-24 08:50:58')
|
1359
|
+
[1m[36m (1.5ms)[0m [1mCOMMIT[0m
|
1360
|
+
[1m[35mUnsignedColumnsTest Load (0.7ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = -1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 2' AND `unsigned_columns_tests`.`decimal_unsigned_column` = -66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = -33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = -23 LIMIT 1
|
1361
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
1362
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 08:50:58', -66.669, -1, -1, -23, 'Prueba 2', -33.334, '2012-10-24 08:50:58')
|
1363
|
+
[1m[36m (0.7ms)[0m [1mCOMMIT[0m
|
1364
|
+
Connecting to database specified by database.yml
|
1365
|
+
[1m[36m (3.1ms)[0m [1mDROP DATABASE IF EXISTS `numeric_type_column_test`[0m
|
1366
|
+
[1m[35m (0.4ms)[0m CREATE DATABASE `numeric_type_column_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
|
1367
|
+
[1m[36m (3.5ms)[0m [1mCREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer Unsigned.', `integer_signed_column` smallint COMMENT 'Prueba con columna tipo Integer.', `string_column` varchar(24) COMMENT 'Prueba con columna tipo String.', `decimal_unsigned_column` decimal(4,2) UNSIGNED COMMENT 'Prueba con columna tipo Decimal Unsigned.', `unsigned_float_column` float UNSIGNED COMMENT 'Prueba con columna tipo Float Unsigned.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean Unsigned.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References Unsigned.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB COLLATE=utf8_unicode_ci COMMENT='Pruebas de unsigned columns.'[0m
|
1368
|
+
[1m[35m (4.3ms)[0m CREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)
|
1369
|
+
[1m[36m (2.3ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
1370
|
+
[1m[35m (3.5ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
1371
|
+
[1m[36m (0.7ms)[0m [1mSELECT version FROM `schema_migrations`[0m
|
1372
|
+
[1m[35m (1.0ms)[0m INSERT INTO `schema_migrations` (version) VALUES ('20121024034824')
|
1373
|
+
[1m[36m (2.2ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1374
|
+
[1m[35mUnsignedColumnsTest Load (1.3ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = 1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 1' AND `unsigned_columns_tests`.`decimal_unsigned_column` = 66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = 33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = 23 LIMIT 1
|
1375
|
+
[1m[36m (0.5ms)[0m [1mBEGIN[0m
|
1376
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 08:51:45', 66.669, -1, 1, 23, 'Prueba 1', 33.334, '2012-10-24 08:51:45')
|
1377
|
+
[1m[36m (1.4ms)[0m [1mCOMMIT[0m
|
1378
|
+
[1m[35mUnsignedColumnsTest Load (0.8ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = -1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 2' AND `unsigned_columns_tests`.`decimal_unsigned_column` = -66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = -33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = -23 LIMIT 1
|
1379
|
+
[1m[36m (0.5ms)[0m [1mBEGIN[0m
|
1380
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 08:51:45', -66.669, -1, -1, -23, 'Prueba 2', -33.334, '2012-10-24 08:51:45')
|
1381
|
+
[1m[36m (0.6ms)[0m [1mCOMMIT[0m
|
1382
|
+
Connecting to database specified by database.yml
|
1383
|
+
[1m[36m (4.6ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
1384
|
+
[1m[35m (3.6ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
1385
|
+
[1m[36m (2.1ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1386
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
1387
|
+
[1m[35m (2.7ms)[0m CREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer Unsigned.', `integer_signed_column` smallint COMMENT 'Prueba con columna tipo Integer.', `string_column` varchar(24) COMMENT 'Prueba con columna tipo String.', `decimal_unsigned_column` decimal(4,2) UNSIGNED COMMENT 'Prueba con columna tipo Decimal Unsigned.', `unsigned_float_column` float UNSIGNED COMMENT 'Prueba con columna tipo Float Unsigned.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean Unsigned.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References Unsigned.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) COMMENT='Pruebas de unsigned columns.'
|
1388
|
+
[1m[36m (4.5ms)[0m [1mCREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)[0m
|
1389
|
+
[1m[35m (0.8ms)[0m INSERT INTO `schema_migrations` (`version`) VALUES ('20121024034824')
|
1390
|
+
[1m[36m (0.5ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1391
|
+
[1m[35m (0.3ms)[0m SELECT DATABASE() as db
|
1392
|
+
Connecting to database specified by database.yml
|
1393
|
+
[1m[36m (1.8ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1394
|
+
[1m[35mUnsignedColumnsTest Load (0.9ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = 1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 1' AND `unsigned_columns_tests`.`decimal_unsigned_column` = 66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = 33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = 23 LIMIT 1
|
1395
|
+
[1m[36m (0.5ms)[0m [1mBEGIN[0m
|
1396
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 08:52:22', 66.669, -1, 1, 23, 'Prueba 1', 33.334, '2012-10-24 08:52:22')
|
1397
|
+
[1m[36m (1.5ms)[0m [1mCOMMIT[0m
|
1398
|
+
[1m[35mUnsignedColumnsTest Load (0.7ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = -1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 2' AND `unsigned_columns_tests`.`decimal_unsigned_column` = -66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = -33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = -23 LIMIT 1
|
1399
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
1400
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 08:52:22', -66.669, -1, -1, -23, 'Prueba 2', -33.334, '2012-10-24 08:52:22')
|
1401
|
+
[1m[36m (0.6ms)[0m [1mCOMMIT[0m
|
1402
|
+
Connecting to database specified by database.yml
|
1403
|
+
[1m[36m (45.2ms)[0m [1mDROP DATABASE IF EXISTS `numeric_type_column_test`[0m
|
1404
|
+
[1m[35m (0.4ms)[0m CREATE DATABASE `numeric_type_column_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
|
1405
|
+
[1m[36m (2.6ms)[0m [1mCREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer Unsigned.', `integer_signed_column` smallint COMMENT 'Prueba con columna tipo Integer.', `string_column` varchar(24) COMMENT 'Prueba con columna tipo String.', `decimal_unsigned_column` decimal(4,2) UNSIGNED COMMENT 'Prueba con columna tipo Decimal Unsigned.', `unsigned_float_column` float UNSIGNED COMMENT 'Prueba con columna tipo Float Unsigned.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean Unsigned.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References Unsigned.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB COLLATE=utf8_unicode_ci COMMENT='Pruebas de unsigned columns.'[0m
|
1406
|
+
[1m[35m (4.5ms)[0m CREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)
|
1407
|
+
[1m[36m (2.7ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
1408
|
+
[1m[35m (3.2ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
1409
|
+
[1m[36m (0.5ms)[0m [1mSELECT version FROM `schema_migrations`[0m
|
1410
|
+
[1m[35m (0.7ms)[0m INSERT INTO `schema_migrations` (version) VALUES ('20121024034824')
|
1411
|
+
[1m[36m (2.1ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1412
|
+
[1m[35mUnsignedColumnsTest Load (0.9ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = 1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 1' AND `unsigned_columns_tests`.`decimal_unsigned_column` = 66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = 33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = 23 LIMIT 1
|
1413
|
+
[1m[36m (0.5ms)[0m [1mBEGIN[0m
|
1414
|
+
[1m[35mSQL (0.8ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 08:52:36', 66.669, -1, 1, 23, 'Prueba 1', 33.334, '2012-10-24 08:52:36')
|
1415
|
+
[1m[36m (0.6ms)[0m [1mCOMMIT[0m
|
1416
|
+
[1m[35mUnsignedColumnsTest Load (0.7ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = -1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 2' AND `unsigned_columns_tests`.`decimal_unsigned_column` = -66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = -33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = -23 LIMIT 1
|
1417
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
1418
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 08:52:36', -66.669, -1, -1, -23, 'Prueba 2', -33.334, '2012-10-24 08:52:36')
|
1419
|
+
[1m[36m (0.6ms)[0m [1mCOMMIT[0m
|
1420
|
+
Connecting to database specified by database.yml
|
1421
|
+
[1m[36m (3.8ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
1422
|
+
[1m[35m (4.0ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
1423
|
+
[1m[36m (2.0ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1424
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
1425
|
+
[1m[35m (3.4ms)[0m CREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer Unsigned.', `integer_signed_column` smallint COMMENT 'Prueba con columna tipo Integer.', `string_column` varchar(24) COMMENT 'Prueba con columna tipo String.', `decimal_unsigned_column` decimal(4,2) UNSIGNED COMMENT 'Prueba con columna tipo Decimal Unsigned.', `unsigned_float_column` float UNSIGNED COMMENT 'Prueba con columna tipo Float Unsigned.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean Unsigned.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References Unsigned.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) COMMENT='Pruebas de unsigned columns.'
|
1426
|
+
[1m[36m (3.9ms)[0m [1mCREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)[0m
|
1427
|
+
[1m[35m (0.8ms)[0m INSERT INTO `schema_migrations` (`version`) VALUES ('20121024034824')
|
1428
|
+
[1m[36m (0.5ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1429
|
+
[1m[35m (0.3ms)[0m SELECT DATABASE() as db
|
1430
|
+
Connecting to database specified by database.yml
|
1431
|
+
[1m[36m (1.9ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1432
|
+
[1m[35mUnsignedColumnsTest Load (1.0ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = 1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 1' AND `unsigned_columns_tests`.`decimal_unsigned_column` = 66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = 33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = 23 LIMIT 1
|
1433
|
+
[1m[36m (0.5ms)[0m [1mBEGIN[0m
|
1434
|
+
[1m[35mSQL (0.8ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 08:59:46', 66.669, -1, 1, 23, 'Prueba 1', 33.334, '2012-10-24 08:59:46')
|
1435
|
+
[1m[36m (1.4ms)[0m [1mCOMMIT[0m
|
1436
|
+
[1m[35mUnsignedColumnsTest Load (0.8ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = -1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 2' AND `unsigned_columns_tests`.`decimal_unsigned_column` = -66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = -33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = -23 LIMIT 1
|
1437
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
1438
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 08:59:46', -66.669, -1, -1, -23, 'Prueba 2', -33.334, '2012-10-24 08:59:46')
|
1439
|
+
[1m[36m (0.6ms)[0m [1mCOMMIT[0m
|
1440
|
+
Connecting to database specified by database.yml
|
1441
|
+
[1m[36m (3.1ms)[0m [1mDROP DATABASE IF EXISTS `numeric_type_column_test`[0m
|
1442
|
+
[1m[35m (0.4ms)[0m CREATE DATABASE `numeric_type_column_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
|
1443
|
+
[1m[36m (3.6ms)[0m [1mCREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer Unsigned.', `integer_signed_column` smallint COMMENT 'Prueba con columna tipo Integer.', `string_column` varchar(24) COMMENT 'Prueba con columna tipo String.', `decimal_unsigned_column` decimal(4,2) UNSIGNED COMMENT 'Prueba con columna tipo Decimal Unsigned.', `unsigned_float_column` float UNSIGNED COMMENT 'Prueba con columna tipo Float Unsigned.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean Unsigned.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References Unsigned.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB COLLATE=utf8_unicode_ci COMMENT='Pruebas de unsigned columns.'[0m
|
1444
|
+
[1m[35m (3.8ms)[0m CREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)
|
1445
|
+
[1m[36m (2.2ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
1446
|
+
[1m[35m (3.5ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
1447
|
+
[1m[36m (0.7ms)[0m [1mSELECT version FROM `schema_migrations`[0m
|
1448
|
+
[1m[35m (1.1ms)[0m INSERT INTO `schema_migrations` (version) VALUES ('20121024034824')
|
1449
|
+
[1m[36m (3.2ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1450
|
+
[1m[35mUnsignedColumnsTest Load (0.9ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = 1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 1' AND `unsigned_columns_tests`.`decimal_unsigned_column` = 66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = 33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = 23 LIMIT 1
|
1451
|
+
[1m[36m (0.5ms)[0m [1mBEGIN[0m
|
1452
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 09:00:10', 66.669, -1, 1, 23, 'Prueba 1', 33.334, '2012-10-24 09:00:10')
|
1453
|
+
[1m[36m (5.3ms)[0m [1mCOMMIT[0m
|
1454
|
+
[1m[35mUnsignedColumnsTest Load (1.0ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = -1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 2' AND `unsigned_columns_tests`.`decimal_unsigned_column` = -66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = -33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = -23 LIMIT 1
|
1455
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
1456
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 09:00:10', -66.669, -1, -1, -23, 'Prueba 2', -33.334, '2012-10-24 09:00:10')
|
1457
|
+
[1m[36m (0.6ms)[0m [1mCOMMIT[0m
|
1458
|
+
Connecting to database specified by database.yml
|
1459
|
+
Connecting to database specified by database.yml
|
1460
|
+
[1m[36m (1.9ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1461
|
+
Migrating to CreateUnsignedColumnsTests (20121024034824)
|
1462
|
+
Migrating to CreateJoinTableTest (20121024090232)
|
1463
|
+
[1m[35m (5.7ms)[0m CREATE TABLE `join_table_tests` (`object_a_id` smallint UNSIGNED COMMENT 'Prueba con columna tipo References Unsigned (A).', `object_b_id` smallint UNSIGNED COMMENT 'Prueba con columna tipo References Unsigned (B).') COMMENT='Pruebas de join_table (:id => false).'
|
1464
|
+
[1m[36m (4.1ms)[0m [1mCREATE INDEX `FK_join_table_test_a` ON `join_table_tests` (`object_a_id`)[0m
|
1465
|
+
[1m[35m (4.0ms)[0m CREATE INDEX `FK_join_table_test_b` ON `join_table_tests` (`object_b_id`)
|
1466
|
+
[1m[36m (0.9ms)[0m [1mINSERT INTO `schema_migrations` (`version`) VALUES ('20121024090232')[0m
|
1467
|
+
[1m[35m (0.6ms)[0m SELECT `schema_migrations`.`version` FROM `schema_migrations`
|
1468
|
+
[1m[36m (0.6ms)[0m [1mSELECT DATABASE() as db[0m
|
1469
|
+
[1m[35m (0.7ms)[0m SELECT DATABASE() as db
|
1470
|
+
Connecting to database specified by database.yml
|
1471
|
+
[1m[36m (4.6ms)[0m [1mDROP DATABASE IF EXISTS `numeric_type_column_test`[0m
|
1472
|
+
[1m[35m (0.5ms)[0m CREATE DATABASE `numeric_type_column_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
|
1473
|
+
[1m[36m (26.7ms)[0m [1mCREATE TABLE `join_table_tests` (`object_a_id` smallint UNSIGNED COMMENT 'Prueba con columna tipo References Unsigned (A).', `object_b_id` smallint UNSIGNED COMMENT 'Prueba con columna tipo References Unsigned (B).') ENGINE=InnoDB COLLATE=utf8_unicode_ci COMMENT='Pruebas de join_table (:id => false).'[0m
|
1474
|
+
[1m[35m (7.5ms)[0m CREATE INDEX `FK_join_table_test_a` ON `join_table_tests` (`object_a_id`)
|
1475
|
+
[1m[36m (14.6ms)[0m [1mCREATE INDEX `FK_join_table_test_b` ON `join_table_tests` (`object_b_id`)[0m
|
1476
|
+
[1m[35m (7.8ms)[0m CREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer Unsigned.', `integer_signed_column` smallint COMMENT 'Prueba con columna tipo Integer.', `string_column` varchar(24) COMMENT 'Prueba con columna tipo String.', `decimal_unsigned_column` decimal(4,2) UNSIGNED COMMENT 'Prueba con columna tipo Decimal Unsigned.', `unsigned_float_column` float UNSIGNED COMMENT 'Prueba con columna tipo Float Unsigned.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean Unsigned.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References Unsigned.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB COLLATE=utf8_unicode_ci COMMENT='Pruebas de unsigned columns.'
|
1477
|
+
[1m[36m (7.0ms)[0m [1mCREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)[0m
|
1478
|
+
[1m[35m (6.4ms)[0m CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
|
1479
|
+
[1m[36m (5.4ms)[0m [1mCREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)[0m
|
1480
|
+
[1m[35m (0.6ms)[0m SELECT version FROM `schema_migrations`
|
1481
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO `schema_migrations` (version) VALUES ('20121024090232')[0m
|
1482
|
+
[1m[35m (0.5ms)[0m INSERT INTO `schema_migrations` (version) VALUES ('20121024034824')
|
1483
|
+
[1m[36m (2.0ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1484
|
+
[1m[35mUnsignedColumnsTest Load (3.6ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = 1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 1' AND `unsigned_columns_tests`.`decimal_unsigned_column` = 66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = 33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = 23 LIMIT 1
|
1485
|
+
[1m[36m (0.6ms)[0m [1mBEGIN[0m
|
1486
|
+
[1m[35mSQL (1.1ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 09:08:11', 66.669, -1, 1, 23, 'Prueba 1', 33.334, '2012-10-24 09:08:11')
|
1487
|
+
[1m[36m (1.8ms)[0m [1mCOMMIT[0m
|
1488
|
+
[1m[35mUnsignedColumnsTest Load (1.1ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = -1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 2' AND `unsigned_columns_tests`.`decimal_unsigned_column` = -66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = -33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = -23 LIMIT 1
|
1489
|
+
[1m[36m (0.4ms)[0m [1mBEGIN[0m
|
1490
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 09:08:11', -66.669, -1, -1, -23, 'Prueba 2', -33.334, '2012-10-24 09:08:11')
|
1491
|
+
[1m[36m (0.8ms)[0m [1mCOMMIT[0m
|
1492
|
+
Connecting to database specified by database.yml
|
1493
|
+
[1m[36m (4.2ms)[0m [1mDROP DATABASE IF EXISTS `numeric_type_column_test`[0m
|
1494
|
+
[1m[35m (0.4ms)[0m CREATE DATABASE `numeric_type_column_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
|
1495
|
+
[1m[36m (3.9ms)[0m [1mCREATE TABLE `join_table_tests` (`object_a_id` smallint UNSIGNED COMMENT 'Prueba con columna tipo References Unsigned (A).', `object_b_id` smallint UNSIGNED COMMENT 'Prueba con columna tipo References Unsigned (B).') ENGINE=InnoDB COLLATE=utf8_unicode_ci COMMENT='Pruebas de join_table (:id => false).'[0m
|
1496
|
+
[1m[35m (3.7ms)[0m CREATE INDEX `FK_join_table_test_a` ON `join_table_tests` (`object_a_id`)
|
1497
|
+
[1m[36m (4.1ms)[0m [1mCREATE INDEX `FK_join_table_test_b` ON `join_table_tests` (`object_b_id`)[0m
|
1498
|
+
[1m[35m (2.4ms)[0m CREATE TABLE `unsigned_columns_tests` (`id` INT UNSIGNED DEFAULT NULL auto_increment PRIMARY KEY, `integer_unsigned_column` smallint UNSIGNED COMMENT 'Prueba con columna tipo Integer Unsigned.', `integer_signed_column` smallint COMMENT 'Prueba con columna tipo Integer.', `string_column` varchar(24) COMMENT 'Prueba con columna tipo String.', `decimal_unsigned_column` decimal(4,2) UNSIGNED COMMENT 'Prueba con columna tipo Decimal Unsigned.', `unsigned_float_column` float UNSIGNED COMMENT 'Prueba con columna tipo Float Unsigned.', `boolean_unsigned_column` tinyint(1) UNSIGNED COMMENT 'Prueba con columna tipo Boolean Unsigned.', `references_unsigned_column_id` int(11) UNSIGNED COMMENT 'Prueba con columna tipo References Unsigned.', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB COLLATE=utf8_unicode_ci COMMENT='Pruebas de unsigned columns.'
|
1499
|
+
[1m[36m (5.9ms)[0m [1mCREATE INDEX `FK_unsigned_references_column_test` ON `unsigned_columns_tests` (`references_unsigned_column_id`)[0m
|
1500
|
+
[1m[35m (8.4ms)[0m CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
|
1501
|
+
[1m[36m (3.2ms)[0m [1mCREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)[0m
|
1502
|
+
[1m[35m (1.0ms)[0m SELECT version FROM `schema_migrations`
|
1503
|
+
[1m[36m (0.9ms)[0m [1mINSERT INTO `schema_migrations` (version) VALUES ('20121024090232')[0m
|
1504
|
+
[1m[35m (0.5ms)[0m INSERT INTO `schema_migrations` (version) VALUES ('20121024034824')
|
1505
|
+
[1m[36m (2.2ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
1506
|
+
[1m[35mUnsignedColumnsTest Load (0.9ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = 1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 1' AND `unsigned_columns_tests`.`decimal_unsigned_column` = 66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = 33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = 23 LIMIT 1
|
1507
|
+
[1m[36m (0.6ms)[0m [1mBEGIN[0m
|
1508
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 09:12:39', 66.669, -1, 1, 23, 'Prueba 1', 33.334, '2012-10-24 09:12:39')
|
1509
|
+
[1m[36m (0.6ms)[0m [1mCOMMIT[0m
|
1510
|
+
[1m[35mUnsignedColumnsTest Load (0.7ms)[0m SELECT `unsigned_columns_tests`.* FROM `unsigned_columns_tests` WHERE `unsigned_columns_tests`.`integer_unsigned_column` = -1 AND `unsigned_columns_tests`.`integer_signed_column` = -1 AND `unsigned_columns_tests`.`string_column` = 'Prueba 2' AND `unsigned_columns_tests`.`decimal_unsigned_column` = -66.669 AND `unsigned_columns_tests`.`unsigned_float_column` = -33.334 AND `unsigned_columns_tests`.`boolean_unsigned_column` = 0 AND `unsigned_columns_tests`.`references_unsigned_column_id` = -23 LIMIT 1
|
1511
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
1512
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO `unsigned_columns_tests` (`boolean_unsigned_column`, `created_at`, `decimal_unsigned_column`, `integer_signed_column`, `integer_unsigned_column`, `references_unsigned_column_id`, `string_column`, `unsigned_float_column`, `updated_at`) VALUES (0, '2012-10-24 09:12:39', -66.669, -1, -1, -23, 'Prueba 2', -33.334, '2012-10-24 09:12:39')
|
1513
|
+
[1m[36m (0.5ms)[0m [1mCOMMIT[0m
|