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

Support extended protocol and prepared statements #147

Merged
merged 13 commits into from
Sep 23, 2024
Merged

Commits on Sep 20, 2024

  1. Make DuckDB a singleton per connection process

    Y-- authored and JelteF committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    ca54b67 View commit details
    Browse the repository at this point in the history
  2. Apply review feedback

    JelteF committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    917a74b View commit details
    Browse the repository at this point in the history
  3. Don't crash on explain

    JelteF committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    7eab0fe View commit details
    Browse the repository at this point in the history
  4. Test extended explain queries

    JelteF committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e667ec7 View commit details
    Browse the repository at this point in the history
  5. Support prepared statements

    JelteF committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e4d0fae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    97871ba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    feb8b19 View commit details
    Browse the repository at this point in the history
  8. Remove unnecessary TODO

    JelteF committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    988e2c1 View commit details
    Browse the repository at this point in the history
  9. Update test and add logging

    JelteF committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    c96d0af View commit details
    Browse the repository at this point in the history
  10. Add tests for all types

    JelteF committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    ec5acdf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ba34b3b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f0a69c3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6f028f2 View commit details
    Browse the repository at this point in the history