gnue-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUe-dev] [BUG] importing app-server schema to firebird 1.0.3


From: Roland
Subject: [GNUe-dev] [BUG] importing app-server schema to firebird 1.0.3
Date: Sat, 14 May 2005 19:31:23 +0200
User-agent: KMail/1.6

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]