Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
jmoiron
/
sqlx
/
HEAD
bc91699
Upgrade dependencies (#909)
by Florin Pățan
· 1 year, 3 months ago
master
v1.4.0
dcafbc9
Introduce CircleCI (#922)
by Florin Pățan
· 1 year, 3 months ago
28212d4
Merge pull request #767 from liftoffio/gpark.sqlx.reset-slice
by Jason Moiron
· 3 years, 3 months ago
v1.3.5
421d1cd
Make Select reset slice length
by GaYoung Park
· 4 years ago
a62bc60
Merge pull request #728 from s7v7nislands/update_mysql_version
by Jason Moiron
· 4 years, 2 months ago
92bfa36
Merge pull request #734 from QuangTung97/fix/named-exec-values
by Jason Moiron
· 4 years, 2 months ago
v1.3.4
e6cd7ae
Merge pull request #731 from 2403905/godror
by Jason Moiron
· 4 years, 2 months ago
4b6b69e
Multiline indented query test case
by Tùng Tạ Quang
· 4 years, 2 months ago
f107302
Fix: Make sure loc[1] exists
by Tùng Tạ Quang
· 4 years, 2 months ago
3ab43db
Fix: Table contains VALUES
by Tùng Tạ Quang
· 4 years, 3 months ago
b20d679
Allow multi-level depth function calls
by Tùng Tạ Quang
· 4 years, 3 months ago
5317814
Fix to allow single column, one level function call and using VALUES after ON DUPLICATE KEY
by Tùng Tạ Quang
· 4 years, 3 months ago
2765bc4
update go-sql-driver/mysql to v1.6.0
by xbjiang
· 4 years, 3 months ago
1abdd3d
fix the default binds for a 'godror' driver
by Roman Perehkod
· 4 years, 3 months ago
1810e7a
update go versions to test against
by Jason Moiron
· 4 years, 3 months ago
874a5d4
add more tolerance to fixBound regexp
by Jason Moiron
· 4 years, 3 months ago
v1.3.3
1723f86
Merge pull request #718 from abraithwaite/alan/fix-named-batch
by Jason Moiron
· 4 years, 3 months ago
v1.3.2
df9bf98
add test for defensive section
by Alan Braithwaite
· 4 years, 4 months ago
be2db39
add basic happy tests
by Alan Braithwaite
· 4 years, 4 months ago
af474fb
update tests
by Alan Braithwaite
· 4 years, 4 months ago
6258c9a
named: address bulk insert v1.3.1 issues
by Alan Braithwaite
· 4 years, 4 months ago
a1d5e64
allow trailing spaces in bulk inseriton via named queries, fix #690
by Jason Moiron
· 4 years, 6 months ago
75a7ebf
fixes #688
by Jason Moiron
· 4 years, 6 months ago
v1.3.1
4cb7f7d
Merge pull request #537 from muesli/conversion-fixes
by Jason Moiron
· 4 years, 6 months ago
v1.3.0
7c312af
add cockroach driver to default driver list as DOLLAR
by Jason Moiron
· 4 years, 6 months ago
29f9f5e
Merge pull request #429 from snigle/reflectx
by Jason Moiron
· 4 years, 6 months ago
pr-529
d5886a9
update the backwards compatibility section in the readme
by Jason Moiron
· 4 years, 6 months ago
e8d91d2
recent changes -> describe changes since the v1.2.0 tag
by Jason Moiron
· 4 years, 6 months ago
772552f
Merge pull request #687 from jmoiron/pr-501
by Jason Moiron
· 4 years, 6 months ago
ae5edc7
remove duplicate .idea gitignore
by Jason Moiron
· 4 years, 6 months ago
b42561b
extract map[string]interface{} conversion for convertible named types and combine with change to bindAnyArgs test
by Jason Moiron
· 4 years, 6 months ago
ba0e7e7
do not duplicate bindAnyArgs in bindArgs
by Jason Moiron
· 4 years, 6 months ago
68949f7
Merge pull request #501 from J-Zeitler/map_batch
by Jason Moiron
· 4 years, 6 months ago
03c8d81
add new relic instrumented drivernames to default bindvar lists, fixes #563
by Jason Moiron
· 4 years, 6 months ago
45f24e9
code simplification from #534 with slight tweak
by Jason Moiron
· 4 years, 6 months ago
917b018
fix up colon test, add documentation for skipping it
by Jason Moiron
· 4 years, 6 months ago
0a02cfe
Merge pull request #152 from vibbix/patch-1
by Jason Moiron
· 4 years, 6 months ago
549f10b
add intellij project folder to gitignore
by Jason Moiron
· 4 years, 6 months ago
0bdc2a7
Merge pull request #635 from nussjustin/optimize-in
by Jason Moiron
· 4 years, 6 months ago
ded6c03
sanity check #686
by Jason Moiron
· 4 years, 6 months ago
b997f6c
update sqlite3, used in tests
by Jason Moiron
· 4 years, 6 months ago
b840abe
Merge pull request #644 from maragudk/master
by Jason Moiron
· 4 years, 6 months ago
7b5a3fc
Merge pull request #667 from romandvoskin/SupportFunctionsOnMultiInsert
by Jason Moiron
· 4 years, 6 months ago
0a20ca9
Merge pull request #680 from zgoat/iface
by Jason Moiron
· 4 years, 6 months ago
c5cc0d9
Suppport "type A map[string]interface{}" in named queries
by Martin Tournoij
· 4 years, 7 months ago
00c6e74
allow users to specify bind type (#520)
by Jason Moiron
· 4 years, 8 months ago
b63be72
Fix rex and add now to tests
by Roman Dvoskin
· 4 years, 8 months ago
e9dcf98
Merge pull request #1 from maragudk/readme-code-fix
by Markus Wüstenberg
· 5 years ago
fcca259
Remove wrong comment in code example in readme
by Markus Wüstenberg
· 5 years ago
13b2331
Use pointers for In slice arguments to avoid allocations
by Justin Nuß
· 5 years ago
3e215b6
Allocate In argument metadata on stack if possible
by Justin Nuß
· 5 years ago
84af78b
Use strings.Builder to avoid an allocation for In
by Justin Nuß
· 5 years ago
0794cb1
cleanups for go modules
by Jason Moiron
· 5 years ago
36fd396
Merge pull request #574 from siddontang/master
by Jason Moiron
· 5 years ago
57b996e
update sum for 1.2
by Jason Moiron
· 5 years ago
f5f08a7
Merge pull request #581 from zhanghanyun/patch-1
by Jason Moiron
· 5 years ago
821bd4d
Merge branch 'master' into patch-1
by Jason Moiron
· 5 years ago
da7ec72
Merge pull request #584 from riftbit/FIX-#583
by Jason Moiron
· 5 years ago
2cb55b2
Merge pull request #632 from GSokol/small_performance_improvement_for_batch_insert
by Jason Moiron
· 5 years ago
056d01c
Small performance improvement for batch indsert
by Grigorii Sokolik
· 5 years ago
53323b7
Merge pull request #616 from suzuki-shunsuke/fix/support-bulk-insert-of-map
by Jason Moiron
· 5 years ago
1ba5caf
Merge pull request #627 from mwf/update-mysql
by Jason Moiron
· 5 years ago
9d66cd2
fixes #626: bump mysql driver version - appengine indirect dependency is dropped
by Ivan Korolev
· 5 years ago
c254cb1
Replace bindArgs to bindAnyArgs to support map
by Shunsuke Suzuki
· 5 years ago
ee51494
Merge pull request #603 from azratul/master
by Jason Moiron
· 5 years ago
0724e2d
Added support for Godror's oracle driver
by Claudio Lepin
· 5 years ago
e720398
Closes #583
by Riftbit [ErgoZ] BitBase
· 6 years ago
1bc8b1c
Update go.mod
by Pythonidea
· 6 years ago
2ba0fc6
Merge pull request #551 from demiurgestudios/master
by Jason Moiron
· 6 years ago
d760184
Apply code review suggestions from cespare
by Owen
· 6 years ago
e2189dc
wrap sql.Conn
by siddontang
· 6 years ago
d7d9517
Merge pull request #547 from Mungrel/surface-value-error
by Jason Moiron
· 6 years ago
b1416de
Fix #473: handle nil arguments in In()
by Owen
· 6 years ago
963a1e7
Handle error returned from a.Value()
by Nick Pollett
· 6 years ago
8ee4665
Removed unnecessary conversion
by Christian Muehlhaeuser
· 6 years ago
38398a3
add 1.12 to tests and drop unsupported 1.8, 1.9
by Jason Moiron
· 6 years ago
1ae93ed
Merge pull request #514 from bretep/master
by Jason Moiron
· 6 years ago
c96cee4
Fix batch INSERT when using ON CONFLICT
by Bret Palsson
· 6 years ago
1d3423c
Merge pull request #508 from tockn/fix-typo-excution
by Jason Moiron
· 6 years ago
a14344d
fix typo
by tockn
· 6 years ago
6b6805d
fix typo
by tockn
· 6 years ago
429af82
add batch insert examples to readme
by jz-modfin
· 6 years ago
bf8aed5
add support for batch insert/exec with maps in addition to structs
by jz-modfin
· 6 years ago
cdf62fd
change the name of the user docs in the README
by Jason Moiron
· 6 years ago
fc668fe
add a test for bulk insert, fix an issue with non-question bindvars
by Jason Moiron
· 6 years ago
17e6493
Merge pull request #285 from hmgle/batch-insert
by Jason Moiron
· 6 years ago
79292ef
Merge pull request #477 from elvizlai/master
by Jason Moiron
· 6 years ago
d085705
Merge pull request #489 from thedevsaddam/patch-1
by Jason Moiron
· 6 years ago
29abe2d
Add go 1.11.x version
by Saddam H
· 7 years ago
30e0314
fix: named error
by elvizlai
· 7 years ago
82935fa
Merge pull request #466 from LinuxMatt/master
by Jason Moiron
· 7 years ago
ed7c52c
Support prepared statements on cznic/ql database
by LinuxMatt
· 7 years ago
3a41166
Merge pull request #434 from Quasilyte/master
by Jason Moiron
· 7 years ago
2fc13f5
Merge pull request #462 from ferhatelmas/copy-for-loop
by Jason Moiron
· 7 years ago
e6b4972
reflectx: use copy instead of for loop
by ferhat elmas
· 7 years ago
d161d7a
add go.sum and updated go.mod w/ test deps
by Jason Moiron
· 7 years ago
v1.2.0
98524a5
add go.mod
by Jason Moiron
· 7 years ago
f7dfd2d
fix sql server tests
by Jason Moiron
· 7 years ago
e5b68e6
add missing import
by Jason Moiron
· 7 years ago
a1748a3
Merge pull request #287 from nussjustin/perf-in-slice
by Jason Moiron
· 7 years ago
Next »