We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef75e63 commit 0aa5745Copy full SHA for 0aa5745
test/excludes/PostgresqlVirtualColumnTest.rb
@@ -3,6 +3,9 @@
3
exclude :test_build_fixture_sql, "Skipping because CockroachDB cannot write directly to computed columns."
4
exclude :test_schema_dumping, "Replaced with local version"
5
6
+# CRDB doesn't support implicit casts.
7
+# See https://github.com/cockroachdb/cockroach/issues/75101
8
+#
9
# From: "ASCII(name)"
10
# To: "ASCII(name)""::string"
11
CopyCat.copy_methods(self, self, :test_change_table_without_stored_option) do
0 commit comments