This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Finished in 528.247378s, 8.6153 runs/s, 21.9916 assertions/s. | |
| 1) Failure: | |
| ActiveRecord::Migration::ColumnsTest#test_change_column [/home/ray/Workspace/fb_adapter/rails/activerecord/test/cases/migration/columns_test.rb:202]: | |
| Expected #<ActiveRecord::ConnectionAdapters::FbColumn:0x00000007f51d18 @firebird_type="INTEGER", @name="approved", @sql_type="INTEGER", @null=true, @limit=nil, @precision=nil, @scale=nil, @type=:integer, @default="1", @default_function=nil, @primary=nil, @coder=nil, @domain="BOOLEAN", @sub_type=0> to be nil or false | |
| 2) Error: | |
| ActiveRecord::Migration::ColumnsTest#test_change_column_default: | |
| ActiveRecord::StatementInvalid: Fb::Error: Invalid token |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Finished tests in 519.667393s, 8.3534 tests/s, 21.4676 assertions/s. | |
| 1) Error: | |
| ActiveRecord::AdapterTest#test_disable_referential_integrity: | |
| ActiveRecord::InvalidForeignKey: Fb::Error: violation of FOREIGN KEY constraint "" | |
| violation of FOREIGN KEY constraint "FK_NAME" on table "FK_TEST_HAS_FK" | |
| Foreign key reference target does not exist | |
| : INSERT INTO fk_test_has_fk (id, fk_id) VALUES (1001,0) | |
| /home/ray/Workspace/fb_adapter/activerecord-fb-adapter-updated/lib/active_record/connection_adapters/fb/database_statements.rb:18:in `execute' | |
| /home/ray/Workspace/fb_adapter/activerecord-fb-adapter-updated/lib/active_record/connection_adapters/fb/database_statements.rb:18:in `block (2 levels) in execute' |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Finished tests in 327.471419s, 11.7232 tests/s, 31.3188 assertions/s. | |
| 1) Failure: | |
| ActiveRecord::AdapterTest#test_disable_referential_integrity [/home/ray/Workspace/fb_adapter/rails/activerecord/test/cases/adapter_test.rb:147]: | |
| Exception raised: | |
| <#<ActiveRecord::InvalidForeignKey: Fb::Error: violation of FOREIGN KEY constraint "" | |
| violation of FOREIGN KEY constraint "FK_NAME" on table "FK_TEST_HAS_FK" | |
| Foreign key reference target does not exist | |
| : INSERT INTO fk_test_has_fk (id, fk_id) VALUES (1001,0)>>. |
NewerOlder