why Codeigniter database query is case-insensitive? |
(04-13-2019, 06:07 AM)squashking Wrote: Hi guys, What is the data type of the 'code' column? Can you confirm that the Collation for the code column is utf8_bin? In other words, it has not been set to a Collation different than the table default. I cannot test the idea that it's a "Windows" OS case sensitivity issue. It certainly doesn't have anything to do with column names. That said and for what it's worth, I cannot recreate your problem on my Linux based OS. The results are case sensitive in my test using CodeIgniter version 3.1.9 |
Messages In This Thread |
why Codeigniter database query is case-insensitive? - by squashking - 04-13-2019, 06:07 AM
RE: why Codeigniter database query is case-insensitive? - by muuucho - 04-13-2019, 07:31 AM
RE: why Codeigniter database query is case-insensitive? - by dave friend - 04-13-2019, 08:33 AM
RE: why Codeigniter database query is case-insensitive? - by squashking - 04-13-2019, 06:12 PM
|