apecloud / myduckserver

MySQL & Postgres Analytics, Reimagined
184 stars 8 forks source link

Add parentheses to ColumnDefaultValue. #87

Closed ddh-5230 closed 2 months ago

ddh-5230 commented 2 months ago

When columnDefault not enclosed in parentheses, will recognize the default value as a literal and thus becomes a string,DuckDB returns the default value without parentheses, so we need to add them. DuckDB does not support CURRENT_TIMESTAMP(6), so we replace it with CURRENT_TIMESTAMP.