diff options
author | ivan <ivan> | 2004-04-29 09:23:31 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-04-29 09:23:31 +0000 |
commit | ee146c3eada3bdb419ba471dd6df5e889d7dd7e5 (patch) | |
tree | 37658dbe6ba8c0806d7ffbaffd9910d8889deff6 /install/5.005/DBIx-DBSchema-0.23-5.005kludge/TODO | |
parent | c29fa7acc16efcc86af06077e739fca8b783c3c1 (diff) |
adding DBD::Pg and DBIx::DBSchema for 5.005. argh freebsd and solaris!
Diffstat (limited to 'install/5.005/DBIx-DBSchema-0.23-5.005kludge/TODO')
-rw-r--r-- | install/5.005/DBIx-DBSchema-0.23-5.005kludge/TODO | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/install/5.005/DBIx-DBSchema-0.23-5.005kludge/TODO b/install/5.005/DBIx-DBSchema-0.23-5.005kludge/TODO new file mode 100644 index 000000000..e75850bdb --- /dev/null +++ b/install/5.005/DBIx-DBSchema-0.23-5.005kludge/TODO @@ -0,0 +1,6 @@ +port and test with additional databases + +sql CREATE TABLE output should convert integers +(i.e. use DBI qw(:sql_types);) to local types using DBI->type_info plus a hash +to fudge things + |