On Mon, Oct 09, 2000 at 02:30:51AM -0400, Jesse wrote:
authorivan <ivan>
Mon, 9 Oct 2000 10:51:43 +0000 (10:51 +0000)
committerivan <ivan>
Mon, 9 Oct 2000 10:51:43 +0000 (10:51 +0000)
commita875043efcdcd5f56956a3015660b3167dfeb7c0
tree5a89e6aeb1c3142d59d5ee75f87d2034837cc527
parent5606f44c8c8134c605d5f5cb05b2e57a4b34e0b3
On Mon, Oct 09, 2000 at 02:30:51AM -0400, Jesse wrote:
>
> DBIx::DBSchema::Column->new  Takes a large # of params in order. why not use $
> named args convention? it would make extensibility much easier. it would make$
> easier to figure out what was going on.
>
> It seems like the 'default' values aren't being quoted. this seems to not
> work so well :/
>
> DBSchema line 200. the pod says sql_string, but it's actually 'sub sql'
DBSchema.pm
DBSchema/Column.pm
DBSchema/Table.pm