Skip to content

Tags: fosmjo/pg

Tags

v9.0.0-beta.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request go-pg#1331 from go-pg/fix/normalize-bigserial

Normalize bigserial to bigint. Use pkSQLType only when creating a table.

v8.0.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request go-pg#1316 from shahrukh330/v8

Merge copy fix into v8

v9.0.0-beta.1

readme: add v9

v9.0.0-beta

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request go-pg#1271 from go-pg/fix/go-mod-v9

go mod v9

v8.0.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request go-pg#1181 from go-pg/fix/select-into-embedded-str…

…uct-ptr

Fix scanning into nil embedded struct pointer

v8.0.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request go-pg#1147 from go-pg/fix/created-at

Fix MaxConnAge and MinIdleConns

v8.0.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request go-pg#1132 from go-pg/fix/composite-scan-null

orm: fix scanning null values in composites

v8.0.1

Fix ReadSlice usaage

v8.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request go-pg#1123 from go-pg/fix/soft-delete-time-ptr

orm: fix nil time ptr

v7.1.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request go-pg#1099 from go-pg/fix/with-ctx-race

Fix race in WithContext