Top "Case-sensitive" questions

An operation is case sensitive when uppercase and lowercase characters are treated differently.

Case-insensitive search using Hibernate

I'm using Hibernate for ORM of my Java app to an Oracle database (not that the database vendor matters, we …

sql hibernate select case-sensitive
Oracle - Select where field has lowercase characters

I have a table, users, in an Oracle 9.2.0.6 database. Two of the fields are varchar - last_name and first_…

sql oracle select indexing case-sensitive
Is XML case-sensitive?

Short question Is XML case-sensitive? Longer question For example: <Shirt color="Red"/> The attribute color is of type …

xml case-sensitive
Reason why oracle is case sensitive?

Is there a reason why Oracle is case sensitive and others like SQL Server, and MySQL are not by default? …

oracle database-design case-sensitive
Windows batch command to ignore case sensitivity in variables

I have a set of variables I allow some people I work with to edit. These are True (T) and …

variables batch-file case-sensitive code-formatting
How do uppercase and lowercase letters differ by only one bit?

I have found one example in Data and Communication Networking book written by Behrouza Forouzan regarding upper- and lowercase letters …

ascii bit-manipulation case-sensitive
Like Case Sensitive in MySQL

I have a MySQL query: SELECT concat_ws(title,description) as concatenated HAVING concatenated LIKE '%SearchTerm%'; And my …

mysql case-sensitive sql-like
Case conventions on element names?

Are there any formal recommendations on element casing in XML? I know XHTML uses lowercase element names (as opposed to …

xml case-sensitive
How do you force mysql LIKE to be case sensitive?

Possible Duplicate: Mysql Like Case Sensitive Mysql ignores case for its LIKE comparisons. How can you force it to perform …

mysql sql case-sensitive sql-like
Case sensitivity in Git

I've run into a problem with git. Basically I set to false core.ignorecase because I wanted to change the …

git case-sensitive