issues
search
georgysavva
/
scany
Library for scanning data from a database into Go structs and more
MIT License
1.31k
stars
68
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
pgxscan doesn't transform timestamp as it does sqlscan
#146
B0ER
opened
1 week ago
0
Streaming support
#145
CthulhuDen
closed
4 weeks ago
2
How does struct mapping work?
#144
SharkFourSix
closed
1 month ago
2
Method Get Return error `scanning one: scanning: doing scan: starting: scany: to scan into a primitive type, columns number must be exactly 1, got: 15`
#143
divir112
closed
2 months ago
1
Return a different type
#142
sofasurfa
closed
1 month ago
2
Scanning into two custom structs that are not under my control
#141
somerandomuser666
closed
4 months ago
2
Handling of child structs when join equates to null
#140
psamatt
closed
3 months ago
2
NewApi doesn't support pgxscan
#139
sv-22
closed
5 months ago
1
Prototype generic methods
#138
RangelReale
closed
5 months ago
2
Question: Scan all - missing a field from struct
#137
marko995
closed
6 months ago
0
Is scany thread safe ?
#136
charbelcs123
opened
6 months ago
2
Decoding into an Array of Structs with an Embedded Field Fails
#135
DavidArchibald
closed
3 months ago
2
Add special type for scanning of unused columns (V1) (#132)
#134
georgysavva
closed
7 months ago
1
Add special type for scanning of unused columns (V1) (#132)
#133
georgysavva
closed
7 months ago
0
Add special type for scanning of unused columns (V1)
#132
br3w0r
closed
7 months ago
4
Cache columeToIndexFieldMap
#131
zolstein
closed
7 months ago
3
Reduce per-row allocations
#130
zolstein
closed
7 months ago
3
Bump github.com/jackc/pgx/v5 from 5.0.0 to 5.5.4
#129
dependabot[bot]
closed
7 months ago
1
Bump github.com/jackc/pgx/v5 from 5.0.0 to 5.5.4
#128
dependabot[bot]
closed
8 months ago
0
Question: pgx v5 now supports scan to struct. Are there any differences between scany and it?
#127
ccrotty
opened
8 months ago
4
Inconsistent behavior between Get and Select
#126
steeling
closed
6 months ago
4
Feature request: NotSingular error type
#125
leejuyuu
closed
9 months ago
3
Scan results from join
#124
lexdevelop
closed
9 months ago
1
Postgis types (using paulmach's orb package)
#123
sid6mathur
closed
9 months ago
3
cannot use db (variable of type *pgxpool.Pool) as pgxscan.Querier value in argument to pgxscan.Select: *pgxpool.Pool does not implement pgxscan.Querier (wrong type for method Query)
#122
edewindt
closed
10 months ago
5
Bump golang.org/x/crypto from 0.0.0-20220829220503-c86fa9a7ed90 to 0.17.0
#121
dependabot[bot]
closed
11 months ago
1
Unsafe scan
#120
dvsnin
closed
1 year ago
2
Parsing text field as datetime
#119
syrm
closed
1 year ago
1
Roadmap: named parameters
#118
jsumners
closed
10 months ago
1
`sqlscan.ScanOne` seems to be mapping columns incorrectly
#117
jsumners
closed
1 year ago
1
Support sql.DB.QueryRow
#116
jsumners
closed
1 year ago
1
Adding ScanAllSets to the api
#115
kmpm
closed
10 months ago
4
Do not Close rows after Scan
#114
dmzkrsk
closed
1 year ago
2
ErrNoRows not working
#113
ggalihpp-jubelio
closed
1 year ago
2
no error on empty result set. Is it ok?
#112
cherryBaker
closed
1 year ago
2
Scanning into struct with non-primitive (custom) field
#111
ahmadmusair
closed
1 year ago
3
pgxscanny.Get and rows.Close()
#110
sergey-tb
closed
1 year ago
1
Bump golang.org/x/sys from 0.0.0-20210823070655-63515b42dcdf to 0.1.0
#109
dependabot[bot]
closed
1 year ago
2
Bump golang.org/x/text from 0.3.7 to 0.3.8
#108
dependabot[bot]
closed
1 year ago
1
Scan result of joining two tables with the same fields
#107
olezhek28
closed
1 year ago
5
question: why scany.ErrNotFound instead of sql.ErrNoRows
#106
mxmaxime
closed
1 year ago
2
Possible Query Limit?
#105
edewindt
closed
1 year ago
3
Failing to scan rows into map[string]interface{} with null values
#104
cemremengu
closed
1 year ago
8
Select with pgxpool Pool NewWithConfig
#103
trentmurray
closed
1 year ago
1
Error after upgrading to v2
#102
graineri
closed
1 year ago
0
Don't reset the destination slice in ScanAll method
#101
CyganFx
closed
1 year ago
4
Error handling
#100
0radek
closed
1 year ago
1
Column names that contain numbers
#99
shzxcv
closed
2 years ago
1
Scanning into a map[string]string{}
#98
lknop
closed
1 year ago
2
replace pgtype with pgx/v5/pgtype
#97
vadimi
closed
2 years ago
4
Next