Re: SQL statements error in pgsql 16 but not in pgsql 12 - Mailing list pgsql-sql

From Frank Komsic
Subject Re: SQL statements error in pgsql 16 but not in pgsql 12
Date
Msg-id BL3PR05MB92365E0925E92F6830C83229B3A22@BL3PR05MB9236.namprd05.prod.outlook.com
Whole thread Raw
In response to Re: SQL statements error in pgsql 16 but not in pgsql 12  ("David G. Johnston" <david.g.johnston@gmail.com>)
List pgsql-sql

Thank you for your reply.

 

I gather I will have to lookover the entire code and set the SQL statements correctly.

 

Thanks


Frank

 

From: David G. Johnston <david.g.johnston@gmail.com>
Date: Monday, July 15, 2024 at 7:24
PM
To: Frank Komsic <komsicf@shoeicanada.com>
Cc: pgsql-sql@lists.postgresql.org <pgsql-sql@lists.postgresql.org>
Subject: Re: SQL statements error in pgsql 16 but not in pgsql 12

On Mon, Jul 15, 2024 at 3:57 PM Frank Komsic <komsicf@shoeicanada.com> wrote:

The above sql command works in version 12 but does not work in version 16 due to missing space in “WHERE (lot = 19749OR lot= 19750)”

 

Why did this work before and now it does not work?

 

 

It seems to be a side-effect of supporting non-decimal literals.

 

Git: 6fcda9aba83449082124825b6d375c0a61e21c42

 

This comment in particular refers to a v15 change that is probably related if you want to dive deeper.

 

 

Suffice to say, we became more strict here since v12 and you will need to modify the query accordingly.

 

David J.

pgsql-sql by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: SQL statements error in pgsql 16 but not in pgsql 12
Next
From: Bharani SV-forum
Date:
Subject: Re: SQL statements error in pgsql 16 but not in pgsql 12