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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to