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

Latest from development #617

Merged
merged 7 commits into from
Jan 27, 2021
Merged

Latest from development #617

merged 7 commits into from
Jan 27, 2021

Commits on Oct 29, 2020

  1. fix: improve model ID field customization (#604)

    Updates places where `"id"` was hardcoded instead of using `model.IDField()`.
    zepatrik committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    f36afb5 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. Ensure uninitialized map is initialized when unmarshaling json

    Add tests for this scenario
    naemono authored and stanislas-m committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    4d0d826 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2020

  1. Configuration menu
    Copy the full SHA
    81e5f2d View commit details
    Browse the repository at this point in the history
  2. add test for OptionsString

    kyrozetera authored and stanislas-m committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    0e3d2e2 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

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

Commits on Jan 18, 2021

  1. feat: support context-aware tablenames (#614)

    This patch adds a feature which enables pop to pass down the connection context to the model's TableName() function by implementing TableName(ctx context.Context) string. The context can be used to dynamically generate tablenames which can be important for prefixed or generic tables and other use cases.
    aeneasr committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    0fb7635 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. Bump pg deps (#616)

    * Reset to development
    
    * bumping pgx and pgconn versions
    
    Co-authored-by: Stanislas Michalak <stanislas.michalak@gmail.com>
    Co-authored-by: Larry M Jordan <larrymoralesjordan@gmail.com>
    3 people committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    119c0d2 View commit details
    Browse the repository at this point in the history