[rt-users] Problem with make install
Alex Pilosov
alex at pilosoft.com
Sun Mar 4 19:58:16 EST 2001
On Sun, 4 Mar 2001, Jesse wrote:
> On Fri, Mar 02, 2001 at 09:48:07PM -0500, Alex Pilosov wrote:
> > > > Disabled bool NOT NULL DEFAULT 0
> > Obviously it should be default 'f' for postgres. ;)
>
> Actually, the problem is that not all databases support 'bool'.
> To make database layer as transparent as possible, the datatype
> for 'boolean' fields has been changed to 'int2', (0 is false, 1 is true);
Mkay. I guess that'll work.
> > Can you move that attr a bit up in schema definition, so all non-nulls
> > fields go first?
>
> Any particular reason?
Nah, just cleanliness. no particular reason if its not a simple move.
More information about the rt-users
mailing list