i googled around a bit about case insensitive search in apache derby. all google results are very old (2007 the latest). i found that is impossible to search case insensitive without loosing the index ("LOWER" don't uses the index).
Is this still true? Or is there a way to get case insensitive search on indexed varchar/text columns?
thx in advance