[sqlalchemy] How to get the character limit of a string or unicode table column

2009-11-15 Thread BruceC
Hi all, I'm trying to implement a character counter on all textarea fields in my Elixir-SQLA-Pylons app, need to find a way to determine the maximum number of characters a given column can hold, so I can supply the character counter with a Maximum characters value. Anyone know of a simple

[sqlalchemy] Re: How to get the character limit of a string or unicode table column

2009-11-15 Thread Gaetan de Menten
On Mon, Nov 16, 2009 at 06:57, BruceC bruce.co...@hp.com wrote: I'm trying to implement a character counter on all textarea fields in my Elixir-SQLA-Pylons app, need to find a way to determine the maximum number of characters a given column can hold, so I can supply the character counter