The following works well in version 2022 but fails in 2022 Update 1:
int aisleNumber = 1;
Table queryTable = Table.query("SELECT * FROM RackNodes WHERE [Aisle #] == $1", aisleNumber);
The following error is reported when the query is executed:
exception: SqlQuery - Unknown error in: SELECT * FROM RackNodes WHERE [Aisle #] == $1
Did something change in 2022 Update 1 with respect to table queries? I did not find anything in the release notes.
Thanks!