0
0
mirror of https://gitlab.com/cznic/sqlite.git synced 2025-05-22 23:28:02 +00:00

26 Commits

Author SHA1 Message Date
8f692c983b migrate from deprecated ioutil package 2022-08-25 09:38:46 +00:00
282bdb12f8 upgrade to SQLite 3.39.2 2022-08-10 08:49:05 +02:00
62081fe929 adjust for Go 1.19 changes 2022-07-25 10:19:12 +02:00
177bade495 linux/riscv64: avoid misc7.test hanging on Go1.19rc2 2022-07-19 17:18:46 +02:00
240ca5f4df linux/ppc64le: avoid misc7.test hanging when ulimit -n is bellow 1024 2022-05-03 08:24:11 +02:00
e1f0d0ba8f s390x: disable failing tests/2 2021-12-14 11:15:52 +01:00
65fb6c69a9 windows/amd64: switch to SQLite 3.37.0 2021-12-13 21:58:22 +01:00
dd7029cfff s390x: disable failing tests 2021-12-13 15:02:51 +01:00
b49ad1eb79 windows: enable zipfile.test, updates 2021-12-08 18:27:57 +01:00
9ac8e1282d SQLite 3.37.0: rc2 2021-11-30 18:46:09 +01:00
d4ed92c0a7 regenerate all but windows, updates 2021-11-25 16:13:25 +01:00
064df839a4 driver: support _time_format DSN query param
Building on the _pragma query param support added in 508747c9, support
a new _time_format query param.

If _time_format is set to "sqlite", written times use the time package
format "2006-01-02 15:04:05.999999999-07:00". This is the format
mattn/go-sqlite3 uses and is format 4 at
https://sqlite.org/lang_datefunc.html#time_values.

By default, times are formatted with time.Time.String. This maintains
compatibility with existing users of the driver.

Fixes 
2021-10-23 15:36:02 -03:00
15de7b4046 linux/s390x: pass most tests 2021-10-04 16:50:13 -04:00
92ad7a5b40 freebsd/amd64: rc1 2021-09-06 16:25:17 +02:00
8dac16aa23 freebsd/amd64: blacklist last 3 failing Tcl tests 2021-09-05 22:12:19 +02:00
56308939a8 windows/amd64: the failing test is symlink2.test, not symlink.test, updates 2021-06-13 19:11:44 +02:00
3c08aa8b8b Disable symlink.test for windows/amd64, updates 2021-06-13 18:05:46 +02:00
7dd9360c99 add detecting the silent error happening on darwin/crash5.test 2021-01-06 14:37:52 +01:00
be3a8ad798 darwin: rc1 2021-01-04 23:46:17 +01:00
a99a46d4d9 darwin: pass more Tcl tests 2021-01-04 20:52:35 +01:00
0dd17986cd bump {libc,tcl} version, pass more darwin tests 2020-12-30 11:45:05 +01:00
b89c2c19aa enable windows/{amd64,386} build 2020-12-21 21:10:07 +01:00
f228816300 support linux/arm{,64} 2020-09-13 15:31:23 +02:00
0d7a764447 add linux/386 support 2020-09-08 13:28:55 +02:00
3ff11fb2cf release v1.5.0, completely CGo-free, including the Tcl tests 2020-09-03 15:37:08 +02:00
e662a135d1 release 1.4.0 2020-08-26 23:31:54 +02:00