Skip to content

Commit 0aa5745

Browse files
committed
fixup! fix(test): coerced value for generate column
1 parent ef75e63 commit 0aa5745

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/excludes/PostgresqlVirtualColumnTest.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
exclude :test_build_fixture_sql, "Skipping because CockroachDB cannot write directly to computed columns."
44
exclude :test_schema_dumping, "Replaced with local version"
55

6+
# CRDB doesn't support implicit casts.
7+
# See https://github.com/cockroachdb/cockroach/issues/75101
8+
#
69
# From: "ASCII(name)"
710
# To: "ASCII(name)""::string"
811
CopyCat.copy_methods(self, self, :test_change_table_without_stored_option) do

0 commit comments

Comments
 (0)