Update Table.pm, add local_options
[DBIx-DBSchema.git] / DBSchema / Table.pm
2007-10-27 ivanUpdate Table.pm, add local_options
2007-08-14 ivanimplement column dropping
2007-08-14 ivanMake table dropping optional, not the default.
2007-08-14 jesse* First cut at shutting up index/unique calls from...
2007-07-05 ivandrop table patch from Slaven, closes: CPAN#27936
2007-06-29 ivan0.33
2007-06-29 ivanindex updating now can rename indices on Pg v8+, for...
2007-06-28 ivanoverhaul of index representation: indices (both normal...
2006-03-30 ivanincrement the version numbers in Column.pm and Table...
2006-03-30 ivan - more schema update stuff: DBIx_DBSchema_0_31
2005-11-28 ivantiny bit of cleanup
2005-11-28 ivanInitial SQLite support from Jesse Vincent
2005-08-16 ivannew Column::sql_add_column method DBIx_DBSchema_0_27
2002-09-19 ivan Pg reverse-engineering fix: now sets default DBIx_DBSchema_0_21
2002-03-04 ivan0.20
2002-03-04 ivandoc
2001-10-23 ivanhopefully finally get rid of the
2001-07-30 ivanprimary key Pg fix
2001-07-30 ivandelcolumn, version bump for dependencies
2001-07-08 ivancredit!
2001-07-08 ivanpatch from Mark Ethan Trostler <mark@zzo.com>
2001-05-09 ivanMySQL doesn't need special index processing anymore.
2001-03-03 ivanrework Table->new interface for extensibility
2001-01-05 ivanindex fixes, oops DBIx_DBSchema_0_16
2000-10-24 ivanserial datatype emulation for mysql
2000-10-11 ivanexplicitly disconnect if created_dbh
2000-10-09 ivanget rid of use of uninitialized value errors
2000-10-09 ivanOn Mon, Oct 09, 2000 at 02:30:51AM -0400, Jesse wrote:
2000-10-07 ivanadded typemap foo and default values
2000-09-27 ivanbugfixes
2000-09-27 ivanbugs
2000-09-27 ivanimplement pretty_read
2000-09-27 ivanremove some debugging cruft, oops
2000-09-27 ivanget rid of superfluous _from_dsn methods
2000-09-26 ivaninitial import START