-
-
Notifications
You must be signed in to change notification settings - Fork 243
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
v5.3.4 #644
v5.3.4 #644
Commits on Oct 29, 2020
-
fix: improve model ID field customization (#604)
Updates places where `"id"` was hardcoded instead of using `model.IDField()`.
Configuration menu - View commit details
-
Copy full SHA for f36afb5 - Browse repository at this point
Copy the full SHA f36afb5View commit details
Commits on Dec 15, 2020
-
Ensure uninitialized map is initialized when unmarshaling json
Add tests for this scenario
Configuration menu - View commit details
-
Copy full SHA for 4d0d826 - Browse repository at this point
Copy the full SHA 4d0d826View commit details
Commits on Dec 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 81e5f2d - Browse repository at this point
Copy the full SHA 81e5f2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e3d2e2 - Browse repository at this point
Copy the full SHA 0e3d2e2View commit details
Commits on Jan 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b2918a3 - Browse repository at this point
Copy the full SHA b2918a3View commit details
Commits on Jan 18, 2021
-
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.
Configuration menu - View commit details
-
Copy full SHA for 0fb7635 - Browse repository at this point
Copy the full SHA 0fb7635View commit details
Commits on Jan 27, 2021
-
* 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>
Configuration menu - View commit details
-
Copy full SHA for 119c0d2 - Browse repository at this point
Copy the full SHA 119c0d2View commit details
Commits on Jan 28, 2021
-
* Latest from development (#617) * fix: improve model ID field customization (#604) Updates places where `"id"` was hardcoded instead of using `model.IDField()`. * Ensure uninitialized map is initialized when unmarshaling json Add tests for this scenario * exclude migration_table_name from connection string * add test for OptionsString * Add support for pointer FKs when preloading a belongs_to association (#602) * 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. * 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> Co-authored-by: Patrik <zepatrik@users.noreply.github.com> Co-authored-by: Michael Montgomery <mmontg1@gmail.com> Co-authored-by: kyrozetera <jasonhale.w@gmail.com> Co-authored-by: Reggie Riser <4960757+reggieriser@users.noreply.github.com> Co-authored-by: hackerman <3372410+aeneasr@users.noreply.github.com> Co-authored-by: Stanislas Michalak <stanislas.michalak@gmail.com> Co-authored-by: Larry M Jordan <larrymoralesjordan@gmail.com> * adding goreleaser syntaz (#619) Co-authored-by: Patrik <zepatrik@users.noreply.github.com> Co-authored-by: Michael Montgomery <mmontg1@gmail.com> Co-authored-by: kyrozetera <jasonhale.w@gmail.com> Co-authored-by: Reggie Riser <4960757+reggieriser@users.noreply.github.com> Co-authored-by: hackerman <3372410+aeneasr@users.noreply.github.com> Co-authored-by: Stanislas Michalak <stanislas.michalak@gmail.com> Co-authored-by: Larry M Jordan <larrymoralesjordan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f252caa - Browse repository at this point
Copy the full SHA f252caaView commit details
Commits on Feb 6, 2021
-
Resolve issues in UPDATE and DELETE when using schemas (#618)
* Resolve MySQL issues and improve test migrations * Bump CockroachDB to maintained and supported versions Version 2.1 has reached EoL in 2019 Signed-off-by: aeneasr <3372410+aeneasr@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ad18e4d - Browse repository at this point
Copy the full SHA ad18e4dView commit details -
Use
PaginatorPageKey
andPaginatorPerPageKey
variables (#615)* update pagination_test
Configuration menu - View commit details
-
Copy full SHA for e314840 - Browse repository at this point
Copy the full SHA e314840View commit details
Commits on Mar 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 46cfd45 - Browse repository at this point
Copy the full SHA 46cfd45View commit details
Commits on Apr 13, 2021
-
Allow nullable JSONB and resolve MySQL regression (#639)
Benjamin Blattberg authoredApr 13, 2021 Configuration menu - View commit details
-
Copy full SHA for fbf43b4 - Browse repository at this point
Copy the full SHA fbf43b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b7b5ef - Browse repository at this point
Copy the full SHA 1b7b5efView commit details
Commits on Apr 14, 2021
-
Added connection maximum idle time configuration (#635)
This PR add the possibility to configure the connection maximum idle time (https://golang.org/pkg/database/sql/#DB.SetConnMaxIdleTime). Closes #632 BREAKING CHANGE: Requires Go 1.15 from now on.
Configuration menu - View commit details
-
Copy full SHA for 83cf49c - Browse repository at this point
Copy the full SHA 83cf49cView commit details
Commits on Apr 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 51f7117 - Browse repository at this point
Copy the full SHA 51f7117View commit details
Commits on May 5, 2021
-
- `jackc/pgx` to version `v4.11.0`. - `jmoiron/sqlx` to version`v1.3.3` - `lib/pq` to version`v1.10.1`
Configuration menu - View commit details
-
Copy full SHA for cf0a600 - Browse repository at this point
Copy the full SHA cf0a600View commit details -
Configuration menu - View commit details
-
Copy full SHA for e947d1b - Browse repository at this point
Copy the full SHA e947d1bView commit details -
Fix Inner has many associations when passing on multiple arguments (#633
Configuration menu - View commit details
-
Copy full SHA for 96f8e48 - Browse repository at this point
Copy the full SHA 96f8e48View commit details
Commits on May 6, 2021
-
Remove many to many TX condition for EagerPreload (#645)
* Remove the need to use Tx when loading many to many associations * replace TX access to create a new tx.Store.Transaction() object
Configuration menu - View commit details
-
Copy full SHA for aeb9b56 - Browse repository at this point
Copy the full SHA aeb9b56View commit details -
Added fix/tests for has_many with pointer foreign key (#647)
Co-authored-by: Antonio Pagano <645522+paganotoni@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bef765a - Browse repository at this point
Copy the full SHA bef765aView commit details