Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI #375

Merged
merged 2 commits into from
Aug 27, 2024
Merged

Fix CI #375

merged 2 commits into from
Aug 27, 2024

Conversation

samansmink
Copy link
Collaborator

@Mytherin I think this solves the CI issues, likely something changed upstream making clippy more strict.

I've removed the time feature completely. It doesn't appear to be used anywhere and seems like a leftover from copying rusqlite stuff. Also remove the large comment which is just copied from rusqlite and is just confusing overall: DuckDB uses a [dynamic type system](https://www.sqlite.org/datatype3.html)

I just wanted to restore CI here quickly, but i think we should look into more thoroughly trimming dead features/code from the package. I feel there's a lot of stuff that is not really used and could potentially be removed to make the package easier to understand.

@Swoorup
Copy link
Contributor

Swoorup commented Aug 27, 2024

You could also remove https://github.com/duckdb/duckdb-rs/blob/main/crates/duckdb/src/util/small_cstr.rs As its not used anywhere.

@Mytherin Mytherin merged commit 44e0ff1 into duckdb:main Aug 27, 2024
4 checks passed
@Mytherin
Copy link
Contributor

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants