-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
That's just a placeholder issue to reference some examples of real SQL in the wild. So I can better prioritize which parts of syntax to support.
PostgreSQL
- https://github.com/giveffektivt/donation-platform/blob/main/db/migrations/99999999999999_views.sql features the following missing bits:
-
DROP FUNCTIONwith multiple function names. -
CREATE RULEstatement - interval literal with unit, e.g.
interval '1' month -
yearandmonthused as identifier -
FULL [OUTER] JOIN
-
- Supabase SQL export. Contains the following unsupported bits:
-
SET row_security = off,SET standard_conforming_strings = on, etc -
RESET ALL -
CREATE EXTENSION IF NOT EXISTS "pg_net" WITH SCHEMA "extensions" -
COMMENT ON SCHEMA "public" IS 'standard public schema' - Namespaced data type name in table column definitions and elsewhere (like "public"."my_enum").
-
ALTER PUBLICATION "supabase_realtime" OWNER TO "postgres" -
ALTER DEFAULT PRIVILEGES FOR ROLE "postgres" IN SCHEMA "public" GRANT ALL ON SEQUENCES TO "postgres"
-
max-baz
Metadata
Metadata
Assignees
Labels
No labels