summaryrefslogtreecommitdiff
path: root/databases/tcl-Mysql/files/patch-sql.cc (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-07-28Rename databases/ patch-xy patches to reflect the files they modify.Adam Weinberger1-0/+0
2004-11-11Make buildable with newer MySQL clients -- 4 and 5 -- but keepMikhail Teterin1-5/+9
compatible with the 3 -- mysql_error now returns `const char *', and there is no mysql_connect any more. Default to MySQL-4.x for now. Bump PORTREVISION. Reported by: Robert Andrews
2004-04-05After some hesitation and nudging from Kris make the following changes:Mikhail Teterin1-14/+24
. make compile with and default to Tcl-8.4 (8.3 is still possible) (this necessitated PORTREVISION bump :\) . don't link in -lgcc -- should've used gcc_pic anyway, but this is not really needed at all, it seems; . don't require a particular version of mysqlclient library.
2000-09-18Fix a number of issues in the code. See the PR for the longAde Lovett1-7/+7
and detailed explanation. PORTREVISION bumped. PR: 20058 Submitted by: maintainer
2000-07-16Update to use tcl-8.3.Steve Price1-4/+265
PR: 19900 Submitted by: maintainer
1999-11-01Initial import of tcl-Mysql version 990813.Steve Price1-0/+9
A Tcl modules for accessing MySQL databases. PR: 13361 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>