Commit graph

66 commits

Author SHA1 Message Date
Ophir LOJKINE
ae587dcbec
pretty print improvements (#1851) 2025-05-15 16:43:16 +02:00
LFC
776b10afe6
Add GreptimeDB to the "Users" in README (#1788) 2025-04-01 19:06:19 +02:00
Dan Draper
be98b30eb3
Add cipherstash-proxy to list of users in README.md (#1782) 2025-03-31 12:46:59 +02:00
Ayman Elkfrawy
211b15e790
Enhance object name path segments (#1539) 2025-01-26 15:13:51 +01:00
Paul J. Davis
df3c5652b1
Improve parsing performance by reducing token cloning (#1587)
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
2024-12-24 17:19:35 -05:00
Dmitrii Blaginin
84e82e6e2e
Add #[recursive] (#1522)
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
2024-12-19 14:17:20 -05:00
Andrew Lamb
4ab3ab9147
Update comments / docs for Spanned (#1549)
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
2024-11-30 08:08:55 -05:00
Mark-Oliver Junge
3c8fd74804
Implement Spanned to retrieve source locations on AST nodes (#1435)
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
2024-11-26 11:22:30 -05:00
Andrew Lamb
0adec33b94
Document micro benchmarks (#1555) 2024-11-26 11:11:56 -05:00
Andrew Lamb
9394ad4c0c
Add Apache License to additional files (#1502) 2024-11-06 16:48:49 -05:00
Alexander Beedie
0330f9def5
Support use of BY NAME quantifier across all set ops (#1309)
Co-authored-by: Alexander Beedie <alexander.beedie@adia.ae>
Co-authored-by: Joey Hain <joey@sigmacomputing.com>
2024-06-17 14:14:40 -04:00
sunxunle
e976a2ee43
chore: fix some comments (#1184)
Signed-off-by: sunxunle <sunxunle@gmail.com>
2024-04-06 13:06:53 -04:00
Philippe Noël
92781c1c05
Add ParadeDB to list of known users (#1142) 2024-02-26 11:31:48 -05:00
Nicolas Grislain
1fb9f3efdf
Add Qrlew as a user in README.md (#1107) 2024-01-24 14:26:06 -05:00
Thomas Kluyver
e027b3cad2
Document that comments aren't preserved for round trip (#1060) 2023-12-19 15:43:10 -05:00
Andrew Lamb
64eccdbba2
Document round trip ability (#1052) 2023-11-27 12:29:59 -05:00
Jonathan
c887c4e545
Add PRQLto list of users (#1031)
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
2023-11-18 08:27:21 -05:00
Andrew Lamb
6739d377bd
Add docstrings for Dialects, update README (#1016) 2023-10-23 18:09:02 -04:00
Ophir LOJKINE
ce62fe6d27
Support FILTER in over clause (#1007)
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
2023-10-23 18:06:39 -04:00
William
ed39329060
Add JumpWire to users in README (#990) 2023-10-02 08:36:17 -04:00
Justin Joyce
82cf554394
Add User (#787) 2023-01-09 17:00:55 -05:00
Andrew Lamb
751046de7d
Improve Readme (#774) 2022-12-28 10:49:51 -05:00
Andrew Lamb
b17c44a64a
Docs: Add an example to clarify semantic analysis (#739) 2022-11-30 19:24:13 +01:00
Augusto Fotino
6f48fc9acb
docs: add information about parting semantic logic to README.md (#724) 2022-11-30 13:03:10 -05:00
Seo Sanghyeon
50aafa8dc1
Update Ballista link in README (#576) 2022-08-17 21:26:45 +03:00
Andrew Lamb
61dc3e9bf9
Clarify contribution licensing (#570)
* Clarify contribution licensing

* less whitespace
2022-08-11 17:29:27 -04:00
Andrew Lamb
2072ef2031
Clarify maintenance status on README (#416)
* Clarify maintenance status on README

* update review policy

* add a note about error tests
2022-02-09 06:41:51 -05:00
Hoon Wee
e32b1c56c8
Add gluesql as a reference (#355) 2021-09-16 07:34:18 +02:00
Andy Grove
9c9d9293b5 fix typo 2021-08-21 06:54:49 -06:00
Andy Grove
3e34392230 Update links to reflect repository move to sqlparser-rs GitHub org 2021-08-20 17:05:02 -06:00
Andy Grove
5ebc06b20c Update links to reflect repository move to sqlparser-rs GitHub org 2021-08-20 17:03:06 -06:00
Andrew Lamb
c5de1225e9
Update datafusion link in README (#319) 2021-06-30 07:50:09 +02:00
Nickolay Ponomarev
cf7263c294 Fix typo in the README
Closes https://github.com/ballista-compute/sqlparser-rs/issues/269
2020-09-07 04:31:07 +03:00
Andy Grove
038ef985a7
Add Ballista to the README as a user of this crate (#262) 2020-08-27 19:42:34 +02:00
Max Countryman
f3b9edca28
update travis badge to point to actions status (#219)
* update travis badge to point to actions status

It seems Travis is currently not updating as expected, likely as a side effect of the repo moving. If we're comfortable leaning on Actions, then we can switch out the badge here and plan to remove Travis entirely. Alternatively we could reconfigure Travis to work with the new repo name.

* Refer to correct branch

Co-authored-by: Dandandan <danielheres@gmail.com>
2020-07-05 14:32:01 +02:00
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