8000 Tags · georgysavva/scany · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: georgysavva/scany

Tags

v2.1.4

Toggle v2.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add getters of some options (#151)

v1.2.3

Toggle v1.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Reduce per-row allocations (#149)

Co-authored-by: Andrey Kuznetsov <andkuznetsov@ozon.ru>

v2.1.3

Toggle v2.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add special type for scanning of unused columns (V1) (#132) (#134)

* add noOpScanType

* remove Value method

* add test for scanning of unknown enum

* fix tests

* update db version

* fix codecov

* use token in codecov

---------

Co-authored-by: br3w0r <daniildirun123@gmail.com>

v1.2.2

Toggle v1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add special type for scanning of unused columns (V1) (#132)

* add noOpScanType

* remove Value method

* add test for scanning of unknown enum

* fix tests

* update db version

* fix codecov

* use token in codecov

---------

Co-authored-by: Georgy Savva <georgy.savva@gmail.com>

v2.1.2

Toggle v2.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Cache columeToIndexFieldMap (#131)

v2.1.1

Toggle v2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Reduce per-row allocations (#130)

Modify several internal functions to avoid allocating unnecessary
memory. This commit employs three strategies:

- Allocate a scans slice only when scanning the first row, and store it
  inside the RowScanner to reuse on subsequent rows.
- When scanning into slices, use more sophistocated reflection code to
  extend the slie while avoid temporary slice header allocations.
- When scanning into slices of non-pointers, scan directly into the
  slice index, rather than allocate a new value and copy after scanning.

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding ScanAllSets to the api (#115)

* feat: add ScanAllSets

* test: mssql for ScanAllSets

* fix: ScanOne should close rows

* Add a way to test mssql

* fix linters

* Fix godot

---------

Co-authored-by: Georgy Savva <georgy.savva@gmail.com>

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
replace pgtype with pgx/v5/pgtype (#97)

It looks like in pgx v5 github.com/jackc/pgtype package needs to be replaced with github.com/jackc/pgx/v5/pgtype

https://github.com/jackc/pgx/blob/f803c790d0999e9028cbffefad9df02e4aff913a/CHANGELOG.md#merged-packages

as mentioned by @kohenkatz in PR #94

v2.0.0-alpha.3

Toggle v2.0.0-alpha.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
replace pgtype with pgx/v5/pgtype (#97)

It looks like in pgx v5 github.com/jackc/pgtype package needs to be replaced with github.com/jackc/pgx/v5/pgtype

https://github.com/jackc/pgx/blob/f803c790d0999e9028cbffefad9df02e4aff913a/CHANGELOG.md#merged-packages

as mentioned by @kohenkatz in PR #94

v2.0.0-alpha.2

Toggle v2.0.0-alpha.2's commit message
Fix PkgGoDev link in the Readme

0