lukinovec
387c5ce1ae
Remove try/catch
2025-01-14 15:22:17 +01:00
lukinovec
c03ab7937b
Move DROP TABLE statement
2025-01-14 15:10:51 +01:00
lukinovec
1ea1dff504
Set $forceRls in tests where scoping is tested, add non-superuser, non-bypassrls table owner test
2025-01-14 13:15:50 +01:00
Alec
05b602e37f
fix: no primary key on RLS views ( #1280 )
...
* fix: no primary key on RLS views
* test: add RLS view regression
* verify and slightly refactor regression test
---------
Co-authored-by: Samuel Štancl <samuel@archte.ch>
2024-12-31 00:02:50 +01:00
lukinovec
6b74589d76
Update specific attributes of pending tenants while they're being pulled ( #59 )
...
* Add option to update attributes of pending tenants while pulling them
* Fix failing toEqualCanonicalizing tests
* Fix code style (php-cs-fixer)
* fix code errors
* lock phpcsfixer to 3.62.0 due to a bug in 3.63.1
---------
Co-authored-by: PHP CS Fixer <phpcsfixer@example.com>
Co-authored-by: Samuel Štancl <samuel@archte.ch>
2024-08-28 00:41:16 +02:00
Samuel Štancl
7317d2638a
Postgres RLS + permission controlled database managers ( #33 )
...
This PR adds Postgres RLS (trait manager + table manager approach) and permission controlled managers for PostgreSQL.
---------
Co-authored-by: lukinovec <lukinovec@gmail.com>
Co-authored-by: PHP CS Fixer <phpcsfixer@example.com>
2024-04-24 22:32:49 +02:00