Mamta Satoor wrote:
I have spent some time exploring the code to see how the Locale info can be passed to a datatype's locale sensitive methods. What I am finding is that these locale sensitive methods, for instance setValue method in datatype like SQLTime, get called from many different places in the Derby code. Now, I might be single tracking my thoughts here, but it seems to me that context stack might be the right way for these different callers to get handle of locale info and pass it to the setValue methods. Maybe there are some other solutions too which I am not able to visulaize at this point.
Is there a list of logical operations/method calls/classes that need locale based information, and what type of information they need?
Is there some design or thoughts on how locale based ordering (DERBY-1478) is going to be implemented?
I'm not sure I understand the scope of the problem here. Dan.
