Skip to content

Conversation

@cvng
Copy link
Contributor

@cvng cvng commented Dec 14, 2023

What kind of change does this PR introduce?

add support for create range

What is the current behavior?

panics

What is the new behavior?

parser returns

View log
CreateRangeStmt { type_name: [ Node { node: Some( String( String { sval: "type1", }, ), ), }, ], params: [ Node { node: Some( DefElem( DefElem { defnamespace: "", defname: "subtype", arg: Some( Node { node: Some( TypeName( TypeName { names: [ Node { node: Some( String( String { sval: "int4", }, ), ), }, ], type_oid: 0, setof: false, pct_type: false, typmods: [], typemod: -1, array_bounds: [], location: 38, }, ), ), }, ), defaction: DefelemUnspec, location: 28, }, ), ), }, ], }

Additional context

Add any other context or screenshots.

@psteinroe psteinroe merged commit a92ba29 into supabase-community:main Dec 14, 2023
@cvng cvng deleted the create-range branch December 14, 2023 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants