Posting my progress. I'm having trouble dereferencing PgQuerySplitStmt **stmts; from PgQuerySplitResult as commented below. Once this branch contains a working SplitWithScanner(_) and SplitWithParser(_) , I intend to squash my WIP commit to prevent debugging code from entering the codebase.
Relates to #51.
Posting my progress. I'm having trouble dereferencing
PgQuerySplitStmt **stmts;
fromPgQuerySplitResult
as commented below. Once this branch contains a workingSplitWithScanner(_)
andSplitWithParser(_)
, I intend to squash my WIP commit to prevent debugging code from entering the codebase. Relates to #51.