[PHP3] mysql is case sensitive? (fwd)

From: The Hermit Hacker <scrappy(at)hub(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: [PHP3] mysql is case sensitive? (fwd)
Date: 1999-08-06 08:25:22
Message-ID: Pine.BSF.4.10.9908060523570.401-100000@thelab.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


This one takes the cake...by default, I guess, when you create the
column, it is not-case sensitive...you have to create the column as
something like:

COL1 VARCHAR(12) BINARY

to make it case sensitive...

Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy
Systems Administrator @ hub.org
primary: scrappy(at)hub(dot)org secondary: scrappy(at){freebsd|postgresql}.org

---------- Forwarded message ----------
Date: Fri, 6 Aug 1999 15:21:44 +0800
From: bben <bben(at)wisdomcomputer(dot)com>
Reply-To: bben <bben(at)163(dot)net>
To: phpmailist <php3(at)lists(dot)php(dot)net>
Subject: [PHP3] mysql is case sensitive?

hello,

I use mysql3.22.25 on linux,
I found mysql is not case sensitive,
for example,I use : "select 'abc'='ABC'"
It return 1.

How can I set mysql to case sensitive?
Thanks.
.___.
/ \
| O _ O |
/ \_/ \
.' / \ `.
/~ | | ~\
(_ | | _)
~ \ / ~
__\_>-<_/__
~;/ \;~

Browse pgsql-hackers by date

  From Date Subject
Next Message Adriaan Joubert 1999-08-06 09:01:55 Re: [HACKERS] ERROR: btree scan list trashed ??
Previous Message Vadim Mikheev 1999-08-06 08:12:59 Re: [HACKERS] Idea for speeding up uncorrelated subqueries