Bartosz Radaczyński
Bartosz Radaczyński
Consider this postgres session ``` postgres=# create table temp (id int primary key); CREATE TABLE postgres=# begin postgres-# ; BEGIN postgres=# insert into temp values(1); INSERT 0 1 postgres=# insert...
I would like to be able to see the coverage only on application classes (in maven that would be those residing in src/main as opposed to src/test, but perhaps identifying...
currently the copy extension supports loading from files containing sql statements. It would be great to have option to import from CSV files as well (for pure data imports this...