On Thu, Apr 15, 2010 at 2:12 PM, Michael Bayer <mike...@zzzcomputing.com> wrote:
> you'd use VARCHAR, CHAR is fixed width.   If you want to force it, use a 
> TypeDecorator that calls strip() on the returned values.

Yes, thanks.

I got confused because of the concat operator (||) in PostgreSQL. The
operator considers the blank characters as semantically insignificant
and remove them.


-- 
Eric Lemoine

Camptocamp France SAS
Savoie Technolac, BP 352
73377 Le Bourget du Lac, Cedex

Tel : 00 33 4 79 44 44 96
Mail : eric.lemo...@camptocamp.com
http://www.camptocamp.com

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to