Commit Graph

294 Commits

Author SHA1 Message Date
glebarez
e2364fb28d Merge branch 'upstream-master' 2021-12-16 14:14:12 +01:00
glebarez
f3f0441452 Merge branch 'benchmarks' into 'master'
Go vs CGo benchmarks refactored (not TPCH)

See merge request cznic/sqlite!31
2021-12-16 12:50:41 +00:00
glebarez
abe4fa449b Go vs CGo benchmarks refactored (not TPCH) 2021-12-16 12:50:41 +00:00
Jan Mercl
019ed373da windows/amd64: upgrade to SQLite 3.37.0, closes #80 v1.14.4 2021-12-14 11:36:54 +01:00
Jan Mercl
e1f0d0ba8f s390x: disable failing tests/2 2021-12-14 11:15:52 +01:00
Jan Mercl
65fb6c69a9 windows/amd64: switch to SQLite 3.37.0 2021-12-13 21:58:22 +01:00
Jan Mercl
dd7029cfff s390x: disable failing tests 2021-12-13 15:02:51 +01:00
glebarez
fc32006200 Revert "lisence"
This reverts commit c39af781b3.
2021-12-13 00:02:38 +01:00
glebarez
88944cde85 sqlite license 2021-12-12 23:56:20 +01:00
glebarez
46365adb1a remove retract block from go.mod (already processed by golang index) 2021-12-12 13:40:00 +01:00
glebarez
68475b3db2 remove indirect TCL dep 2021-12-12 13:38:56 +01:00
glebarez
f1144f47ec fix examples 2021-12-12 13:38:45 +01:00
glebarez
5d506e7318 fix readme 2021-12-12 12:21:43 +01:00
glebarez
1c1cf557bf fix go.mod 2021-12-12 12:21:38 +01:00
glebarez
88e5a0af83 remove doc 2021-12-12 12:14:59 +01:00
glebarez
6bbed923d2 remove generator 2021-12-12 12:14:49 +01:00
glebarez
c39af781b3 lisence 2021-12-12 12:14:17 +01:00
glebarez
1a485742d9 remove unconvert.sh 2021-12-12 12:11:29 +01:00
glebarez
ad0f1ce269 fix TestColumnTypes 2021-12-12 12:08:32 +01:00
glebarez
674fcc4ffb remove comparative tests against Cgo implementation (mattn's) 2021-12-12 11:58:45 +01:00
glebarez
fe9713d7fc remove tpch benchmark (tested in upstream) 2021-12-12 11:55:20 +01:00
glebarez
5e37faf4f1 remove Tcl testing suite (this is tested in upstream) 2021-12-12 11:54:46 +01:00
glebarez
7cf430b4a9 retract older versions v1.14.3 2021-12-11 16:37:06 +01:00
glebarez
0820157d1f remove lib/ folder (it's imported from upstream) v0.0.1 2021-12-11 15:04:30 +01:00
glebarez
10b7e8bcb8 go mod rename 2021-12-11 14:29:48 +01:00
glebarez
0fe9ac09b0 update readme 2021-12-11 14:07:03 +01:00
glebarez
70caf07bd7 leave parameter count error for latter stage 2021-12-11 14:04:09 +01:00
glebarez
3e826851d9 re-implement rows{}: support for multi-statement SQL; deferred execution until Next() called 2021-12-11 14:04:09 +01:00
Сахнов Глеб Андреевич
fbd12bd006 optional logging of SQL statments 2021-12-11 14:04:09 +01:00
Jan Mercl
7b21af2c7f darwin/arm64: regenerate, update dependencies 2021-12-10 15:32:31 +01:00
Jan Mercl
b49ad1eb79 windows: enable zipfile.test, updates #80 2021-12-08 18:27:57 +01:00
Jan Mercl
8db47beb23 upgrade to tcl8.6.12/2 2021-12-08 11:33:15 +01:00
Jan Mercl
8d51c9830e upgrade to tcl8.6.12 2021-12-07 20:54:50 +01:00
Jan Mercl
cbb9557100 add tpch.sh 2021-12-03 22:15:19 +01:00
Jan Mercl
cfee3bea08 release SQLite 3.37.0 2021-12-02 14:56:58 +01:00
Dan Peterson
016dce0ab9 darwin/arm64: regenerate 2021-12-01 15:29:39 -04:00
Jan Mercl
32c44981d8 update dependencies 2021-12-01 20:19:32 +01:00
Jan Mercl
fd9cba43ce use -ignore-unsupported-alignment, enables generating on darwin/arm64 2021-12-01 19:12:08 +01:00
Jan Mercl
2e81d6072a update dependencies 2021-12-01 15:18:24 +01:00
Jan Mercl
9ac8e1282d SQLite 3.37.0: rc2 2021-11-30 18:46:09 +01:00
Jan Mercl
12794c24e9 3.37.0: regenerate all but darwin/arm64, netbsd/amd64 and windows/386 2021-11-29 14:57:11 +01:00
Jan Mercl
d4ed92c0a7 regenerate all but windows, updates #77 2021-11-25 16:13:25 +01:00
Jan Mercl
bf09fc9c7a windows: fix build on Go 1,16
Updates #76

commit 44e6def788b46aad7f1f031706e99985b64bb343
Author: Jan Mercl <0xjnml@gmail.com>
Date:   Sun Nov 14 11:11:51 2021 +0100

    OK
2021-11-14 11:12:37 +01:00
Jan Mercl
6a550af056 Support windows/amd64.
This target had previously only experimental status because of a now resolved
memory leak.

Closes #23
Updates #72
2021-11-13 20:39:47 +01:00
Jan Mercl
c0894304cd windows/amd64: regenerate 2021-11-13 10:19:47 +01:00
Jason DeBettencourt
2f71039535 #72, long paths now allowed with Go 1.17 on Win 10 version >=1607. Skip path test on 1.17, but run if not 1.17 2021-11-10 17:51:57 -05:00
Jan Mercl
5e04542b70 darwin/amd64: regenerate with updated dependencies, updates libc#13 2021-11-10 15:41:27 +01:00
Jan Mercl
03e0695dd5 netbsd/amd64: regenerate 2021-11-09 15:30:55 +01:00
Jan Mercl
f57b67ef4d freebsd/amd64: regenerate 2021-11-07 23:16:53 +01:00
Jan Mercl
c07fc560c9 libtest: configure mutexes 2021-11-04 21:11:26 +01:00