Initial SQLite support from Jesse Vincent
[DBIx-DBSchema.git] / TODO
1 named indices (index representation needs an overhaul)
2
3 multiple primary keys (oracle, db2, others?)
4
5 better documentation for Column::sql_add_column
6
7 Additional transformations (deleted, modified columns, added/modified/indices
8 (probably need em named first), added/deleted tables
9
10 port and test with additional databases
11
12 sql CREATE TABLE output should convert integers
13 (i.e. use DBI qw(:sql_types);) to local types using DBI->type_info plus a hash
14 to fudge things