From: Christopher S. <csi...@gm...> - 2008-02-13 23:11:29
|
On Wednesday 13 February 2008 05:12:13 Oleg Broytmann wrote: > On the other hand that could bring problems with SQL manipulations such > as ORDER BY... Not sure how important that functionality is, but couldn't problems be fixed by prepending zero padding? Perhaps the str.rjust() function could be used. I believe every DecimalCol explicitly declares a size, so the total width should be easy to calculate (i.e. size+1). cs |