[rt-users] Problem with make install
Don Lafontaine
lafont02 at cn.ca
Fri Mar 2 16:24:27 EST 2001
OK, I changed the etc/schema.pm file to replace 0 with FALSE and it
installed. Now if the software uses 0 and 1 I'm not sure if it will pass.
Thanks!
Don.
stephen at acgroup.ucsc.edu wrote:
> Not sure how you fix it but what it is saying is that Disabled in the
> table is defined as a boolean = true or false, it cannot take '0' or '1'
> as values unless it were cast at int4 (4 byte integer).
>
> > Disabled bool NOT NULL DEFAULT 0
> > )
> >
> > ERROR: Attribute 'disabled' is of type 'bool' but default expression is
> > of type 'int4'
> > You will need to rewrite or cast the expression
> > Database handle destroyed without explicit disconnect, <STDIN> chunk 2.
> >
> >
> > Any clues?
> >
> > Thanks folks!
> > Don.
> >
> >
> > _______________________________________________
> > rt-users mailing list
> > rt-users at lists.fsck.com
> > http://lists.fsck.com/mailman/listinfo/rt-users
> >
More information about the rt-users
mailing list