Closed GoogleCodeExporter closed 9 years ago
This actually fails for any column name that has an upper case character, ie:
Test, tEst, TEST, test
Only 'test' will return the actual values for me
Original comment by ohy...@gmail.com
on 8 Oct 2010 at 10:41
This may not be the mot elegant way of handling this, but it is simple.
Technically this would cause problems if you had two keys with the same value
but different cases; however, since you can't have two columns with the same
name, this may be irrelevant in this situation.
Original comment by mathos.m...@gmail.com
on 14 Oct 2010 at 4:52
Attachments:
This fix works, thank you very much!
Original comment by ohy...@gmail.com
on 14 Oct 2010 at 11:38
Thank you for the patch. I am applying it and will check it in shortly.
Original comment by pas...@gmail.com
on 21 Dec 2010 at 11:55
Fixed with check in r12
Original comment by pas...@gmail.com
on 22 Dec 2010 at 12:09
Original issue reported on code.google.com by
ohy...@gmail.com
on 8 Oct 2010 at 10:39