mirror of
https://github.com/supabase/supabase.git
synced 2026-05-25 21:24:01 +08:00
* chore(studio): move Query to pgMeta add tests - Move the Query builder from studio to pgMeta - Add e2e tests over the generated sql to ensure syntax and runtime result over pg database - fix bug with orde by for table with undefined column * chore: add table-row-query to pgMeta and tests * chore: fix query import path * chore: reduce maxArraySize * chore: use pg-meta getTableRowsSql implementation in studio * chore: add truncation on large array fields * chore: set ES target for lint * chore: update comment * chore: reduce test size for CI