dan
|
8d5fe073d2
|
Avoid 32-bit overflow when calculating ncycle for ".scanstats vm".
FossilOrigin-Name: 2858efa06d4fc7b412b892f35f5e9a766b467b4a5b74d602a030d25443f9efb4
|
2024-04-30 19:34:15 +00:00 |
|
drh
|
1935887a68
|
Ensure that all fields of static sqlite3_module objects are explicitly
initialized, in order to hush-up nuisance compiler warnings.
FossilOrigin-Name: f3b3d712d6e58b1cb8fdebd2b6b3125080b6b3ac8c7c849a8cc1e5e778d62fe7
|
2023-10-06 12:51:05 +00:00 |
|
dan
|
e6d7ae24e3
|
Fix an error in the previous commit on this branch.
FossilOrigin-Name: 47c11ca90f98ffc4d91f07e2ab35826a604a2c903008eeddf8b814bb984971f2
|
2023-06-30 19:13:27 +00:00 |
|
dan
|
aec0aa83a9
|
Add the "nexec" and "ncycle" columns to the bytecode virtual table. For accessing counters collected when SQLITE_DBCONFIG_STMT_SCANSTATUS is enabled.
FossilOrigin-Name: f7b163a319bee9e935a4abf0bd87e16c9974cba5ae75b0cbba63c9da168f2006
|
2023-06-30 18:59:10 +00:00 |
|
drh
|
3547e4997f
|
Fix lots of harmless, nuisance compiler warnings, mostly unused parameter
warnings in extensions.
FossilOrigin-Name: c14bbe1606c1450b709970f922b94a641dfc8f9bd09126501d7dc4db99ea4772
|
2022-12-23 14:49:24 +00:00 |
|
drh
|
013e7bb749
|
Fix compiler warnings in MSVC.
FossilOrigin-Name: 96e3dba2ed3ab0c5b2ecf65a3408633e0767c884d48c270e9ef10ab9fa3ec051
|
2020-07-30 17:37:49 +00:00 |
|
dan
|
d48eafb984
|
Fix another build problem for SQLITE_OMIT_VIRTUALTABLE builds.
FossilOrigin-Name: 5e1eb0fa3afd74251bc8f484e3edfa81b15610479431af205bd952c91eecd21f
|
2020-05-15 16:19:35 +00:00 |
|
dan
|
34d1566763
|
Fix SQLITE_OMIT_VIRTUALTABLE testfixture builds.
FossilOrigin-Name: 3d9780c5f6095ea35bc731a51eb34d7cf8bd5dcece825b686b94fd50131626e2
|
2020-05-15 11:36:16 +00:00 |
|
drh
|
7e088a6c0a
|
Corner-case changes to the bytecode virtual table for testability and
correctness.
FossilOrigin-Name: baa720e4a88f268ed95337daab5f434fd3263b00f09101cddc6424765bf3b722
|
2020-05-02 00:01:39 +00:00 |
|
drh
|
8f78a528d5
|
Add the tables_used() table-valued function as a variation on bytecode().
FossilOrigin-Name: 6283c677d57220e54375a6463f453c6d068e042263558df16cff1055d1b0d3f5
|
2020-03-26 16:48:18 +00:00 |
|
drh
|
7797207554
|
Optimize the "subprog IS NULL" constraint.
FossilOrigin-Name: ca8c5f028b9f6f32639c8bc9df5dc02537e21385fcbe7e1ae600c640977ea0d5
|
2020-03-24 18:41:58 +00:00 |
|
drh
|
cf08f08d2c
|
Fix a memory leak.
FossilOrigin-Name: c9f3405eeac8aff171b5d76bae954f3b51b353d16286a3d2af43ef942c212abc
|
2020-03-24 17:52:31 +00:00 |
|
drh
|
0518d06117
|
Provide content for the bytecode.subprog column.
FossilOrigin-Name: df893364b7cea07ff2b15b80cb294dccaffe701d51452264599b55304a36fa7c
|
2020-03-24 13:27:53 +00:00 |
|
drh
|
eeb55d8694
|
Fix the build so that it works even without SQLITE_ENABLE_EXPLAIN_COMMENTS.
FossilOrigin-Name: 5896cbf4d0c7854c29c96d2ea2cea4adaedaa027a0fe4a3f0ac4dfbeaabb8dec
|
2020-03-23 23:17:38 +00:00 |
|
drh
|
8c5163a697
|
The bytecode() function now runs and sometimes works, but it untested and
there are known problems.
FossilOrigin-Name: 6819b86eb2de516c445655a83f9b2ba5ae0bff660cffaf84f1345d9be79b051e
|
2020-03-23 20:58:55 +00:00 |
|
drh
|
691b5c54b8
|
Infrastructure for the bytecode() table-valued function. The function itself
is not yet implemented.
FossilOrigin-Name: 2795f0d633577e0de66b389d9e8e44c55e85975bdc62f1a0b8f93959d19b22bf
|
2020-03-23 15:49:22 +00:00 |
|