Jason Kirtland
177d30cc01
- Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData instead
...
- Deprecated BoundMetaData- use MetaData instead
- Removed DMD and BMD from documentation
2007-07-06 00:58:09 +00:00
Mike Bayer
8d2c9ae434
- mysql uses "DESCRIBE [<schemaname>].<tablename>", catching exceptions
...
if table doesnt exist, in order to determine if a table exists.
this supports unicode table names as well as schema names. tested
with MySQL5 but should work with 4.1 series as well. (#557 )
2007-04-29 20:08:55 +00:00
Mike Bayer
07cd648f3f
- got unicode schemas to work with postgres
...
- unicode schema with mysql slightly improved, still cant do has_table
- got reflection of unicode schemas working with sqlite, pg, mysql
2007-04-15 22:04:53 +00:00
Mike Bayer
32440f2b3b
- preliminary support for unicode table and column names added.
2007-03-27 16:04:34 +00:00