From: | Unprivileged user <nobody> |
---|---|
To: | pgsql-ports(at)postgresql(dot)org |
Subject: | Port Bug Report: JDBC dosn't work correctly under IBM's JDK 1.1.7 |
Date: | 1999-06-25 15:24:11 |
Message-ID: | 199906251524.LAA00599@hub.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-ports |
============================================================================
POSTGRESQL BUG REPORT TEMPLATE
============================================================================
Your name : Martin Bednar
Your email address : bednar(at)triax(dot)cz
Category : runtime: front-end: Java
Severity : critical
Summary: JDBC dosn't work correctly under IBM's JDK 1.1.7
System Configuration
--------------------
Operating System : Win95
PostgreSQL version : 6.0
Compiler used :
Hardware:
---------
Pentium Celeron 300MHz, 128MB RAM
Versions of other tools:
------------------------
IBM JDK 1.1.7
--------------------------------------------------------------------------
Problem Description:
--------------------
If I use:
stmt = con.createStatement();
rs = stmt.executeQuery("SELECT * FROM stock WHERE id='1221');
throw SQLException
under SUN JDK 1.1.7B it works OK.
--------------------------------------------------------------------------
Test Case:
----------
--------------------------------------------------------------------------
Solution:
---------
--------------------------------------------------------------------------
From | Date | Subject | |
---|---|---|---|
Next Message | Ted Nolan SRI Augusta GA | 1999-06-25 16:22:18 | NT Port -- semaphores + running postmaster as daemon (service?) |
Previous Message | Chris Bitmead | 1999-06-25 14:58:20 | Severe SUBSELECT bug in 6.5 CVS |