0
0
mirror of https://gitlab.com/cznic/sqlite.git synced 2025-09-25 01:52:29 +00:00

Commit Graph

  • 2d6e462ccf add darwin/arm64 support Dan Peterson 2021-03-07 18:19:34 -04:00
  • 9132cd04c3 Translate line endings for test reference output (*nix -> windows), as git changes by default to windows Jason DeBettencourt 2021-02-27 18:57:14 -05:00
  • 6976024d57 update Tcl v1.8.8 Jan Mercl 2021-02-26 12:13:39 +01:00
  • 6d96c26f32 fix build Jan Mercl 2021-02-25 12:43:38 +01:00
  • fd25d4ee7f update dependencies Jan Mercl 2021-02-24 22:29:52 +01:00
  • 35e14d337f linux/amd64: regenerate Jan Mercl 2021-02-21 22:21:30 +01:00
  • 0e81b55ef9 update dependencies Jan Mercl 2021-02-17 22:45:16 +01:00
  • 5ab7e771a8 enable memgrind Jan Mercl 2021-02-17 18:42:44 +01:00
  • 612508d1d3 update dependencies Jan Mercl 2021-02-17 12:39:37 +01:00
  • 139b2c6271 release v1.8.7: split production and testing v1.8.7 Jan Mercl 2021-01-31 12:07:26 +01:00
  • f5bcea6543 split production and testing Jan Mercl 2021-01-30 01:09:04 +01:00
  • ec87829717 -volatile: add saved_cnt v1.8.6 Jan Mercl 2021-01-26 22:32:10 +01:00
  • 8ee5bd03d8 volatile: regenerate all targetets, updates #43 Jan Mercl 2021-01-26 20:59:32 +01:00
  • 323938a11f linux/amd64: regenerate Jan Mercl 2021-01-25 21:51:46 +01:00
  • 3c751e6fc6 fix memory leak caused by returning noRows{}/II, updates #43 Jan Mercl 2021-01-25 13:30:37 +01:00
  • 168943b08a fix memory leak caused by returning noRows{}, updates #43 Jan Mercl 2021-01-25 12:21:35 +01:00
  • ac62cee27c tweak Makefile Jan Mercl 2021-01-25 09:24:40 +01:00
  • 5e0cb7e925 bump libc,tcl version v1.8.5 Jan Mercl 2021-01-21 12:20:43 +01:00
  • faa19d3a03 bump libc,tcl version Jan Mercl 2021-01-19 14:34:43 +01:00
  • 03e5ee98b3 Merge branch 'binding-roundtripping' into 'master' Dan Peterson 2021-01-18 15:25:23 +00:00
  • 2d062fa148 driver: support ?NNN and $NNN parameters, add tests Dan Peterson 2021-01-17 12:57:51 -04:00
  • c1357b87cd cleanup get working dir on windows: "echo /c %CD%" -> "/c cd " Jason DeBettencourt 2021-01-18 09:59:38 -05:00
  • 0a7471a043 Makefile: add regression_check target Jan Mercl 2021-01-17 21:34:54 +01:00
  • 132978c738 bump libc,tcl version Jan Mercl 2021-01-17 11:38:58 +01:00
  • 7555a8537c Merge branch 'master' of https://gitlab.com/cznic/sqlite Jason DeBettencourt 2021-01-16 13:01:28 -05:00
  • aabaed09c7 get_pwd fix for windows Jason DeBettencourt 2021-01-16 13:01:07 -05:00
  • 4666409875 fix ccgo_test.build Jan Mercl 2021-01-16 18:19:24 +01:00
  • bfeff02653 enable memory auditing in most tests/benchmarks using -tags=libc.memgrind Jan Mercl 2021-01-16 16:46:44 +01:00
  • 3c4fb59e0f tpch: remove _property table Jan Mercl 2021-01-15 17:22:10 +01:00
  • d0a6fb6788 add tpch. it builds/runs but it's broken. updates #27. Jan Mercl 2021-01-14 21:19:57 +01:00
  • 295d48b2e8 Merge branch 'un-goroutine-ctx' into 'master' v1.8.4 cznic 2021-01-12 20:39:48 +00:00
  • bfc1503df5 un-go-routine the ctx cancelations Jaap Aarts 2021-01-12 20:39:48 +00:00
  • 56d82b45dc noRows: return proper io.EOF Jan Mercl 2021-01-12 18:19:04 +01:00
  • d12d3a4d8c handle binding zero length blobs, updates #40 Jan Mercl 2021-01-12 17:50:29 +01:00
  • 663f19b57d handle zero sized allocs Jan Mercl 2021-01-12 17:40:04 +01:00
  • 9383707da0 conn.Close: fix memory leak v1.8.3 Jan Mercl 2021-01-11 13:21:44 +01:00
  • 90dac3ac7b rows.Next: support scanning of time values, fixes #35 v1.8.2 Jan Mercl 2021-01-10 15:26:54 +01:00
  • 0ccef02582 improve read performance, updates #27. v1.8.1 Jan Mercl 2021-01-09 12:57:10 +01:00
  • fbe5f671cf fix BenchmarkInsertComparative, updates #39. Jan Mercl 2021-01-08 19:05:30 +01:00
  • f37dad3107 add BenchmarkInsertComparative, updates #39. Jan Mercl 2021-01-08 18:37:35 +01:00
  • e600c313a5 add darwin/amd64 support v1.8.0 Jan Mercl 2021-01-08 14:09:57 +01:00
  • 48fa7fd005 patch Tcl tests, darwin rc2 Jan Mercl 2021-01-07 22:48:37 +01:00
  • 1c17040813 Make benchmarks try different table sizes Jan Mercl 2021-01-07 15:07:26 +01:00
  • 46c8dbe082 BenchmarkReading1: use testing.TB.TempDir() Jan Mercl 2021-01-07 13:16:49 +01:00
  • 7caad3c4c6 Merge branch 'benchmarks' into 'master' Jaap Aarts 2021-01-06 14:01:00 +00:00
  • 09647590b9 Add the first for comparing against cgo wrappers. Jaap Aarts 2021-01-06 14:01:00 +00:00
  • 7dd9360c99 add detecting the silent error happening on darwin/crash5.test Jan Mercl 2021-01-06 14:37:52 +01:00
  • be3a8ad798 darwin: rc1 Jan Mercl 2021-01-04 23:46:17 +01:00
  • a99a46d4d9 darwin: pass more Tcl tests Jan Mercl 2021-01-04 20:52:35 +01:00
  • 8ac0844480 bump {libc,tcl} version Jan Mercl 2021-01-02 12:09:25 +01:00
  • 5a4132d6bb bump {libc,tcl} version Jan Mercl 2020-12-31 12:48:33 +01:00
  • 8a438e4872 bump {libc,tcl} version Jan Mercl 2020-12-30 22:08:17 +01:00
  • 0dd17986cd bump {libc,tcl} version, pass more darwin tests Jan Mercl 2020-12-30 11:45:05 +01:00
  • 0e5a647940 bump {libc,tcl} version Jan Mercl 2020-12-28 18:15:56 +01:00
  • 9770b11512 bump {libc,tcl} version Jan Mercl 2020-12-28 18:03:40 +01:00
  • 236186cce9 bump {libc,tcl} version Jan Mercl 2020-12-27 23:22:02 +01:00
  • 630452a9b7 regenerate all targets, enable darwin build (only simple tests pass) Jan Mercl 2020-12-26 20:52:19 +01:00
  • 008afc1dac bump {libc,tcl} version Jan Mercl 2020-12-22 22:10:08 +01:00
  • 19cdae354a bump tcl version Jan Mercl 2020-12-22 17:13:13 +01:00
  • 18d3965fa2 fix Makefile Jan Mercl 2020-12-21 21:13:47 +01:00
  • b89c2c19aa enable windows/{amd64,386} build Jan Mercl 2020-12-21 21:10:07 +01:00
  • f18e142e46 update dependencies, regenerate all targets Jan Mercl 2020-12-21 14:09:24 +01:00
  • fa0727ab3c link to builder results v1.7.5 Jan Mercl 2020-11-19 17:53:04 +01:00
  • 91fc7a88e5 Merge branch 'nil-value' into 'master' v1.7.4 Yaacov Akiba Slama 2020-10-13 04:20:47 +00:00
  • b69b933c94 Add support for NULL values Yaacov Akiba Slama 2020-10-12 20:23:17 +03:00
  • 736c530ac7 implement sql.{RowsColumnTypeScanType,RowsColumnTypeDatabaseTypeName,RowsColumnTypeLength,RowsColumnTypeNullable,RowsColumnTypePrecisionScale}, fixes #30 v1.7.3 Jan Mercl 2020-09-25 15:12:39 +02:00
  • 4e59395a60 use libc v1.3.1, tcl v1.4.1, fixes #29 v1.7.2 Jan Mercl 2020-09-24 11:30:27 +02:00
  • a4318db8c7 handle properly 0 rows query results, fixes #28 v1.7.1 Jan Mercl 2020-09-21 18:36:03 +02:00
  • a6843eee0f fix release datum Jan Mercl 2020-09-13 19:31:58 +02:00
  • f228816300 support linux/arm{,64} v1.7.0 Jan Mercl 2020-09-13 15:31:23 +02:00
  • 1a09ae480f document new platform support better v1.6.2 Jan Mercl 2020-09-08 13:39:54 +02:00
  • 8be1ac0cdb document new platform support v1.6.1 Jan Mercl 2020-09-08 13:31:08 +02:00
  • 0d7a764447 add linux/386 support v1.6.0 Jan Mercl 2020-09-08 13:28:55 +02:00
  • 3ff11fb2cf release v1.5.0, completely CGo-free, including the Tcl tests v1.5.0 Jan Mercl 2020-09-03 15:37:08 +02:00
  • c26bc822d8 WIPS Jan Mercl 2020-08-30 23:16:45 +02:00
  • 52432161b4 Merge branch 'master' into 'master' cznic 2020-08-28 08:54:07 +00:00
  • 14606e02cb Master David Skinner 2020-08-28 08:54:07 +00:00
  • fd8a2964de Merge branch 'patch-1' into 'master' cznic 2020-08-28 08:53:12 +00:00
  • ef83a3507f Update README.md. !CGO opt. Close #25. David Skinner 2020-08-27 19:14:02 +00:00
  • e662a135d1 release 1.4.0 v1.4.0 Jan Mercl 2020-08-26 23:31:54 +02:00
  • 43c865ce5d regenerate and update dependencies Jan Mercl 2020-08-04 17:15:32 +02:00
  • 1349149922 use crt v3.24.9 Jan Mercl 2020-07-31 14:18:38 +02:00
  • 3337c85b5e 103 errors out of 202628 tests on Linux 64-bit little-endian Jan Mercl 2020-07-30 17:13:42 +02:00
  • 2491c1ae5a 575 errors out of 200676 tests on Linux 64-bit little-endian Jan Mercl 2020-07-28 18:41:54 +02:00
  • b406626c64 release v1.4.0-beta1 v1.4.0-beta1 Jan Mercl 2020-07-26 22:36:18 +02:00
  • d8d9f40ce8 fix LICENSE v1.3.0 Jan Mercl 2020-01-10 10:40:14 +01:00
  • 141c3f22b7 fix forgotten TODO Jan Mercl 2020-01-01 12:05:39 +01:00
  • ef38ac9c3b use sqlite3_unlock_notify, fixes #20. Jan Mercl 2019-12-31 16:46:08 +01:00
  • ea2990f204 v1.2.0-alpha.3 v1.2.0-alpha.3 Jan Mercl 2019-12-28 11:22:30 +01:00
  • 45936a375a fix (*stmt).Close logic, closes #19 Jan Mercl 2019-12-28 11:10:32 +01:00
  • cab95cbf04 add aplha.2 compatible example for module mode Jan Mercl 2019-12-27 12:24:40 +01:00
  • 6efd3c7000 v1.1.0-alpha.2 v1.1.0-alpha.2 Jan Mercl 2019-12-26 17:24:51 +01:00
  • 8717080461 add concurrent inserts test Jan Mercl 2019-12-21 11:00:50 +01:00
  • bfb8a00ee0 386: support SQLite's multi-thread model Jan Mercl 2019-12-19 16:03:28 +01:00
  • 58026126c2 support SQLite's multi-thread model Jan Mercl 2019-12-19 15:58:58 +01:00
  • 179c16d747 v1.1.0-alpha.1 v1.1.0-alpha.1 Jan Mercl 2019-12-18 18:33:15 +01:00
  • 0bd6d67fef prepare pre-alpha release Jan Mercl 2019-12-18 17:51:11 +01:00
  • 8afe3d5bd9 Initialize module support Jan Mercl 2018-11-09 16:17:25 +01:00
  • 6815fe120f Make modernc.org the repository root v1.0.0 Jan Mercl 2018-11-06 18:50:11 +01:00
  • 89fd60bf68 Make modernc.org the repository root Jan Mercl 2018-11-06 18:03:25 +01:00