I am using version 1.3 of the Simba JDBC driver and have encountered an error stating:
“DDL statements are not supported in a transaction, except for those creating or dropping temporary tables or temporary functions.” I need to keep EnableSession set to 1 for concurrent session support, but I am unable to execute DDL statements like DROP TABLE and CREATE TABLE.
Questions:
What changes were introduced in the Simba JDBC driver for BigQuery from version 1.2 to 1.3 regarding transaction handling for DDL statements?
If I use the Simba JDBC driver 1.2 without using a session, can I use DDL?
What are the changes related to metadata between 1.2 and 1.3?
What are the changes related to OAuth between 1.2 and 1.3?