On 5/10/07, Oleg Broytmann <[EMAIL PROTECTED]> wrote:
>Thank you. The fix will be in the next release. I think I can release
> 0.9.0 finally.
I think so too.
-
This SF.net email is sponsored by DB2 Express
Download DB2 Ex
On Thu, May 10, 2007 at 12:01:30PM +0200, Markus Gritsch wrote:
> On 5/10/07, Oleg Broytmann <[EMAIL PROTECTED]> wrote:
> > Thank you. Does the attached patch help?
>
> Yes.
Thank you. The fix will be in the next release. I think I can release
0.9.0 finally.
Oleg.
--
Oleg Broytmann
On 5/10/07, Oleg Broytmann <[EMAIL PROTECTED]> wrote:
>Thank you. Does the attached patch help?
Yes.
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
contro
On Thu, May 10, 2007 at 11:09:19AM +0200, Markus Gritsch wrote:
> File
>
> "C:\Python25\lib\site-packages\SQLObject-0.9.0b2-py2.5.egg\sqlobject\mysql\mysqlconnection.py",
> line 82, in makeConnection
>conn.set_character_set(self.dbEncoding)
> File "C:\Python25\lib\site-packages\MySQLdb\con
On 5/10/07, Oleg Broytmann <[EMAIL PROTECTED]> wrote:
>And what is the traceback? I don't have MySQL...
Traceback (most recent call last):
File "sepp.py", line 8, in
Person.dropTable(ifExists=True)
File
"C:\Python25\lib\site-packages\SQLObject-0.9.0b2-py2.5.egg\sqlobject\main.py",
li
On Wed, May 09, 2007 at 10:03:16AM +0200, Markus Gritsch wrote:
> specifying the MySQL connection URI without a 'charset' parameter no
> longer works. The regression was introduced from 0.9.0b1 to 0.9.0b2.
That, of course, is after the unicode patch.
> The following example demonstrates the p