On Mon, 23 Nov 2015 10:12:12 +0100 Christoph Zwerschke <[email protected]> wrote: > So I think this has something to do with the encoding and locale with > which the test database has been set up. You can see it with "psql > -l". I have set up my databases with UTF8, which was the default on > my systems. Now I remember you said you were using ascii databases.
Right. I have actually started updating my production databases but not my test one. I could easily drop and recreate it but first we should decide if it should work with ASCII databases. Many people will still have them. Are we going to require UTF8 for 5.x? If so then I will go ahead and upgrade. If not then we should query the database type and skip tests if they don't apply. I will leave my test database as it is until we decide. The 4.x branch tests runs just fine against it btw. -- D'Arcy J.M. Cain PyGreSQL Development Group http://www.PyGreSQL.org IM:[email protected] _______________________________________________ PyGreSQL mailing list [email protected] https://mail.vex.net/mailman/listinfo.cgi/pygresql
