You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
145221: parser,scanner: fix bugs with parsing and scanning sql comments r=kyle-a-wong a=kyle-a-wong
Fixes a bug in the parser where retained comments are mistakenly added to multiple statements. This when parsing a multi-statement sql containing strings with the "retainComments" bool set to true. In this case, comments in a statement are propogated to subsequent statements in the same parse.
Fixes a bug where `\n` characters are included in scanned singe- line comments. Now, these wont be included in comments and will instead be stripped out via the skipWhitespace function.
Epic: None
Release note: None
145354: logictest: enable local-mixed-25.2 config r=miraradeva a=miraradeva
**bootstrap: add 25.2 bootstrap data**
Obtained by running (on release-25.2 branch):
```
./dev build sql-bootstrap-data && bin/sql-bootstrap-data
```
Epic: None
Release note: None
----
**logictest: enable local-mixed-25.2 config**
Added `local-mixed-25.2` logictests.
Epic: None
Release note: None
Co-authored-by: Kyle Wong <[email protected]>
Co-authored-by: Mira Radeva <[email protected]>
0 commit comments