From: Christopher S. <csi...@gm...> - 2008-02-14 16:40:17
|
On Thursday 14 February 2008 10:31:10 Oleg Broytmann wrote: > I will add documentation explaining the type affinity problem in SQLite. I think that's a good idea. Let me know if I can help. > There will be a new DecimalStringCol that stores Decimals as text. If > you want quantization please write a validator class, and I will include it > into SQLObject. I'll be happy to write a validator class for DecimalStringCol - that's easy, if I can pass it it size/precision. What I can't figure out is how to set the state for the validator. Where in the code do these validators get called? cs |