Joined: Fri Mar 28, 2008 9:45 pm Posts: 2 Location: Eugene, Oregon
|
Is there any good way for my custom PostgreSQL dialect to express that I want the default varchar length to be unlimited - that is, to have Strings map to "varchar" by default rather than "varchar(255)"? In PostgreSQL the length specification is entirely optional (only useful as an actual constraint), so I'd rather be rid of it rather than have to think about whether each String property could conceivably be longer than 255 characters.
|
|