issues
search
hashicorp
/
go-dbw
A simple package that encapsulates database operations.
Mozilla Public License 2.0
13
stars
2
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix/feature: fix and extend debug logging
#59
jimlambrt
closed
1 month ago
0
chore: update all deps
#58
jimlambrt
closed
3 months ago
0
feat: refact DeleteItems(...) to batch deletes
#57
jimlambrt
closed
3 months ago
0
Update github.com/mattn/go-sqlite3 to newer version
#56
briancain
closed
3 months ago
5
feat: refactor CreateItems(...) to batch inserts
#55
jimlambrt
closed
3 months ago
1
Use pgx.SendBatch(...) for bulk operations
#54
jimlambrt
closed
3 months ago
1
chore (db): upgrade pgx to v5
#53
jimlambrt
closed
3 months ago
0
Upgrade to pgx5
#52
jimlambrt
closed
3 months ago
2
chore: update deps
#51
jimlambrt
closed
8 months ago
0
chore(deps): bump github.com/jackc/pgx/v4 from 4.18.1 to 4.18.2
#50
dependabot[bot]
closed
8 months ago
1
chore: update deps
#49
jimlambrt
closed
8 months ago
0
chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0
#48
dependabot[bot]
closed
10 months ago
0
chore: update deps
#47
jimlambrt
closed
1 year ago
0
chore(deps): bump google.golang.org/grpc from 1.53.0 to 1.56.3
#46
dependabot[bot]
closed
1 year ago
2
chore(deps): bump golang.org/x/net from 0.10.0 to 0.17.0
#45
dependabot[bot]
closed
1 year ago
0
chore (workflows): add make-gen-delta workflow
#44
jimlambrt
closed
1 year ago
0
[COMPLIANCE] Add Copyright and License Headers
#43
hashicorp-copywrite[bot]
closed
1 year ago
1
chore: add copywrite config
#42
jimlambrt
closed
1 year ago
0
[COMPLIANCE] Add Copyright and License Headers
#41
hashicorp-copywrite[bot]
closed
1 year ago
1
chore: add coverage reporting
#40
jimlambrt
closed
1 year ago
0
chore: update go version and deps
#39
jimlambrt
closed
1 year ago
0
chore(deps): bump google.golang.org/grpc from 1.41.0-dev.0.20210907181116-2f3355d2244e to 1.53.0
#38
dependabot[bot]
closed
1 year ago
2
Revert "chore (sqlite): convert to pure go sqlite driver"
#37
jimlambrt
closed
1 year ago
0
chore (sqlite): convert to pure go sqlite driver
#36
jimlambrt
closed
1 year ago
0
fix: handle read-only fields properly in clearDefaultNullResourceFields(...)
#35
jimlambrt
closed
1 year ago
0
fix: fix gorm issue with reading values which are defaulted to null
#34
jimlambrt
closed
1 year ago
0
SEC-090: Automated trusted workflow pinning (2023-04-11)
#33
hashicorp-tsccr[bot]
closed
1 year ago
0
chore: update deps
#32
jimlambrt
closed
1 year ago
0
chore: update deps
#31
jimlambrt
closed
1 year ago
0
[COMPLIANCE] Add Copyright and License Headers
#30
hashicorp-copywrite[bot]
closed
1 year ago
0
chore (docs): remove extra space in code example
#29
jimlambrt
closed
1 year ago
0
Half-space is should be deleted.
#28
ss49919201
closed
1 year ago
0
chore: format code block indent
#27
ss49919201
closed
1 year ago
2
[COMPLIANCE] Add or update MPL 2.0 LICENSE
#26
hashicorp-copywrite[bot]
closed
2 years ago
0
Add Dialect to Reader and Writer
#25
johanbrandhorst
closed
2 years ago
0
chore: update all deps
#24
jimlambrt
closed
2 years ago
0
update gorm dependencies
#23
jimlambrt
closed
2 years ago
0
fix: honor timeouts/cancellation for DoTx retries
#22
jimlambrt
closed
2 years ago
0
feature: enable sqlite foreign keys in OpenWith(...)
#21
jimlambrt
closed
2 years ago
0
feature: add nil check to RW InTx(...)
#20
jimlambrt
closed
2 years ago
0
feature: add support for RW IsTx(...)
#19
jimlambrt
closed
2 years ago
1
feature: add Begin, Rollback, Commit to Writer interface
#18
jimlambrt
closed
2 years ago
0
feature: enable sqlite foreign keys in Open(...)
#17
jimlambrt
closed
2 years ago
0
tests: add TestSetupWithMock(...)
#16
jimlambrt
closed
2 years ago
0
tests: terminate all connections before dropping tmp test postgres db
#15
jimlambrt
closed
2 years ago
0
tests: minor wordsmithing updates to a comment and a test assert
#14
jimlambrt
closed
2 years ago
0
fix (testing): better handling of sqlite connections for TestSetup(...)
#13
jimlambrt
closed
2 years ago
0
refactor: Export Column type so it can be serialized
#12
jimlambrt
closed
2 years ago
0
feature: Add WithDebug support to: Query, Exec, LookupBy, SearchWhere
#11
jimlambrt
closed
2 years ago
0
defect (WithTable): Fix WithVersion(...) to work with WithTable(...)
#10
jimlambrt
closed
2 years ago
0
Next