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
{{ message }}
This repository was archived by the owner on Dec 25, 2019. It is now read-only.
This uses some of the infrastructure added for Intervals to support extracting
the fields of `DATE 'yyyy-mm-dd'`.
It has a similar philosophical position -- it just extracts the fields into a
struct that has numeric fields for the dates, and does very little verification
-- the only thing that it does is verify that month and day are not 0 and fit
into a u8, since the exact number of days in any given month are variable.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ Nothing here yet! Check https://github.com/andygrove/sqlparser-rs/commits/master
13
13
- Now supports parsing date and time types
14
14
- ast::Value::Interval changed its representation to include an inner
15
15
IntervalValue that includes a `ParsedDateTime` and some useful methods.
16
+
- ast::Value::Date changed its representation to include an inner
17
+
`ParsedDate`
16
18
17
19
## [0.4.0] - 2019-07-02
18
20
This release brings us closer to SQL-92 support, mainly thanks to the improvements contributed back from @MaterializeInc's fork and other work by @benesch.
0 commit comments