Jeroen Ruigrok van der Werven wrote:
> On 5/28/06, gabor <[EMAIL PROTECTED]> wrote:
>> further debugging showed, that psycopg is at fault, because it quotes
>> byte-string params, but not unicode-string params.
>>
>> also, take an unicode string, like u"gábor" (my name :-). you can assign
>> it into a charfield, and if you save the model using sqlite3, it's going
>> to be ok. but if you do it with psycopg, you get a segmentation fault
>> (on fedora), or a bus-error (on osx). this is again a problem with psycopg.
> 
> Comment from out of nowhere: how does psycopg2 hold itself in these cases?
> 

it works fine in all the cases...

now i just have to install mysql and check that out too :)


gabor

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers
-~----------~----~----~----~------~----~------~--~---

Reply via email to