From: Mike M. <zo...@je...> - 2004-10-28 07:23:09
|
Hi Nicola. Nicola Larosa wrote: > I'm not claiming to be an expert, but I didn't see anything in the code that > needs the original unicode type, and nothing else. So yes, you should go > ahead, IMO. Thanks for the tips. I've reported it as bug. Meanwhile I've managed to find a workaround that's at least slightly preferable than using a hacked pyPgSQL.py. Luckily I had a wrapper around the callproc() method, so I've just added a few lines of code to convert all of my parameters to regular unicode strings before passing them on. Mike. |