iffyio merged PR #1811:
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1811
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: github-unsubscr
aharpervc commented on code in PR #1811:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1811#discussion_r2047549413
##
tests/sqlparser_mssql.rs:
##
@@ -2053,3 +2053,37 @@ fn parse_drop_trigger() {
}
);
}
+
+#[test]
+fn parse_print() {
+let print_
aharpervc commented on code in PR #1811:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1811#discussion_r2047240782
##
tests/sqlparser_mssql.rs:
##
@@ -2053,3 +2053,37 @@ fn parse_drop_trigger() {
}
);
}
+
+#[test]
+fn parse_print() {
+let print_
iffyio commented on code in PR #1811:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1811#discussion_r2046111411
##
tests/sqlparser_mssql.rs:
##
@@ -2053,3 +2053,37 @@ fn parse_drop_trigger() {
}
);
}
+
+#[test]
+fn parse_print() {
+let print_str
aharpervc commented on code in PR #1811:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1811#discussion_r2044897576
##
src/parser/mod.rs:
##
@@ -617,6 +617,9 @@ impl<'a> Parser<'a> {
}
// `COMMENT` is snowflake specific
https://do
aharpervc commented on code in PR #1811:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1811#discussion_r2044896976
##
src/ast/mod.rs:
##
@@ -4050,6 +4050,14 @@ pub enum Statement {
arguments: Vec,
options: Vec,
},
+/// ```sql
+/// PR
aharpervc commented on PR #1811:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1811#issuecomment-2806527507
Rebased & updated
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the sp
aharpervc commented on code in PR #1811:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1811#discussion_r2044896976
##
src/ast/mod.rs:
##
@@ -4050,6 +4050,14 @@ pub enum Statement {
arguments: Vec,
options: Vec,
},
+/// ```sql
+/// PR
iffyio commented on code in PR #1811:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1811#discussion_r2043654919
##
src/parser/mod.rs:
##
@@ -617,6 +617,9 @@ impl<'a> Parser<'a> {
}
// `COMMENT` is snowflake specific
https://docs.
aharpervc commented on code in PR #1811:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1811#discussion_r2042340044
##
src/ast/mod.rs:
##
@@ -4050,6 +4050,14 @@ pub enum Statement {
arguments: Vec,
options: Vec,
},
+/// ```sql
+/// PR
aharpervc commented on code in PR #1811:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1811#discussion_r2042341589
##
tests/sqlparser_mssql.rs:
##
@@ -2036,3 +2036,37 @@ fn parse_mssql_merge_with_output() {
OUTPUT $action, deleted.ProductID INTO dsi.temp_
aharpervc opened a new pull request, #1811:
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1811
Reference:
https://learn.microsoft.com/en-us/sql/t-sql/language-elements/print-transact-sql?view=sql-server-ver16
Making `message` a `Box` instead of an enum of (national) stri
12 matches
Mail list logo