Re: PostGres ODBC -- Multiple ordinal parameters ?

Clemens Ladisch <[email protected]> Mon, 3 Jun 2019 23:34:46 +0200
Newsgroups gmane.comp.db.postgresql.odbc
Message-ID <[email protected]>
Joe Pence wrote:
> I'm not sure if this is expected behavior or a bug, but I had noticed that
> there's an issue in pulling prepared queries with multiple ordinal
> parameters.

The ODBC specification requires parameter markers to be question marks.

I do not know if ordinal parameter markers (a non-standard PG extension)
are supposed to be supported in the ODBC driver.


Regards,
Clemens