Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[stellation-res] firebird now passing most tests, LocalHandle change checked it

Turns out firebird was failing test 01 since it doesn't accept the optional
keyword 'AS', so 'SELECT ... FROM table AS abbrev ...' must be written
'SELECT ... FROM table abbrev ...'. I have just checked in new version
of repos/LocalHandle.java that doesn't use 'AS'.

After this fix, firebird on Linux passed most of the 14 tests, failing
only 06 and 11. I'll investigate further. 

dave

-- 
Dave Shields, IBM Research, shields@xxxxxxxxxxxxxx. 


Back to the top