DBA login problem after restore
Hi ! I've been having problems getting DB restoration working correctly. After much trial and error, I got as far as getting all data in with the following: dbmcli -s db_create $DBNAME $DBMUSER,$DBMPWD
(Another) Outer join / OR problem.
Found this bug through some automatically generated code: create table things ( id int, name varchar(20) ); create table categories ( thing_id int, category varchar(20) ); insert into things values(1, 'one'); insert into things values(2, 'two'); insert into things v