Changelog for
mysqltcl-2.50-0.i386.rpm :
Sun Sep 5 12:00:00 2004 Ralf Spenneberg
- Fedora Core 2 release
Tue Mar 2 11:00:00 2004 Artur Trzewik
- bug in handle managment by subinterpreters was removed by refactoring
Wed Feb 18 11:00:00 2004 Artur Trzewik
- resistant again bug in mysql
- updates in documentation (README file and manual)
- configure script checks also directory /usr/lib for libmysqlclient library
Tue Aug 26 12:00:00 2003 Artur Trzewik
- mysqltcl is now thread safe. The hashtable is hold separated for each thread
Mon Aug 25 12:00:00 2003 Artur Trzewik
- bug in mysqlescape $handle $string fixed (Thanks to Olav Vitters)
Sun Jul 13 12:00:00 2003 Artur Trzewik
- new connection options -ssl -odbc -noschema -compress
- mysqlescape can take also handle as argument to use mysql_real_escape_string and respect character setting
- new command mysqlbaseinfo -connectparameters | -clientversion that return all suported connect parameters or version of client C-API library
- new command mysqlping for checking and refresh of connection
- new command mysqlchangeuser for change user and database
Sun Jun 1 12:00:00 2003 Artur Trzewik
- mysqlconnect was extended with option -encoding. Similar behavior to fconfigure. (initial patch written by Alexander Schoepe). The Version is not full compatible with oldier version. The differences are be reading date from mysql. Now the date are converted from External to Utf. See documentation for more information.
Thu Apr 17 12:00:00 2003 Artur Trzewik
- configuration has new future for static linking with mysqlclient library
Sun Feb 23 11:00:00 2003 Artur Trzewik
- refactoring (options for GetIndexFromObject are defined localy like in Tcl-core)
- removing unused variables
- some casts to avoid warnings messages
- use of Tcl_Preserve and Tcl_Release instead of internal reference count