Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sql/types: types.EnumMetadata implements encoding.TextMarshaler interface #72640

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/sql/logictest/testdata/logic_test/enums
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ FROM
WHERE
descriptor_name = 'enum_array' AND column_name = 'x'
----
x family:ArrayFamily width:0 precision:0 locale:"" visible_type:0 oid:100067 array_contents:<InternalType:<family:EnumFamily width:0 precision:0 locale:"" visible_type:0 oid:100066 time_precision_is_set:false udt_metadata:<array_type_oid:100067 > > TypeMeta:<Version:0 > > time_precision_is_set:false
x family:ArrayFamily width:0 precision:0 locale:"" visible_type:0 oid:100067 array_contents:<family: EnumFamily width: 0 precision: 0 locale: "" visible_type: 0 oid: 100066 time_precision_is_set: false udt_metadata: < array_type_oid: 100067 > > time_precision_is_set:false

# Test tables using enums in DEFAULT expressions.
statement ok
Expand Down
Loading