Dmitrii Blaginin
84e82e6e2e
Add #[recursive]
( #1522 )
...
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
2024-12-19 14:17:20 -05:00
Andrew Lamb
3108828621
Run cargo fmt on derive
crate ( #1595 )
2024-12-13 07:22:30 -05:00
Andrew Lamb
b0007389dc
Increase version of sqlparser_derive from 0.2.2 to 0.3.0 ( #1571 )
2024-11-30 08:00:34 -05:00
Jax Liu
92c6e7f79b
Support relation visitor to visit the Option
field ( #1556 )
2024-11-29 07:08:52 -05:00
Andrew Kane
0fb2ef331e
Include license file in sqlparser_derive crate ( #1543 )
2024-11-24 07:06:31 -05:00
Andrew Lamb
9934f3d931
Update to ASF header / add when missing ( #1437 )
2024-09-21 06:23:28 -04:00
Leonardo Yvens
66b4ec8486
Fix typo in sqlparser-derive
README ( #1310 )
2024-07-08 06:32:45 -04:00
Andrew Lamb
ce498864dc
Bump version of sqlparser-derive to 0.2.2 ( #1083 )
2024-01-03 06:56:02 -05:00
Philip Dubé
8d97330d42
Update sqlparser-derive to use syn 2.0
( #1040 )
...
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
2023-11-27 13:16:46 -05:00
Andrew Lamb
b69aed96e5
Update sqlparser-derive version ( #1055 )
2023-11-27 12:55:54 -05:00
Andrew Lamb
a765146ad1
Prepare for 0.40.0
release, derive 0.2.0
release ( #1053 )
2023-11-27 12:43:29 -05:00
Joey Hain
86aa044032
add {pre,post}_visit_query to Visitor ( #1044 )
2023-11-27 12:11:27 -05:00
Ophir LOJKINE
524b8a7e7b
Add a mutable visitor ( #782 )
...
* Add a mutable visitor
This adds the ability to mutate parsed sql queries.
Previously, only visitors taking an immutable reference to the visited structures were allowed.
* add utility functions for mutable visits
* bump version numbers
2023-01-02 06:48:20 -05:00
Andrew Lamb
fc503e08c9
Add a backlink from sqlparse_derive
to sqlparser
and publishing instructions ( #779 )
...
* Add backlink to sqlparser-rs in derive docs
* Update release docs for sqlparser_derive
2022-12-29 07:55:42 -05:00
Andrew Lamb
0c9ec40082
Document new features, update authors ( #776 )
2022-12-28 11:13:25 -05:00
Raphael Taylor-Davies
dec3c2b818
Add derive based AST visitor ( #765 )
...
* Add derive based AST visitor
* Fix BigDecimal
* Fix no visitor feature
* Add test
* Rename visit_table to visit_relation
* Review feedback
* Add pre and post visit
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
2022-12-28 10:07:12 -05:00