go-admin
go-admin copied to clipboard
[BUG] Surrounding table name with delimiters breaks table names with schema specified
When I set "some_schema.some_table" in Table, it will not work because it will generate query like SELECT "some_schema.some_table"
instead of SELECT "some_schema"."some_table"
It's latest go-admin version