An operation is case sensitive when uppercase and lowercase characters are treated differently.
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-sensitiveI 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-sensitiveShort question Is XML case-sensitive? Longer question For example: <Shirt color="Red"/> The attribute color is of type …
xml case-sensitiveIs there a reason why Oracle is case sensitive and others like SQL Server, and MySQL are not by default? …
oracle database-design case-sensitiveI 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-formattingI have found one example in Data and Communication Networking book written by Behrouza Forouzan regarding upper- and lowercase letters …
ascii bit-manipulation case-sensitiveI have a MySQL query: SELECT concat_ws(title,description) as concatenated HAVING concatenated LIKE '%SearchTerm%'; And my …
mysql case-sensitive sql-likeAre there any formal recommendations on element casing in XML? I know XHTML uses lowercase element names (as opposed to …
xml case-sensitivePossible Duplicate: Mysql Like Case Sensitive Mysql ignores case for its LIKE comparisons. How can you force it to perform …
mysql sql case-sensitive sql-likeI've run into a problem with git. Basically I set to false core.ignorecase because I wanted to change the …
git case-sensitive