mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-03 22:08:16 +00:00
Expand handling of LIMIT 1, 2
handling to include sqlite (#1447)
This commit is contained in:
parent
ce2686a169
commit
1e0460a7df
8 changed files with 61 additions and 24 deletions
|
@ -93,6 +93,10 @@ impl Dialect for MySqlDialect {
|
|||
fn require_interval_qualifier(&self) -> bool {
|
||||
true
|
||||
}
|
||||
|
||||
fn supports_limit_comma(&self) -> bool {
|
||||
true
|
||||
}
|
||||
}
|
||||
|
||||
/// `LOCK TABLES`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue