Friday, January 30, 2009

My Collection - Release 1.3.13

I've changed the code that handles the title sort. I switched from handling the 'The ' and 'A ' in Java to handling it in the query. I really should have done it that way to begin with but I was trying to save processing time in the select query by writing a pre-trimmed value to sort by as a hidden field. The code to trim the 'A ' and 'The ' off at query time was simple enough that I like this solution better and I can drop the extra column at a later date.

No comments:

Post a Comment