sql: "char" is supposed to truncate long values #65631
Labels
A-sql-pgcompat
Semantic compatibility with PostgreSQL
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
E-starter
Might be suitable for a starter project for new employees or team members.
good first issue
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
In postgres:
In cockroachdb
Note that this is DIFFERENT than
CHAR
--CHAR
will only truncate long values if the extra characters are whitespace, and cockroachdb already implements this correctly.Epic CRDB-7217
The text was updated successfully, but these errors were encountered: