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 postgres KeyError with missing explicit columns (#190) #482

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Apr 1, 2022

  1. Fix postgres KeyError with missing explicit columns (encode#190)

    If no explicit colum info is present, the postgres Record class causes a
    KeyError. Besides the given example in encode#190 this also
    happens if you construct the queries from text-clauses.
    
    Handling this the same way as if there is no entry in `self._column_map`
    fixes the error.
    
    A simple testcase is added as well.
    Roland Sommer committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    b049b9d View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

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

Commits on Jun 23, 2022

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

Commits on Jul 27, 2023

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