File tree Expand file tree Collapse file tree 5 files changed +16
-5
lines changed
Expand file tree Collapse file tree 5 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.1.35
2+ current_version = 0.1.36
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 1+
2+ # 0.1.36
3+
4+ - Upgrade to sqlparser-rs 0.36.0
5+ - Add more visitor functions
6+ - ` mutate_relations `
7+ - ` mutate_expressions `
8+ - ` extract_expressions `
9+ - add ` restore_ast `
10+ - remove ability for library to internally panic via ` .expect() ` , now throws only ` ValueError `
11+
112# 0.1.35
213
314- Added ` extract_relations ` function to assist in extracting table references from the AST in Rust.
Original file line number Diff line number Diff line change 11[package ]
22name = " sqloxide"
3- version = " 0.1.35 "
3+ version = " 0.1.36 "
44authors = [" Will Eaton <me@wseaton.com>" ]
55edition = " 2018"
66
@@ -17,5 +17,5 @@ version = "0.19.1"
1717features = [" extension-module" ]
1818
1919[dependencies .sqlparser ]
20- version = " 0.35 .0"
20+ version = " 0.36 .0"
2121features = [" serde" , " visitor" ]
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " sqloxide"
3- version = " 0.1.35 "
3+ version = " 0.1.36 "
44repository = " https://github.com/wseaton/sqloxide"
55license = " MIT"
66description = " Python bindings for sqlparser-rs"
Original file line number Diff line number Diff line change 77
88setup_kwargs = {
99 "name" : "sqloxide" ,
10- "version" : "0.1.35 " ,
10+ "version" : "0.1.36 " ,
1111 "description" : "Python bindings for sqlparser-rs" ,
1212 "long_description" : open ("readme.md" ).read (),
1313 "long_description_content_type" : "text/markdown" ,
You can’t perform that action at this time.
0 commit comments