Re: PostgreSQL/Oracle/MSSQL differences (was: streaming result - Mailing list pgsql-jdbc

From Hale Pringle
Subject Re: PostgreSQL/Oracle/MSSQL differences (was: streaming result
Date
Msg-id HIEOJHJBFLIEMFCAOMOEKELDCGAA.halepringle@yahoo.com
Whole thread Raw
In response to Re: PostgreSQL/Oracle/MSSQL differences (was: streaming result  (Scott Lamb <slamb@slamb.org>)
Responses Re: PostgreSQL/Oracle/MSSQL differences (was: streaming result  ("David Hooker" <dhooker@a4networks.com>)
List pgsql-jdbc
One big difference that you should look for is case sensitivity in WHERE
clauses.  I know that SQL-SERVER defaults to case-insensitive and you have
to go through hoops to do a case sensitive search.  PostreSQL defaults to
case sensitive and uses the non-standard "ILIKE" verb to generate a
case-insensitive WHERE clause.


pgsql-jdbc by date:

Previous
From: Larry LeFever
Date:
Subject: Re: OID-problem: metadata: use of TableGen O/R-mapper
Next
From: "Tim Barnard"
Date:
Subject: postgreSQL 7.2.3: jdbc compile problem