Open GoogleCodeExporter opened 8 years ago
Actually this is fixed in the current code.
Line 45 of main should be changed from:
tablenames = db.dialect.table_names(conn, reflection_schema)
to
tablenames = db.dialect.get_table_names(conn, reflection_schema)
Original comment by la...@schwerzler.com
on 20 Feb 2012 at 3:31
[deleted comment]
I am using the latest sqlautocode-0.6b1 and it is still broken but making the
suggested change seems to work.
Original comment by ronsmit...@gmail.com
on 30 Nov 2012 at 4:50
Original issue reported on code.google.com by
la...@schwerzler.com
on 18 Feb 2012 at 1:14