From: | pgsql-bugs(at)postgresql(dot)org |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Bug #694: can't store {digits} using JDBC |
Date: | 2002-06-20 18:16:06 |
Message-ID: | 20020620181606.EFCC74765F4@postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Dan Brown (dbrown(at)pingtel(dot)com) reports a bug with a severity of 2
The lower the number the more severe it is.
Short Description
can't store {digits} using JDBC
Long Description
We are using the JDBC driver, and are losing partial data. Whenever we try to store {digits} (note: exactly as shown with the curly brackets) we are finding that postgres is storing it as " igits ". We can insert it via psql correctly, but not via the JDBC driver. Also note, if we store something like {vdigits}, we have no problem.
Also, it works fine in Oracle 8.
The version of postgreSQL we are using is:
PostgreSQL 7.2.1 on i686-pc-cygwin, compiled by GCC 2.95.3-5
( we are also seeing the same problem in Linux ).
Sample Code
No file was uploaded with this report
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2002-06-20 21:25:58 | Re: Patch for memory leaks in index scan |
Previous Message | Ingo Ciechowski | 2002-06-20 15:28:31 | WHERE <timestamp-val>=NULL malfunction in release 7.2 |