bigquery-emulator icon indicating copy to clipboard operation
bigquery-emulator copied to clipboard

Quote record fieldnames when creating a table

Open pgcamus opened this issue 5 months ago • 0 comments

  • When handling a RECORD column during table creation we were missing a backtick around the field name. This caused problems if the filed name was a reserved word (e.g. 'current') in BigQuery SQL.

Fixes #414

pgcamus avatar Jul 01 '25 21:07 pgcamus