validating our java/pg/liquibase stack on a new macos:m1 that works as expected on (linux,macosx):x86
error is:
Caused by: org.postgresql.util.PSQLException: ERROR: syntax error at or near “#”
exemplary sql script:
# note: this is a note
insert into ...
q: any thoughts as to why we would encounter this issue when deploying a working x86 stack on macos:m1
in bootstrapping the new dev mbp i did run into some interesting zsh globbing situations that are unique to this install as well. can’t entirely see why that would be related to what we are encountering at the lb/db/jdbc/sql layer though.
[update] i would like to resolve/remove this issue as given some time to think about this situation i suspect the errant ‘#’ chars were added to the liquibase scripts after they were applied via liquibase and as such not valid.