From: | Dave Cramer <davecramer(at)postgres(dot)rocks> |
---|---|
To: | fcscanf(at)outlook(dot)com, pgsql-bugs(at)lists(dot)postgresql(dot)org |
Subject: | Re: BUG #16893: JDBC Error |
Date: | 2021-03-01 01:28:04 |
Message-ID: | CADK3HH+XZXVpOwpQrTtsDFiX9Szx1eFK9zSGxoUGuQcJW+Zd3A@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Can you provide me with example code which produces this error ?
Dave Cramer
www.postgres.rocks
On Wed, 24 Feb 2021 at 03:48, PG Bug reporting form <noreply(at)postgresql(dot)org>
wrote:
> The following bug has been logged on the website:
>
> Bug reference: 16893
> Logged by: Fcant
> Email address: fcscanf(at)outlook(dot)com
> PostgreSQL version: 13.1
> Operating system: CentOS
> Description:
>
> I did a pagination query using PSQL’s JDBC to query the total number of
> records using select count (*) , but the JDBC driver is ERROR: Error:
> argument of OFFSET must B E Type bigint, not type character varying.
> However, the offset keyword is not actually used in the select count (*)
> statement.
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2021-03-01 01:34:55 | Re: Bug : Did't show Constaint violation error |
Previous Message | David G. Johnston | 2021-02-28 23:05:42 | Re: Bug : Did't show Constaint violation error |