/ Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

About branch reuse-schema

This branch contains the shared-schema patch. This patch allows databases to share in-memory schema objects with other databases in the same process in order to save memory.

50 most recent check-ins related to "reuse-schema"
2024-04-05
15:04
Merge all recent trunk enhancements into the reuse-schema branch. Leaf check-in: e556f3d381 user: drh tags: reuse-schema
13:56
Check-in [a9657c87c53c1922] is wrong: the IndexedExpr.bMaybeNullRow flag is required for virtual columns if they are part of an outer join. Add a test case (derived from dbsqlfuzz b9e65e2f110df998f1306571fae7af6c01e4d92b) to prove it. check-in: 4484ec6d26 user: drh tags: trunk
2024-03-26
10:48
Merge all recent trunk enhancements into the reuse-schema branch. check-in: e469b02205 user: drh tags: reuse-schema
2024-03-25
20:35
The RAISE() operator is not a constant expression and cannot participate in the VALUE-as-coroutine optimization. dbsqlfuzz 74cf7c9904360322a6c917e4934b127543d1cd51 check-in: 6a06dc7384 user: drh tags: trunk
2024-03-18
18:56
Merge the latest trunk enhancements into the reuse-schema branch. check-in: c2d4adabb9 user: drh tags: reuse-schema
18:03
Remove unnecessary blank lines from build commands in the default Makefile.in. check-in: 76fb3a908f user: drh tags: trunk
2024-03-13
16:49
Do not automatically activate SQLITE_ENABLE_SHARED_SCHEMA in the Makefile. Instead, enhance the mdevtest and sdevtest targets of testrunner.tcl to set that option sometimes and sometimes not. check-in: 693b8f9307 user: drh tags: reuse-schema
16:35
Merge the testrunner.tcl enhancement from trunk. check-in: da47151561 user: drh tags: reuse-schema
16:32
Minor change to the "mdevtest" and "sdevtest" in testrunner.tcl, to make it easier to add configurations in branches. check-in: 9349d94e05 user: drh tags: trunk
15:59
Merge the latest trunk enhancements into the reuse-schema branch. Fix the reuse-schema build of the CLI so that it works again. check-in: 70ef3784f6 user: drh tags: reuse-schema
13:43
If the NJOB environment variable is a positive integer, it causes testrunner.tcl to run that many jobs. check-in: 924281b94d user: drh tags: trunk
2024-01-30
17:02
Merge the 3.45.1 patches into the reuse-schema branch. check-in: f98a99fce5 user: drh tags: reuse-schema-3.45
2024-01-13
20:38
Merge latest trunk changes into this branch. check-in: bb9a715748 user: dan tags: reuse-schema
2024-01-12
11:44
Have the shell tool automatically enable SQLITE_CONFIG_DQS_DDL when executing a ".dump" script against an empty db. check-in: f47a5f4e0c user: dan tags: trunk
2024-01-04
17:33
Merge the latest trunk enhancements into the reuse-schema branch. check-in: e07f2451e8 user: drh tags: reuse-schema
17:13
Avoid errors with SQLITE_OMIT_VIRTUALTABLE builds in json106.test and unionall.test. check-in: 8940e2a105 user: drh tags: trunk
2023-12-28
14:07
Merge the latest trunk changes into the reuse-schema branch. check-in: 3d1b0403d6 user: drh tags: reuse-schema
2023-12-27
16:24
Fix a problem in the shell tool (not library) causing an out-of-bounds write if an ".open" command failed, then the user pressed ctrl-c to interrupt a query running on the substitute in-memory database. check-in: 026618b9e3 user: dan tags: trunk
2023-12-06
22:22
Merge the latest trunk enhancements into the reuse-schema branch. check-in: 5c36819c42 user: drh tags: reuse-schema
18:34
Fix compiler warning about shadowed variable in fts5_index.c. check-in: ee70e4c1c9 user: dan tags: trunk
2023-11-22
16:32
Merge the 3.44.1 patches into a new sub-branch of reuse-schema. check-in: 24fc47afbd user: drh tags: reuse-schema-3.44
2023-11-01
12:50
Version 3.44.0 for the reuse-schema branch. check-in: 30403ce26c user: drh tags: reuse-schema
11:23
Version 3.44.0 check-in: 17129ba1ff user: drh tags: trunk, release, major-release, version-3.44.0
2023-10-30
23:05
Merge the latest 3.44.0 release candidate changes into the reuse-schema branch. check-in: 28f9a55928 user: drh tags: reuse-schema
20:35
Update the autoconf/Makefile.msc so that it aligns with Makefile.msc. check-in: c4f724de27 user: drh tags: trunk
2023-10-23
19:27
Merge the latest trunk enhancments into the reuse-schema branch. check-in: 52262ac920 user: drh tags: reuse-schema
15:30
Avoid attempting to delete a file while it is open in test script sessionalter.test. check-in: f20b4a96f7 user: dan tags: trunk
2023-09-08
20:24
Merge candidate patches for version 3.43.1 into the reuse-schema-3.43 branch. check-in: c94be4600d user: drh tags: reuse-schema-3.43
2023-08-24
13:32
Version-3.43.0 for the reuse-schema branch. check-in: 6f1bcd6a1a user: drh tags: reuse-schema
12:36
Version 3.43.0 check-in: 0f80b798b3 user: drh tags: trunk, release, major-release, version-3.43.0
2023-08-22
15:47
Merge the trunk Makefile enhancements into the reuse-schema branch - especially the new "sdevtset" makefile target. check-in: f55f5e9dff user: drh tags: reuse-schema
15:19
Add makefile target "sdevtest" - like "mdevtest" except asan and usan enabled for the non-debug test. check-in: a449d650cd user: dan tags: trunk
2023-08-21
17:53
Merge the latest trunk enhancements into the reuse-schema branch. check-in: e94f09f188 user: drh tags: reuse-schema
16:14
Fix an undefined integer overflow in fts5. check-in: f5c50349b1 user: dan tags: trunk
2023-08-12
12:16
Merge the latest trunk enhancements into the reuse-schema branch. check-in: d2b0ddcc75 user: drh tags: reuse-schema
2023-08-11
22:40
Modernize the sqlite3 shell man page a bit, per [forum:d9aa201dee553bb2|forum request]. check-in: 3bc0693c46 user: stephan tags: trunk
2023-07-28
19:00
Merge the latest trunk enhancements into the reuse-schema branch. check-in: b8731493bf user: drh tags: reuse-schema
18:37
Add the sqlite3_stmt_explain() API. check-in: 0443c0ef85 user: drh tags: trunk
2023-07-24
13:30
Merge the latest trunk enhancements into the reuse-schema branch. check-in: e0e7b01e27 user: drh tags: reuse-schema
2023-07-23
22:14
When writing the filename header in a opfs-sahpool file, ensure that all remaining bytes in that part of the header are zeroed out to avoid the downstream problems reported in [forum:d50ec48a293988a5|forum post d50ec48a293988a5]. check-in: c1b080e393 user: stephan tags: trunk
2023-07-08
19:28
Merge the latest trunk enhancements into the reuse-schema branch. check-in: 7a9cb6f4f4 user: drh tags: reuse-schema
17:42
Always use the "LL" suffix on 64-bit integer literals. check-in: 07d95ed60f user: drh tags: trunk
2023-06-22
14:50
Merge the latest trunk enhancements into the reuse-schema branch. check-in: 905c6c9ddb user: drh tags: reuse-schema
01:03
Simplification to the getAndInitPage() routine that results in improved performance. check-in: 2e9734c233 user: drh tags: trunk
2023-05-16
13:11
Merge all 3.42.0 release enhancements into the reuse-schema branch. check-in: d67b6c393f user: drh tags: reuse-schema
12:36
Version 3.42.0 check-in: 831d0fb283 user: drh tags: trunk, release, version-3.42.0
2023-05-13
15:55
Add the "--unsafe-testing" option to invocations of the shell tool made by test script reuse5.test. check-in: d6971af74b user: dan tags: reuse-schema
15:21
Merge the latest 3.42.0 changes into the reuse-schema branch. check-in: 515bb26ee6 user: drh tags: reuse-schema
05:13
Fix compilation issue seen with MSVC. check-in: 6700188704 user: mistachkin tags: trunk
2023-05-02
21:26
Merge the latest trunk enhancements into the reuse-schema branch. check-in: d08fa7d4d2 user: drh tags: reuse-schema