Revision 99c7f7200491dd8cd546e04680f9b15ba53bf73a authored by Rene Brun on 30 August 2006, 12:55:09 UTC, committed by Rene Brun on 30 August 2006, 12:55:09 UTC
1. Lightweight support of DATE, TIME, DATETIME and TIMESTAMP SQL types for mysql plugin.
Now stmt->GetString() and stmt->GetInt() calls return meaningfull infotmation for that types.
In the future I will add methods like stmt->GetDate() for all SQL plugins.

2. Fix error with reading of unsigned data types from MySQL.
I was ignoring this flag, therefore methods like GetUInt(), GetULong() were not working
properly.

3. Support of TEXT/BLOB types in TMySQLStatement.
There are several small changes, which allows to read BLOB/TEXT data with TSQLStatement methods.
I also modify TMySQLServer::GetTableInfo() method to provide correct metainformation about
BLOB/TEXT columns.


git-svn-id: http://root.cern.ch/svn/root/trunk@16162 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent 963c92c
History
File Mode Size
inc
src
Module.mk -rw-r--r-- 1.6 KB

back to top