Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
f821303
Rewrite TSQL bracket quoted identifiers to backtick ones before parsing
ayushcodes10 Sep 5, 2026
38259c8
Only un-rewrite names debracketing actually touched
ayushcodes10 Sep 7, 2026
d8e6939
Refuse to debracket a name that cannot round trip
ayushcodes10 Sep 7, 2026
ab1f115
Do not debracket inside a dollar quoted PL/pgSQL body
ayushcodes10 Sep 7, 2026
aadd5f6
Do not debracket inside a genuine backtick identifier
ayushcodes10 Sep 7, 2026
d638043
Refuse two more shapes debracketing cannot round trip
ayushcodes10 Sep 7, 2026
2df0b46
Fix byte offset math for regex recovered names on invalid UTF8
ayushcodes10 Sep 7, 2026
b73259a
Skip a newline too before an ARRAY bracket constructor
ayushcodes10 Sep 8, 2026
117d9f8
Scope the backtick span scan to a single line
ayushcodes10 Sep 8, 2026
3b61aa5
Use the same replacement char for an invalid byte in a name
ayushcodes10 Sep 8, 2026
ababa65
Mask string and comment content in the Firebird REFERENCES fallback
ayushcodes10 Sep 8, 2026
f8774f1
Check each dotted name part's own overlap, not the whole name
ayushcodes10 Sep 8, 2026
54a70d4
Strip a bracket that leaks from an adjacent dot span
ayushcodes10 Sep 9, 2026
d951f16
Add regression test for TSQL bracketed FK dropping child table
ayushcodes10 Sep 5, 2026
5c677a9
Add regression tests for bracketed CREATE PROCEDURE/FUNCTION names
ayushcodes10 Sep 5, 2026
56ba403
Recover a CREATE VIEW/TABLE swallowed by a preceding broken routine
ayushcodes10 Sep 5, 2026
70df3ac
Fix IF NOT EXISTS phantom node in view/table recovery
ayushcodes10 Sep 7, 2026
0fc72d8
Accept OR ALTER in view and table recovery
ayushcodes10 Sep 8, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading