Ayobami Akingbade
Ayobami Akingbade
Thanks @MuhammadAliashraf The issue is not with DashPress but with the `film_actor` table. The issue is that this table does not have a primary key so it doesn't know which...
Taking a look now I see why my checks are not even working, because I wrote this https://github.com/dashpresshq/dashpress/blob/737c4861bbe292d0390251b8d975492bf8af7480/src/backend/entities/entities.service.ts#L63 And I check the schema and I see this The `film_actor` has...
Added checks to block actions when there are multiple primary IDs, Won't solve this issue in particular but users will get the error when they try to performs on the...
Truth be told, i never tested Dashpress with MS SQL, i will try to set it up and look into the issue
yeah, you are correct!
https://github.com/dashpresshq/bacteria/blob/e374caf6660412beb5b77cfc82543b598a31fea4/src/utils/connect.ts#L8 should be `mssql: "mssql",` I will try and setup mssql today and see if it works, then push the fix
Asked to install docker to get the Mssql on my machine, Looks like it will be some time for me to test this. I can show the steps to test...
Awesome, thanks @mjbergman92, yeah, that is why i extracted bacteria to a seperate package as i believed it will be useful to others. I will try to generate a new...
Made the release, please run `npx dashpress` again and let me know if it is not fixed
I see that, I will fix it, but it shouldn't affect the update since the version in package.json is that is used