spanner-migration-tool icon indicating copy to clipboard operation
spanner-migration-tool copied to clipboard

Default Value: Spanner Metadata Accessor

Open NirnayaSindhuSuthari opened this issue 7 months ago • 0 comments

  • DefaultValue of type DefaultValue is added in the columnDef struct.
  • Validity of Default Value by spanner is checked by IsSpannerSupportedStatement .
  • isValidSpannerStatement fires query SELECT CAST( (statement) AS (column type) ) to spanner on metadata database.
  • Default clause is added in the SQL tab for spanner supported default values. image

NirnayaSindhuSuthari avatar Jul 24 '24 14:07 NirnayaSindhuSuthari