Max Countryman
8cc7702a8c
update branch references to main
( #215 )
...
* update branch references to `main`
* ensure we point to ballista-compute
* update a couple of links to point to ballista-compute
2020-07-02 21:31:54 +02:00
Taehoon Moon
a0f076acda
Make the cli example print JSON ( #197 )
...
...via the new json_example feature - to make it easier to try out the parser without coding.
2020-06-12 16:38:59 +03:00
Daniël Heres
d32df527e6
Accept &str in Parse::parse_sql
( #182 )
...
It is more generic to accept a `&str` than a `String` in an API,
and avoids having to convert a string to a `String` when not
needed, avoiding a copy.
2020-06-03 23:31:41 +03:00
Nickolay Ponomarev
1cf9e5ecef
Update README: we support bits and pieces from other dialects too
2020-05-27 19:45:18 +03:00
Nickolay Ponomarev
a2f4996bdd
Update README to point to SQL:2016, instead of 2011
...
This was discussed in #125 , but we forgot to update the README at the time.
2020-05-27 19:45:18 +03:00
Nikhil Benesch
4172b68319
README: update for recent improvements
...
Remove outdated bits that claim shoddy SQL support and code
structure--we're much better on those fronts now! Also add a few
paragraphs about the current state of SQL compliance, why it's hard to
say anything detailed about SQL compliance, and what our long-term goals
are.
2019-07-03 01:39:14 -04:00
Nickolay Ponomarev
7d4b488336
Update comments after the renaming done in PR #105
2019-07-01 04:45:08 +03:00
Nickolay Ponomarev
f82dc74e38
Mention that we use rustfmt for code formatting
...
...and add a `rustfmt.toml` as advised in https://www.reddit.com/r/rust/comments/9jl6a9/pro_tip_if_you_use_cargo_fmtrustfmt_use_a/
2019-05-06 22:20:29 +03:00
Nickolay Ponomarev
8c7e1d1c54
Update sample output in README
2019-04-20 22:51:29 +03:00
Nickolay Ponomarev
5de23b1e78
Merge branch 'upstream'
2019-04-02 09:16:51 +03:00
Andy Grove
eee1b3a2bd
Update badge based on gitter email
2019-03-31 22:53:08 -06:00
Nickolay Ponomarev
577e634f3c
Update README to the recent changes in the AST
2019-02-07 05:34:16 +03:00
Andy Grove
32d53a6b7e
Update README
2019-01-12 10:00:00 -07:00
Andy Grove
48e78f99dd
Update code sample in README
2018-09-08 08:43:15 -06:00
Andy Grove
e16b92763a
Update README and description
2018-09-08 08:42:07 -06:00
Andy Grove
ecc6b5fb38
update README
2018-09-08 06:38:16 -06:00
Andy Grove
dec70a677f
fix build badge
2018-09-08 06:35:01 -06:00
Andy Grove
78439bfa18
Remove duplicate title from README
2018-09-03 15:06:43 -06:00
Andy Grove
401f01cb41
update docs
2018-09-03 14:58:19 -06:00
Andy Grove
dc97d8ef5d
Badges
2018-09-03 11:18:17 -06:00
Andy Grove
a07bca3cf7
update README
2018-09-03 10:55:46 -06:00
Andy Grove
4daa1a2827
update README
2018-09-03 10:49:55 -06:00
Andy Grove
b961069595
Update README.md
2018-09-03 10:38:45 -06:00
Andy Grove
87a576563b
Save
2018-09-03 10:31:04 -06:00
Andy Grove
ac130577c1
Save
2018-09-03 09:59:06 -06:00
Andy Grove
0c23392adb
replace with code from datafusion
2018-09-03 09:56:39 -06:00
Andy Grove
0339558d4e
Add most of the SQL:2011 data types
2018-09-01 06:51:00 -06:00
Andy Grove
f56846098e
simple example of custom tokenizer
2018-02-09 06:53:49 -07:00
Andy Grove
b16396aef3
roughing out classic pratt parser
2018-02-08 07:49:24 -07:00
Andy Grove
3caeb58d22
roughing out new version
2018-02-07 08:48:49 -07:00
Andy Grove
4a30441f17
Initial commit
2018-02-06 16:58:43 -07:00