Ben Scherrey wrote:
> Doh! You're right. Changing the specification of url to varchar(100)
> resolves the error. Is there something about SqlObject that requires a
> size specification? I'd hate to have to go into all my databases and
> define column sizes for every element in the table structures. Most all
> of my data is specified as straight varchar.
I think it's a very thing, or maybe just a flaw in the method -- it
looks for types of "TEXT" but I believe Postgres prefers the name
"CHARACTER VARYING" and will return that type.
Anyway, I added it to the unit tests, and a fix should come along later.
--
Ian Bicking / ia...@co... / http://blog.ianbicking.org
|