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

feat(c/driver/postgresql): Implement consuming a PGresult via the copy reader #2029

Merged

Commits on Aug 6, 2024

  1. rename method

    paleolimbot committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    23620b4 View commit details
    Browse the repository at this point in the history
  2. sketch result helper

    paleolimbot committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    b3a6213 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c06bf9 View commit details
    Browse the repository at this point in the history
  4. works!

    paleolimbot committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    112fa8f View commit details
    Browse the repository at this point in the history
  5. include what you use

    paleolimbot committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    6df519e View commit details
    Browse the repository at this point in the history
  6. more formatting

    paleolimbot committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    74b3c3f View commit details
    Browse the repository at this point in the history
  7. tidy cases

    paleolimbot committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    4696e22 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    246e980 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    87ca490 View commit details
    Browse the repository at this point in the history
  10. maybe better separation

    paleolimbot committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    3f595b5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bce32c9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2fa92c3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    161fd59 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c9559de View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    54cd7ac View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8181dd3 View commit details
    Browse the repository at this point in the history
  17. not quite there yet

    paleolimbot committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    2ce59a7 View commit details
    Browse the repository at this point in the history
  18. most things working

    paleolimbot committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    5299f44 View commit details
    Browse the repository at this point in the history
  19. tests passing

    paleolimbot committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    6cb43e5 View commit details
    Browse the repository at this point in the history
  20. lint

    paleolimbot committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    838863c View commit details
    Browse the repository at this point in the history
  21. fix schema names

    paleolimbot committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    331a7bd View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    03c6167 View commit details
    Browse the repository at this point in the history
  23. work on Python tests

    paleolimbot committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    4d1cbdf View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    4d3befb View commit details
    Browse the repository at this point in the history
  25. format

    paleolimbot committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    f69b57e View commit details
    Browse the repository at this point in the history
  26. fix copy option

    paleolimbot committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    b3e0cd3 View commit details
    Browse the repository at this point in the history
  27. use the execute helper

    paleolimbot committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    06f9453 View commit details
    Browse the repository at this point in the history
  28. add test

    paleolimbot committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    28c4399 View commit details
    Browse the repository at this point in the history
  29. maybe fix a test

    paleolimbot committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    390fb75 View commit details
    Browse the repository at this point in the history
  30. fix executeschema

    paleolimbot committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    773a395 View commit details
    Browse the repository at this point in the history
  31. remove unused functions

    paleolimbot committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    c310abb View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    ce0e972 View commit details
    Browse the repository at this point in the history
  33. test copy path

    paleolimbot committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    9c718e6 View commit details
    Browse the repository at this point in the history
  34. format

    paleolimbot committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    45607b3 View commit details
    Browse the repository at this point in the history
  35. revert rust change

    paleolimbot committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    353100f View commit details
    Browse the repository at this point in the history