mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-04 14:28:22 +00:00
Update links to reflect repository move to sqlparser-rs GitHub org
This commit is contained in:
parent
293133f910
commit
5ebc06b20c
6 changed files with 10 additions and 10 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
[](https://opensource.org/licenses/Apache-2.0)
|
||||
[](https://crates.io/crates/sqlparser)
|
||||
[](https://github.com/ballista-compute/sqlparser-rs/actions?query=workflow%3ARust+branch%3Amain)
|
||||
[](https://github.com/sqlparser-rs/sqlparser-rs/actions?query=workflow%3ARust+branch%3Amain)
|
||||
[](https://coveralls.io/github/ballista-compute/sqlparser-rs?branch=main)
|
||||
[](https://gitter.im/sqlparser-rs/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
|
||||
|
@ -123,10 +123,10 @@ resources.
|
|||
|
||||
[tdop-tutorial]: https://eli.thegreenplace.net/2010/01/02/top-down-operator-precedence-parsing
|
||||
[`cargo fmt`]: https://github.com/rust-lang/rustfmt#on-the-stable-toolchain
|
||||
[current issues]: https://github.com/ballista-compute/sqlparser-rs/issues
|
||||
[current issues]: https://github.com/sqlparser-rs/sqlparser-rs/issues
|
||||
[DataFusion]: https://github.com/apache/arrow-datafusion
|
||||
[LocustDB]: https://github.com/cswinter/LocustDB
|
||||
[Ballista]: https://github.com/ballista-compute/ballista
|
||||
[Ballista]: https://github.com/apache/arrow-datafusion/tree/master/ballista
|
||||
[Pratt Parser]: https://tdop.github.io/
|
||||
[sql-2016-grammar]: https://jakewheat.github.io/sql-overview/sql-2016-foundation-grammar.html
|
||||
[sql-standard]: https://en.wikipedia.org/wiki/ISO/IEC_9075
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue