Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Ticket #15163 (new enhancement)

Opened 4 months ago

Last modified 2 weeks ago

sqlite3: add tcl variant

Reported by: jmr@… Owned by: mww@…
Priority: Normal Milestone: Port Enhancements
Component: ports Version:
Keywords: haspatch Cc: pfein@…, raimue@…
Port:

Description

The attached patch adds a variant that enables sqlite3's Tcl bindings. This was prompted by a request from pfein in IRC. This variant should allow the test suite to be run (see #6810).

Attachments

sqlite3-tcl.diff (0.5 kB) - added by jmr@… 4 months ago.
sqlite3-tcl-threads.diff (0.5 kB) - added by pfein@… 4 months ago.

Change History

Changed 4 months ago by jmr@…

Changed 4 months ago by pfein@…

  • cc pfein@… added

Cc Me!

Changed 4 months ago by pfein@…

To run threaded tests, it's necessary to:

  • install tcl +threads
  • tell sqlite3 that tcl supports threads, using -D TCL_THREADS

The following patch does the later. It should probably be modified to only do this define conditional upon tcl having thread support. I don't know how to do that though.

Changed 4 months ago by pfein@…

Changed 4 months ago by pfein@…

Test failures on #15169

Changed 4 months ago by raimue@…

  • cc raimue@… added

Cc Me!

Changed 2 weeks ago by jmr@…

This patch would appear to be superseded by r39542?

Note: See TracTickets for help on using tickets.