Configuration: CentOS 5 (64bit), SA (trunk), Python 2.4.4, py-
MySQLdb-1.2.1, MySQL 5.1-current

Traceback (most recent call last):
  File "./indexer.py", line 79, in ?
    table[database][conf] = Table(conf, metadata, autoload=True)
  File "/usr/lib/python2.4/site-packages/sqlalchemy/schema.py", line
166, in __call__
  File "/usr/lib/python2.4/site-packages/sqlalchemy/engine/base.py",
line 809, in reflecttable
  File "/usr/lib/python2.4/site-packages/sqlalchemy/databases/
mysql.py", line 1095, in reflecttable
sqlalchemy.exceptions.NoSuchTableError: 'ford-focus'

Plain SQL works perfectly:

 SELECT *
FROM `ford-focus`
WHERE 1
ORDER BY `ford-focus`.`date` DESC
LIMIT 0 , 30


--~--~---------~--~----~------------~-------~--~----~
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