[rt-users] Problem with make install

stephen at acgroup.ucsc.edu stephen at acgroup.ucsc.edu
Fri Mar 2 14:50:21 EST 2001


Well if not I suppose you can change the table structure in RT
to use int4...



On Fri, 2 Mar 2001, Don Lafontaine wrote:

> 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
> > >
>
>
> _______________________________________________
> 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