If we execute a query like this one on PostgreSQL:
The following exception is thrown:
That’s because the generated SQL query does not preserve the semicolons:
and this one fails in PostgreSQL. If the semicolons were preserved, then this SQL query would have worked just fine:
|