Fix SUBSTRING from/to argument construction for mssql (#947)

This commit is contained in:
Jeremy Maness 2023-08-17 06:17:57 -04:00 committed by GitHub
parent 173a6db818
commit 8bbb85356c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 153 additions and 24 deletions

View file

@ -1271,7 +1271,8 @@ fn parse_substring_in_select() {
quote_style: None
})),
substring_from: Some(Box::new(Expr::Value(number("0")))),
substring_for: Some(Box::new(Expr::Value(number("1"))))
substring_for: Some(Box::new(Expr::Value(number("1")))),
special: false,
})],
into: None,
from: vec![TableWithJoins {