[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: AW: [eclipselink-users] Minor Annoyance
|
- From: Roger <roger.varley@xxxxxxxxxxxxxx>
- Date: Fri, 6 Nov 2009 00:10:58 +0200
- Delivered-to: eclipselink-users@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=PuHJAjT/Azaa0hx67kBVICCRJsKvRKZ1Om8zYHlt+fw=; b=Gc2XLO6grDhY7GHkmmkmqkKdWiLYHNxjrA83MZFoxH46dQvuUTRwq8xLeWCZf5Aqy7 kxdFB2MSMT3a2cv0MOUBZCPq4gwmtDbaqLljbLrgOE6mApOrHEXXVL3L7AWOUng36tVN vTtbzSLQJpUhmgBQhaJ+UcGDZYNmiPxqJzMAA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:message-id; b=nal4MDcNNXdg34RHCGHiS52/+oT6tvO9Oq3h6FjzP7YST1KA4OrdtNMxLwKYGeeKxq 4jEuKz/pAxeJkjLNzaCNlHYqpigQNbIG+aWn8/4m2UzUWHULmPv6GqDW3zpK6dAGBbRU 5ThfchTa0O7QhhPTr3Fq/YQuVwaI5yKwIzCHg=
- User-agent: KMail/1.12.2 (Linux/2.6.27.37-0.1-pae; KDE/4.3.1; i686; ; )
>
> MySQL folds database and table names to lowercase on Windows by default,
> but this default can also be changed by the lower_case_table_names
> variable. On Unix, database and table names would be case sensitive by
> default since sensitivity is determined by the underlying filesystem.
>
Aah! Thanks for the confirmation. I'd been wondering about that - my
development environment is Windows & deployment is Unix. Fortunately,
EclipseLink seems to be case-agnostic, otherwise nothing would;ve worked!
Regards