Hi! * Christoph Zwerschke <[email protected]> [10-03-26 15:41]: > Am 26.03.2010 13:08 schrieb Lars Noschinski: > > curs.execute("INSERT INTO foo VALUES (%s)", ["\\"]) > > curs.execute("INSERT INTO foo VALUES (%s)", [pgdb.Binary("\\")]) > > the latter approach is correct and working properly since PyGreSQL 4.0. > Older versions had Problems with backslashes, as you experienced.
Thanks for the swift answer! -- Lars _______________________________________________ PyGreSQL mailing list [email protected] http://mailman.vex.net/mailman/listinfo/pygresql
