Hi there,

during the first schema import of a new db, the following happens with 
firebird 1.0.3:

/usr/local/gnue/share/gnue/appserver# gnue-schema -u XXXX -p XXXX \
        --connection=gnue gnue.gsd
[cut]
DB000:  ProgrammingError: (-607, 'isc_dsql_prepare: Dynamic SQL Error. SQL 
error code = -607. Invalid command. Specified domain or source column BOOLEAN 
does not exist. ')

at this point three tables where created: GNUE_CLASS, GNUE_MESSAGE, 
GNUE_MODULE

After creating a domain 'boolean' everything works fine:
# create domain boolean as smallint default 0 not null check (value in (0,1));

versions:
gnue-appserver-0.4.1
gnue-common-0.5.14
firebirdcs-1.0.3.972-0.64IO

Greetings,

Roland

PS: please CC me, i'm not subscribed to this list.


_______________________________________________
Gnue-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnue-dev

Reply via email to