[Zope] Gadfly table change
douwe@oberon.nl
douwe@oberon.nl
Fri, 21 Jun 2002 10:05:51 +0200
Hi,
> The reason you cannot alter tables in Gadfly is that it does not
> support NULLs.. (one of it biggest shortcomings, IMHO)
>
> Seems to me you are using an old insert method that
> does not set those new columns to anything, and as Gadlfy cannot (as other
> RDBMSes would) just insert NULLs there , it chokes and gives you an
> error instead..
>
> Check the method in from which you try to do the insert, and make sure
> you give a value for each of the new columns..
Yes, something like it. I forgot to update the fieldname list of the
insert part. Thanks.
Douwe