#15163 closed enhancement (invalid)
sqlite3: add tcl variant
Reported by: | jmroot (Joshua Root) | Owned by: | mww@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | haspatch | Cc: | pfein@…, raimue (Rainer Müller) |
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 (2)
Change History (9)
Changed 17 years ago by jmroot (Joshua Root)
Attachment: | sqlite3-tcl.diff added |
---|
comment:1 Changed 17 years ago by pfein@…
Cc: | pfein@… added |
---|
comment:2 Changed 17 years 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 17 years ago by pfein@…
Attachment: | sqlite3-tcl-threads.diff added |
---|
comment:5 Changed 16 years ago by jmroot (Joshua Root)
This patch would appear to be superseded by r39542?
comment:6 Changed 16 years ago by mww@…
Resolution: | → invalid |
---|---|
Status: | new → closed |
yes -- the tcl-sqlite3 port makes this request obsolete.
comment:7 Changed 16 years ago by (none)
Milestone: | Port Enhancements |
---|
Milestone Port Enhancements deleted
Note: See
TracTickets for help on using
tickets.
Cc Me!