============================================================================
POSTGRESQL BUG REPORT TEMPLATE
============================================================================
Your name : Martin Bednar
Your email address : bednar@triax.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:
---------
--------------------------------------------------------------------------