Postgres / Glorp

Norbert Hartl norbert at hartl.name
Mon May 14 16:42:15 UTC 2007


On Mon, 2007-05-14 at 12:32 -0400, Alan Knight wrote:
> As far as Glorp goes, DatabasePlatform has an attribute
> "characterEncoding", which will be used for certain types of
> conversions. But I'm not sure what the interaction with the Squeak
> postgresql drivers would be there. Setting that would probably work OK
> as long as they're not using binding.
> 

Oh, I need to look at that. The postgresql driver in squeak has
a mapping of database type oids to type converters. My hack was
to add type converters for varchar and text columns to convert
from utf8.

Norbert




More information about the Squeak-dev mailing list