Fair enough - any chance we can get that unicode branch opened up soon?
vic
On 8/31/06, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote:
> Essentially the problem is that this makes the psycopg2 backend
> behave differently from all the other backends. Thus many framework
> tests fail when using ps
crankycoder wrote:
> I really *really* need to be able to save and load unicode data in a
> non-painful way. I have to support at least English, Vietnamese, Thai
> and a half dozen other scripts.
Why can't you use utf-8 for this? I support a two-language site
(Russian, English) with psycopg1 an
On Aug 31, 2006, at 12:31 AM, crankycoder wrote:
> I basically need to be able to handle about a dozen languages all at
> the same time. That basically means I need Unicode to work. There's
> some patches in Trac that I've put up that handle all the cases that
> I'm currently aware of - some of
I should have elaborated on my problem.
I basically need to be able to handle about a dozen languages all at
the same time. That basically means I need Unicode to work. There's
some patches in Trac that I've put up that handle all the cases that
I'm currently aware of - some of which certainly
Jacob Kaplan-Moss wrote:
> On Aug 28, 2006, at 2:50 PM, Adrian Holovaty wrote:
> > On 8/28/06, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote:
> >> Are the any objections to changing the psycopg2 backend to behave the
> >> same was as the other ones (knowing that it's actually a step
> >> backwards)
On Aug 28, 2006, at 2:50 PM, Adrian Holovaty wrote:
> On 8/28/06, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote:
>> Are the any objections to changing the psycopg2 backend to behave the
>> same was as the other ones (knowing that it's actually a step
>> backwards)? Eventually the right thing to do
On 8/28/06, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote:
> Are the any objections to changing the psycopg2 backend to behave the
> same was as the other ones (knowing that it's actually a step
> backwards)? Eventually the right thing to do would be to make the
> *other* backends behave this way,
Howdy folks --
So it appears that the Django psycopg2 has a few issues that make it
operate differently than any other of the db backends. There's a
paste of the django test suite output at http://django.pastebin.com/
778189 which shows 6 failures, but actually there's only two things
wro