mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-03 22:08:16 +00:00
Add dialect_from_str
and improve Dialect
documentation (#848)
* Add `dialect_from_str` and improve `Dialect` documentation * cleanup * fix compilation with nostd
This commit is contained in:
parent
d8af92536c
commit
5ecf633e31
4 changed files with 99 additions and 8 deletions
|
@ -12,6 +12,7 @@
|
|||
|
||||
use crate::dialect::Dialect;
|
||||
|
||||
/// [MySQL](https://www.mysql.com/)
|
||||
#[derive(Debug)]
|
||||
pub struct MySqlDialect {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue