mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-10-16 08:49:13 +00:00
Document round trip ability (#1052)
This commit is contained in:
parent
86aa044032
commit
64eccdbba2
3 changed files with 46 additions and 1 deletions
|
@ -102,6 +102,11 @@ impl TestedDialects {
|
|||
/// Ensures that `sql` parses as a single [Statement] for all tested
|
||||
/// dialects.
|
||||
///
|
||||
/// In general, the canonical SQL should be the same (see crate
|
||||
/// documentation for rationale) and you should prefer the `verified_`
|
||||
/// variants in testing, such as [`verified_statement`] or
|
||||
/// [`verified_query`].
|
||||
///
|
||||
/// If `canonical` is non empty,this function additionally asserts
|
||||
/// that:
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue