Re: PostgreSQL/Oracle/MSSQL differences (was: streaming result

From: "Hale Pringle" <halepringle(at)yahoo(dot)com>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: PostgreSQL/Oracle/MSSQL differences (was: streaming result
Date: 2002-11-14 22:30:45
Message-ID: HIEOJHJBFLIEMFCAOMOEKELDCGAA.halepringle@yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Nic Ferrier 2002-11-15 00:07:49 Re: streaming result sets: progress
Previous Message Larry LeFever 2002-11-14 21:37:09 Re: OID-problem: metadata: use of TableGen O/R-mapper