Anil wrote:
> Actually, there was some information in the logs that I just noticed
> that might help detect the problem (some kind of unicode issue?):
> 
> 12:58:21,710 INFO  [sqlalchemy.engine.base.Engine.0x..50] SHOW CREATE
> TABLE `User`
> 12:58:21,711 INFO  [sqlalchemy.engine.base.Engine.0x..50] None
> 12:58:21,802 WARNING sqlalchemy
> /home/aj99243/lib/python2.5/site-packages/SQLAlchemy-0.4.0beta3-py2.5.egg/sqlalchemy/databases/mysql.py:1891:
> RuntimeWarning: Unknown schema content: u'  PRIMARY KEY  USING BTREE
> (`id`),'
>   repr(line)))
> 12:58:21,805 INFO sqlalchemy.engine.base.Engine.0x..50 SHOW VARIABLES
> LIKE 'character_set%%'

Ok, this is now fixed in r3412.  Sorry it didn't make it into beta4! 
It's a *very* simple change if you want to update your copy of 
SQLAlchemy directly:

http://www.sqlalchemy.org/trac/changeset/3412



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

Reply via email to