m3dbedb
m3dbedb
I suggest to add ability to skip secified number of iterations from data file Expected behaviour: I execute command newman run -e env.json -d data.json test.json -n 1 later I...
I have 2 DB, reference DB have 10 tables, target one have 9. Original columns order of **books_lost** table: ``` CREATE TABLE books_lost ( id integer NOT NULL, title text...
This is 7-INDEX.sql generated by pgdiff ``` CREATE UNIQUE INDEX books_lost_id_pkey ON books_lost USING btree (id) ALTER TABLE public.books_lost ADD CONSTRAINT books_lost_id_pkey PRIMARY KEY USING INDEX books_lost_id_pkey; ``` It fails...
root@docker03:~/docker/postman-docker-1# docker-compose up [+] Running 0/1 **⠿ postman_checks Error** 2.1s [+] Building 0.3s (7/7) FINISHED => [internal] load build definition from Dockerfile 0.2s => => transferring dockerfile: 160B 0.1s =>...
tested on cyrillic letters
**Describe the bug** Build errors **To Reproduce** Steps to reproduce the behavior: 1. ~ $ git clone https://github.com/FastReports/FastReport.git 2. cd ~/FastReport/Demos/OpenSource/MVC/FastReport.OpenSource.MVC.6.0 3. dotnet add package FastReport.OpenSource --version 2024.2.1 4. dotnet...
**Describe the bug** I have created ASP web app, added packages `FastReport.OpenSource` and `FastReport.OpenSource.Web` but it does not start. **To Reproduce** Steps to reproduce the behavior: 1. install dotnet 8...
**Describe the bug** Error while importing user-compiled fast report package **To Reproduce** Steps to reproduce the behavior: 1. ~ $ git clone https://github.com/FastReports/FastReport.git 2. cd ~/FastReport 3. ~/FastReport $ chmod...