[postmodern-devel] How to remove trailing spaces?
Marijn Haverbeke
marijnh at gmail.com
Mon Feb 28 14:37:51 UTC 2011
Hi Slobodan,
Firstly, I very much doubt Postmodern will be faster for fixed-length
fields. I doesn't special-case them at all, so they are sent in the
exact same way as other strings. And even if they were, there is no
reason they'd be faster -- the Postgres protocol null-terminates every
string.
But if you need fixed-width fields, you can probably add a
initialize-instance :after method to your DAO class that sanitizes the
strings.
Best,
Marijn
More information about the postmodern-devel
mailing list