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

Add support for pyexasol part 2/2 #320

Merged
merged 86 commits into from
May 24, 2023

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    0fa9f0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4dd3517 View commit details
    Browse the repository at this point in the history
  3. Fix parameterized queries

    Nicoretti committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    c5f0a53 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    14e2617 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    00e64b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69b7e88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fbec53 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    3153755 View commit details
    Browse the repository at this point in the history
  2. Update dependencies

    Nicoretti committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    fac4ceb View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    155915f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21519e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd9e827 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82a5f51 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f73d2f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    199287e View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    be40b26 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Update exasol/driver/websocket/_protocols.py

    Co-authored-by: Christoph Pirkl <christoph.pirkl@exasol.com>
    Nicoretti and kaklakariada authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    851cb7d View commit details
    Browse the repository at this point in the history
  2. Update exasol/driver/websocket/_protocols.py

    Co-authored-by: Christoph Pirkl <christoph.pirkl@exasol.com>
    Nicoretti and kaklakariada authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    851c58d View commit details
    Browse the repository at this point in the history
  3. Update exasol/driver/websocket/_protocols.py

    Co-authored-by: Christoph Pirkl <christoph.pirkl@exasol.com>
    Nicoretti and kaklakariada authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    734a28b View commit details
    Browse the repository at this point in the history
  4. Update exasol/driver/websocket/_protocols.py

    Co-authored-by: Christoph Pirkl <christoph.pirkl@exasol.com>
    Nicoretti and kaklakariada authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    3042ba1 View commit details
    Browse the repository at this point in the history
  5. Update exasol/driver/websocket/_protocols.py

    Co-authored-by: Christoph Pirkl <christoph.pirkl@exasol.com>
    Nicoretti and kaklakariada authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    785165f View commit details
    Browse the repository at this point in the history
  6. Update exasol/driver/websocket/_protocols.py

    Co-authored-by: Christoph Pirkl <christoph.pirkl@exasol.com>
    Nicoretti and kaklakariada authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    5bce87d View commit details
    Browse the repository at this point in the history
  7. Add todo note

    Nicoretti committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    5fa79a1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    562a5b3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    97165bb View commit details
    Browse the repository at this point in the history
  10. Update exasol/driver/websocket/_cursor.py

    Co-authored-by: Christoph Pirkl <christoph.pirkl@exasol.com>
    Nicoretti and kaklakariada authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    6f78db6 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Update dependencies

    Nicoretti committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    dbdf318 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    b95d6ac View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Configuration menu
    Copy the full SHA
    b82e49c View commit details
    Browse the repository at this point in the history
  2. Apply simplifications

    Nicoretti committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    7babb59 View commit details
    Browse the repository at this point in the history
  3. Rework dbapi2 types

    Nicoretti committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    5a45570 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    489632c View commit details
    Browse the repository at this point in the history
  2. Fix Date edge cases

    Nicoretti committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    0ad928e View commit details
    Browse the repository at this point in the history
  3. Fix Datetime edge cases

    Nicoretti committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    c11b35c View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Add basic context manager functionality to default cursor

    In order to be compatible with the exasol sqla base dialect the
    a cursor needs to support the basic context manager functionality.
    Therefore those have been added to the websocket based DBAPI2 cursor.
    Nicoretti committed May 8, 2023
    Configuration menu
    Copy the full SHA
    bf5efaf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7984aa9 View commit details
    Browse the repository at this point in the history
  3. Update dependencies

    Nicoretti committed May 8, 2023
    Configuration menu
    Copy the full SHA
    472856c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e59aaca View commit details
    Browse the repository at this point in the history
  5. Skip test for duplicate names in result set for websocket based driver

    Due to he fact that the current implementation of the websocket based
    SQLA driver is based on PyExasol, duplicated names in the result set
    aren't supported.
    Nicoretti committed May 8, 2023
    Configuration menu
    Copy the full SHA
    ab8cad7 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Configuration menu
    Copy the full SHA
    b51fb32 View commit details
    Browse the repository at this point in the history
  2. Remove datatypes section

    Nicoretti committed May 11, 2023
    Configuration menu
    Copy the full SHA
    a081b26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9cb72b View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Fix unexpected auto commits (#336)

    * Add regression test nox target
    * Add regression test for invalid auto commit behavior (Issue-335)
    * Add regression tests to integration test target
    * Fix invalid auto commit behavior
    * Update change-log
    * Move odbc helpers to exasol driver(s) package
    
    Co-authored-by: Sebastian Bär <redcatbear@ursus-minor.de>
    Nicoretti and redcatbear committed May 16, 2023
    Configuration menu
    Copy the full SHA
    d947100 View commit details
    Browse the repository at this point in the history
  2. Prepare release 4.4.0 (#337)

    ---------
    
    Co-authored-by: Christoph Kuhnke <github@kuhnke.net>
    Nicoretti and ckunki committed May 16, 2023
    Configuration menu
    Copy the full SHA
    c7adafe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c24452 View commit details
    Browse the repository at this point in the history
  4. Update dependencies

    Nicoretti committed May 16, 2023
    Configuration menu
    Copy the full SHA
    5776bfd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    08c857c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6568c2e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4d4ae21 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Update dependencies

    Nicoretti committed May 19, 2023
    Configuration menu
    Copy the full SHA
    c86e279 View commit details
    Browse the repository at this point in the history
  2. Delete implementation notes

    Nicoretti committed May 19, 2023
    Configuration menu
    Copy the full SHA
    addff14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61333ae View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Configuration menu
    Copy the full SHA
    d8a1469 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f95539 View commit details
    Browse the repository at this point in the history
  3. Adjust DBAPI tests

    Nicoretti committed May 22, 2023
    Configuration menu
    Copy the full SHA
    599ccbb View commit details
    Browse the repository at this point in the history
  4. Update README.md

    * Add notes regarding wss beta status
    * Add basic usage information regarding wss dialect
    Nicoretti committed May 22, 2023
    Configuration menu
    Copy the full SHA
    0f92058 View commit details
    Browse the repository at this point in the history
  5. Update pylint rating

    * Make sure lower bound is bumped too
    Nicoretti committed May 22, 2023
    Configuration menu
    Copy the full SHA
    3eb7c96 View commit details
    Browse the repository at this point in the history
  6. Update dependencies

    Nicoretti committed May 22, 2023
    Configuration menu
    Copy the full SHA
    70253b9 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Fix rst formatting error

    Nicoretti committed May 23, 2023
    Configuration menu
    Copy the full SHA
    dcff405 View commit details
    Browse the repository at this point in the history
  2. Disable remaing failing SQLA compliance tests

    See also:
    
    * #341
    * #342
    Nicoretti committed May 23, 2023
    Configuration menu
    Copy the full SHA
    89388e8 View commit details
    Browse the repository at this point in the history
  3. Update dependencies

    Nicoretti committed May 23, 2023
    Configuration menu
    Copy the full SHA
    5ee6a76 View commit details
    Browse the repository at this point in the history
  4. Update exasol/driver/websocket/_connection.py

    Co-authored-by: Sebastian Bär <redcatbear@ursus-minor.de>
    Nicoretti and redcatbear authored May 23, 2023
    Configuration menu
    Copy the full SHA
    55c0a02 View commit details
    Browse the repository at this point in the history
  5. Update exasol/driver/websocket/_connection.py

    Co-authored-by: Sebastian Bär <redcatbear@ursus-minor.de>
    Nicoretti and redcatbear authored May 23, 2023
    Configuration menu
    Copy the full SHA
    c949009 View commit details
    Browse the repository at this point in the history
  6. Update exasol/driver/websocket/_connection.py

    Co-authored-by: Sebastian Bär <redcatbear@ursus-minor.de>
    Nicoretti and redcatbear authored May 23, 2023
    Configuration menu
    Copy the full SHA
    da085cb View commit details
    Browse the repository at this point in the history
  7. Update README.rst

    Co-authored-by: Torsten Kilias <tkilias@users.noreply.github.com>
    Nicoretti and tkilias authored May 23, 2023
    Configuration menu
    Copy the full SHA
    eadfdcb View commit details
    Browse the repository at this point in the history
  8. Fix documentatio build

    Nicoretti committed May 23, 2023
    Configuration menu
    Copy the full SHA
    d878dcf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8c620cc View commit details
    Browse the repository at this point in the history
  10. Remove outdated TODO

    Nicoretti committed May 23, 2023
    Configuration menu
    Copy the full SHA
    aeb4fdb View commit details
    Browse the repository at this point in the history
  11. Update README.rst

    Co-authored-by: Torsten Kilias <tkilias@users.noreply.github.com>
    Nicoretti and tkilias authored May 23, 2023
    Configuration menu
    Copy the full SHA
    8d61ce9 View commit details
    Browse the repository at this point in the history
  12. Update README.rst

    Co-authored-by: Torsten Kilias <tkilias@users.noreply.github.com>
    Nicoretti and tkilias authored May 23, 2023
    Configuration menu
    Copy the full SHA
    28779db View commit details
    Browse the repository at this point in the history
  13. Update README.rst

    Co-authored-by: Torsten Kilias <tkilias@users.noreply.github.com>
    Nicoretti and tkilias authored May 23, 2023
    Configuration menu
    Copy the full SHA
    c21886b View commit details
    Browse the repository at this point in the history
  14. Update README.rst

    Co-authored-by: Torsten Kilias <tkilias@users.noreply.github.com>
    Nicoretti and tkilias authored May 23, 2023
    Configuration menu
    Copy the full SHA
    79900f0 View commit details
    Browse the repository at this point in the history
  15. Update changelog

    Nicoretti committed May 23, 2023
    Configuration menu
    Copy the full SHA
    d470541 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8bf2f39 View commit details
    Browse the repository at this point in the history
  17. Update README.rst

    Co-authored-by: Torsten Kilias <tkilias@users.noreply.github.com>
    Nicoretti and tkilias authored May 23, 2023
    Configuration menu
    Copy the full SHA
    ed180fe View commit details
    Browse the repository at this point in the history
  18. Update README.rst

    Co-authored-by: Torsten Kilias <tkilias@users.noreply.github.com>
    Nicoretti and tkilias authored May 23, 2023
    Configuration menu
    Copy the full SHA
    2516712 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5372aee View commit details
    Browse the repository at this point in the history
  20. Update README

    Nicoretti committed May 23, 2023
    Configuration menu
    Copy the full SHA
    cc1c367 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5ca1c14 View commit details
    Browse the repository at this point in the history
  22. Update README

    Nicoretti committed May 23, 2023
    Configuration menu
    Copy the full SHA
    99cb8c7 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    36355db View commit details
    Browse the repository at this point in the history
  24. Fix unit tests

    Take new default parameter `client_name` into account.
    Nicoretti committed May 23, 2023
    Configuration menu
    Copy the full SHA
    85b2616 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Update CHANGELOG.rst

    Co-authored-by: Torsten Kilias <tkilias@users.noreply.github.com>
    Nicoretti and tkilias authored May 24, 2023
    Configuration menu
    Copy the full SHA
    5d8f7e4 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.rst

    Co-authored-by: Torsten Kilias <tkilias@users.noreply.github.com>
    Nicoretti and tkilias authored May 24, 2023
    Configuration menu
    Copy the full SHA
    a2d74d3 View commit details
    Browse the repository at this point in the history
  3. Update README.rst

    Co-authored-by: Torsten Kilias <tkilias@users.noreply.github.com>
    Nicoretti and tkilias authored May 24, 2023
    Configuration menu
    Copy the full SHA
    37b8053 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9eb3e1e View commit details
    Browse the repository at this point in the history