Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Ticket #15163 (closed enhancement: invalid)

Opened 7 months ago

Last modified 2 months 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@… 7 months ago.
sqlite3-tcl-threads.diff (0.5 KB) - added by pfein@… 7 months ago.

Change History

Changed 7 months ago by jmr@…

Changed 7 months ago by pfein@…

  • cc pfein@… added

Cc Me!

Changed 7 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 7 months ago by pfein@…

Changed 7 months ago by pfein@…

Test failures on #15169

Changed 7 months ago by raimue@…

  • cc raimue@… added

Cc Me!

Changed 3 months ago by jmr@…

This patch would appear to be superseded by r39542?

Changed 2 months ago by mww@…

  • status changed from new to closed
  • resolution set to invalid

yes -- the tcl-sqlite3 port makes this request obsolete.

Note: See TracTickets for help on using tickets.