Loïc

Results 3 issues of Loïc

## Description When inserting a value in a table with several primary keys and using the default value for an auto-incremented one, the insert fails. Known to be reproducible with...

## Description Alter table ADD COLUMN not understood correctly, tries to be parsed as a relation ie ``` ALTER TABLE CHATTER ADD COLUMN tz_name VARCHAR NOT NULL DEFAULT 'Europe/London', ADD...