Closed GoogleCodeExporter closed 8 years ago
For questions, please use StackOverflow or the Google Group as written on the
H2 home page.
This is not a bug. Most databases work like this (including MySQL, PostgreSQL,
HSQLDB), except Apache Derby.
drop table barfoo;
create table barfoo (
id int, foo int, bar int,
primary key (id)
);
create unique index idx_bar_foo on barfoo(foo, bar);
insert into barfoo (id) values (1);
insert into barfoo (id) values (2);
Original comment by thomas.t...@gmail.com
on 17 Feb 2012 at 5:45
Original issue reported on code.google.com by
timo.san...@teknokala.com
on 14 Feb 2012 at 12:48