Subject Disabling Firebird extensions
Author Rick Debay
Would it be possible to have a strict mode for Firebird, where Firebird
extensions would be invalid?

-----Original Message-----
From: firebird-support@yahoogroups.com
[mailto:firebird-support@yahoogroups.com] On Behalf Of Ann W. Harrison
Sent: Friday, July 21, 2006 1:53 PM
To: firebird-support@yahoogroups.com
Subject: Re: [firebird-support] how to NOT ignore case?

martinknappe wrote:
>
> as it turns out, the default behaviour seems to be that case is being
> ignored when using "containing"..how can i disable that?
>

You can't - containing is a Firebird extension of SQL that is explicitly
case insensitive. However, you can use LIKE which is case sensitive if
the collation is case sensitive.

Regards,

Ann