SQLite

All files named ”src/test_tclvar.c”
Login

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

History for src/test_tclvar.c

2024-08-09
22:48
[ae873248a0] part of check-in [69eed19914] Fix a few minor TCL9 compatibilities issues. (check-in: [69eed19914] user: drh branch: trunk, size: 16521)
2024-07-30
15:49
[2c42fe9a74] part of check-in [6e5bb48a74] First attempt at getting the build to work with Tcl 9.0. (check-in: [6e5bb48a74] user: drh branch: tcl9, size: 16521)
2023-10-06
12:51
[3273f9d593] part of check-in [f3b3d712d6] Ensure that all fields of static sqlite3_module objects are explicitly initialized, in order to hush-up nuisance compiler warnings. (check-in: [f3b3d712d6] user: drh branch: trunk, size: 16570)
2017-08-10
17:53
[33ff421494] part of check-in [6997e00c32] Test case for writing to a WITHOUT ROWID virtual table. The TCLVAR virtual table is modified to add a "fullname" column which is the primary key, and to accept update operations against the primary key. (check-in: [6997e00c32] user: drh branch: writable-vtab-without-rowid, size: 16330)
2016-07-28
17:11
[df9fe1213c] part of check-in [f2f1323cc4] Make sure the SQLITE_TCLAPI macro is always defined and use it for all callback functions that must interface with the Tcl C API. (check-in: [f2f1323cc4] user: mistachkin branch: callbackConv, size: 13337)
14:37
[0239df9e83] part of check-in [e8be3dfeab] Allow the 'testfixture.exe' target to be compiled with the __stdcall calling convention. (check-in: [e8be3dfeab] user: mistachkin branch: callbackConv, size: 13323)
2015-11-24
18:04
[d86412527d] part of check-in [2fba7a9656] Fix harmless compiler warnings in the TCL test harness logic. (check-in: [2fba7a9656] user: drh branch: vtab-like-operator, size: 13248)
17:39
[2fd910e9f0] part of check-in [c5e9fd0dc9] Add further tests and related fixes for GLOB/REGEXP/LIKE support in virtual tables. (check-in: [c5e9fd0dc9] user: dan branch: vtab-like-operator, size: 13183)
2009-11-23
21:23
[f4dc67d5f7] part of check-in [83dc7d38c2] Make sure registers computed for the VFilter opcode are marked invalid after the VFilter opcode finishes. Ticket [16fbf14cb2]. (check-in: [83dc7d38c2] user: drh branch: trunk, size: 8988)
2009-11-10
01:30
[0e50b7656b] part of check-in [f6c045f649] Remove the obsolete "$Id:$" RCS identifier strings from the source code. (check-in: [f6c045f649] user: drh branch: trunk, size: 8810)
2008-08-12
14:48
[9e42fa59d3] part of check-in [80c129e63e] Fix warnings and a compilation error in test code. (CVS 5556) (check-in: [80c129e63e] user: danielk1977 branch: trunk, size: 8880)
2008-07-07
14:50
[73530070df] part of check-in [4e941f3d43] Additional test cases added on the sqlite3_create_function() interface. (CVS 5349) (check-in: [4e941f3d43] user: drh branch: trunk, size: 8872)
2008-05-29
05:23
[e99b975614] part of check-in [5f6eab65db] Fix cosmetic issues spotted while working on ticket #3146 (CVS 5177) (check-in: [5f6eab65db] user: drh branch: trunk, size: 8934)
2007-08-21
10:44
[b2d1115e4d] part of check-in [fbbd5bda54] Remove unnecessary #includes of "os.h". New mutex implementations. (CVS 4255) (check-in: [fbbd5bda54] user: drh branch: trunk, size: 8878)
2007-08-16
11:36
[160290ba5c] part of check-in [5e2795d0eb] Fix some more small problems introduced by recent refactoring. (CVS 4235) (check-in: [5e2795d0eb] user: danielk1977 branch: trunk, size: 8902)
04:30
[51f69f526e] part of check-in [deb7ecd65f] Half-way through a major refactoring of the memory allocation. I have not even attempted to compile so I am certain there are countless errors. (CVS 4231) (check-in: [deb7ecd65f] user: drh branch: trunk, size: 8888)
2007-06-27
16:26
[ea4500a60d] part of check-in [488474fde7] Implement xRename() for fts2 so that it is possible to rename fts2 tables. (CVS 4143) (check-in: [488474fde7] user: danielk1977 branch: trunk, size: 8888)
2006-09-11
00:34
[315e77c17f] part of check-in [227dc3feb5] Add a rudimentary tokenizer and parser to FTS1 for parsing the module arguments during initialization. Recognized arguments include a tokenizer selector and a list of virtual table columns. (CVS 3403) (check-in: [227dc3feb5] user: drh branch: trunk, size: 8835)
2006-09-10
17:31
[be4e54ce56] part of check-in [f44b8bae97] Add pzErr parameters to the xConnect and xCreate methods of virtual tables in order to provide better error reporting. This is an interface change for virtual tables. Prior virtual table implementations will need to be modified and recompiled. (CVS 3402) (check-in: [f44b8bae97] user: drh branch: trunk, size: 8823)
2006-08-15
14:21
[ea90da5ad6] part of check-in [3ebedbb6f9] Tighten an assert (ticket #1920). Change to "sqlite3.h" from <sqlite3.h> on the sqlite3ext.h header (ticket #1916). Fix a bug in the test scripts. (CVS 3354) (check-in: [3ebedbb6f9] user: drh branch: trunk, size: 8807)
2006-07-08
17:06
[6611657977] part of check-in [12cc7af4b6] Allow virtual table implementations to overload function that use a column of the virtual table as their first argument. Untested. (CVS 3322) (check-in: [12cc7af4b6] user: drh branch: trunk, size: 8800)
2006-06-27
12:25
[0fe60a8a73] part of check-in [a20bfa4631] Fix up the test tclvar virtual module. (CVS 3307) (check-in: [a20bfa4631] user: danielk1977 branch: trunk, size: 8759)
2006-06-26
19:10
[5242e36b29] part of check-in [74a3961f39] Remove the sqlite3_module.zName field which was used only for debugging. (CVS 3297) (check-in: [74a3961f39] user: drh branch: trunk, size: 5117)
11:17
[9b7275f058] part of check-in [3538beace8] Fix trivial compiler warnings. (CVS 3295) (check-in: [3538beace8] user: danielk1977 branch: trunk, size: 5166)
2006-06-15
04:28
[c52f67fbe0] part of check-in [470a3a0b20] Add void* argument to sqlite3_create_module to replace sqlite3_module.pAux. (CVS 3251) (check-in: [470a3a0b20] user: danielk1977 branch: trunk, size: 5100)
2006-06-14
06:58
[d434037c17] part of check-in [3ffa51b50a] Change the pModule parameter of the xCreate and xConnect methods to a void*. (CVS 3236) (check-in: [3ffa51b50a] user: danielk1977 branch: trunk, size: 5134)
2006-06-13
23:51
Added: [3157e17194] part of check-in [29199eeea4] The echo module test is now running. Added the tclvar module test but have not yet done anything with it. (CVS 3234) (check-in: [29199eeea4] user: drh branch: trunk, size: 5173)