Anand Kumar Sankaran

Results 2 issues of Anand Kumar Sankaran

``` CREATE TABLE example2 ( id bigint, value text, start_date date, end_date date, CONSTRAINT example2_pkey PRIMARY KEY (id, start_date, end_date) ); SELECT periods.add_period('example2', 'validity', 'start_date', 'end_date'); SELECT periods.add_unique_key('example2', ARRAY['id'], 'validity',...

**Expected Behaviour** The separators for docker container names when using docker compose should be uniform, either `_` or `-`. **Actual Behaviour** Currently, `testcontainers-node` has no way to set `--compatibility` on...

enhancement
good first issue