Am 20.11.2015 um 18:38 schrieb D'Arcy J.M. Cain:
ProgrammingError: ERROR: invalid value for parameter "lc_monetary": "en_US"
Does it work if you change "en_US" to "en_US.UTF-8"? In the test we need a way to force Postgresql to use different output formats for money, in order to test that set_decimal_point() has an effect.
-- Christoph _______________________________________________ PyGreSQL mailing list [email protected] https://mail.vex.net/mailman/listinfo.cgi/pygresql
