NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
PostgreSQL (Score:2)
Ooh, on that note, you might be just the guy to help me write a new PostgreSQL driver. I haven't had the time to work on it in a few weeks, but I'm hoping to get back to it soon...
--David
Re:PostgreSQL (Score:1)
Alternatively, any idea how hard it would be to add in myself? I haven't looked at the source yet...
-Dom
Re:PostgreSQL (Score:1)
If you build your database with
--enable-multibyteand create the database with-E UNICODE, doesn't it just work?--David
Re:PostgreSQL (Score:1)
Re:PostgreSQL (Score:2)
This works perfectly for me:
Are you sure that PostgreSQL is compiled with
--enable-multibyte? Try addinguse utf8;. (Perhaps we should move this discussion to dbi-users@perl.org.)--David
Reply to This
Parent