On Montag, 25. Juni 2007, Kelvin Williams wrote: > Many thanks Klaus. > > Changing the data type to integer worked perfectly. > > In postgresqldb.sh, someone may want to modify the create table statement: > > CREATE TABLE address ( > id $AUTO_INCREMENT, > grp smallint NOT NULL default '0', > ip_addr varchar(15) NOT NULL default '', > mask $TINYINT NOT NULL default 32, > port smallint NOT NULL default '0' > ) $TABLE_TYPE;
Hello Kelvin, i've changed the mask datatype to SMALLINT in the 1.2 branch, in trunk its already fixed. Cheers, Henning _______________________________________________ Users mailing list [email protected] http://openser.org/cgi-bin/mailman/listinfo/users
