File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -180,22 +180,6 @@ produce your own bindings, use the `buildtime_bindgen` Cargo feature.
180180
181181See to [ Contributing.md] ( CONTRIBUTING.md )
182182
183- ### Checklist
184-
185- - Run ` cargo +nightly fmt ` to ensure your Rust code is correctly formatted.
186- - Run ` cargo clippy --fix --allow-dirty --all-targets --workspace --all-features -- -D warnings ` to fix all clippy issues.
187- - Ensure ` cargo test --all-targets --workspace --features "modern-full extensions-full" ` reports no failures.
188-
189- ### TODOs
190-
191- - [x] Refactor the ErrorCode part, it's borrowed from rusqlite, we should have our own
192- - [ ] Support more type
193- - [x] Update duckdb.h
194- - [x] Adjust the code examples and documentation
195- - [x] Delete unused code / functions
196- - [x] Add CI
197- - [x] Publish to crate
198-
199183## License
200184
201185DuckDB and libduckdb-sys are available under the MIT license. See the LICENSE file for more info.
You can’t perform that action at this time.
0 commit comments