You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ Check https://github.com/andygrove/sqlparser-rs/commits/master for undocumented
12
12
-**`Parser::parse_sql` now accepts a `&str` instead of `String` (#182)** - thanks @Dandandan!
13
13
- Change `Ident` (previously a simple `String`) to store the parsed (unquoted) `value` of the identifier and the `quote_style` separately (#143) - thanks @apparebit!
14
14
- Support Snowflake's `FROM (table_name)` (#155) - thanks @eyalleshem!
15
+
- Add line and column number to TokenizerError (#194) - thanks @Dandandan!
16
+
- Make the units keyword following `INTERVAL '...'` optional (#184) - thanks @maxcountryman!
15
17
16
18
### Added
17
19
- Support MSSQL `TOP (<N>) [ PERCENT ] [ WITH TIES ]` (#150) - thanks @alexkyllo!
0 commit comments