-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Using sqlautocode 0.6.6
Trying to inspect a sqlite database:
$ sqlautocode sqlite:///photos.db -o db.py
Starting...
Traceback (most recent call last):
File "/home/mathieu/Work/python-fspot/env/bin/sqlautocode", line 9, in <module>
load_entry_point('sqlautocode==0.6b1', 'console_scripts', 'sqlautocode')()
File "/home/mathieu/Work/python-fspot/env/lib/python2.6/site-packages/sqlautocode-0.6b1-py2.6.egg/sqlautocode/main.py", line 41, in main
reflection_schema = db.dialect.get_default_schema_name(conn)
AttributeError: 'SQLiteDialect_pysqlite' object has no attribute
'get_default_schema_name'
$ ls -l photos.db
-rw-r--r-- 1 mathieu mathieu 0 2011-01-24 10:31 photos.db
Original issue reported on code.google.com by leplat...@gmail.com on 24 Jan 2011 at 10:20