Subject | Re: [firebird-python] Re: pyfirebirdsql: error with very simple parameterized query |
---|---|
Author | Philippe Makowski |
Post date | 2011-09-12T09:14:42Z |
skoczian [2011-09-11 13:29] :
we should manage this
we should manage this
connection string
> I got these results:this not good, we have a bug
>
> Python 3.2.2 (default, Sep 4 2011, 09:07:29) [MSC v.1500 64 bit (AMD64)] on Gespenst, Standard
>>>> Aktuelle Parameter: ('X',)
> []
we should manage this
> Aktuelle Parameter: ('Ä',)this not good, we have a bug
> []
we should manage this
> Aktuelle Parameter: (b'\xc4',)this is ok, you send latin1 but you are connected with UTF8 in your
> Dynamic SQL Error
> SQL error code = -303
> Malformed string
connection string
>this is ok
> Aktuelle Parameter: (b'\xc3\x84',)
> [[4, 'Ä', 'äöüéàô']]
> Done
>