Closed shmiwy closed 3 months ago
No response
Unable to understand A_Expr node.
CREATE TABLE t0(c0 DECIMAL UNIQUE DEFAULT (0.059636344153715326) PRIMARY KEY, c1 money CHECK (((t0.c1)IS NOT DISTINCT FROM(CAST(0.6099821 AS MONEY)))) NULL, c2 TEXT );
ubuntu
Cloudberry Database version
No response
What happened
Unable to understand A_Expr node.
What you think should happen instead
No response
How to reproduce
CREATE TABLE t0(c0 DECIMAL UNIQUE DEFAULT (0.059636344153715326) PRIMARY KEY, c1 money CHECK (((t0.c1)IS NOT DISTINCT FROM(CAST(0.6099821 AS MONEY)))) NULL, c2 TEXT );
Operating System
ubuntu
Anything else
No response
Are you willing to submit PR?
Code of Conduct