See changelog 2001-12-02 23:15 GMT -3

This commit is contained in:
Luiz Rafael Culik
2001-12-03 01:16:57 +00:00
parent 02f9ba6149
commit 9d1f2a0d8f

View File

@@ -1,3 +1,16 @@
2001-12-02 23:15 GMT-3 Luiz Rafael Culik <culik@sl.conex.net>
* contrib/mysql/mysql.c
+ DatatoSql() and FILETOSQLBINARY() functions.First to format characters to
mysql format, Second to read an file and return it content as an mysql
character string format
* contrib/mysql/tmysql.prg
* New Enhacemets
+ Added support to mediumint and mediumblob type on the follow classes
+ TMySqlRow:FieldType() will Return an "B" for mediumblob and an "I" Mediumint field
+ TMySQLServer:CreateTable(cTable, aStruct,cPrimaryKey,cUniqueKey,cAuto) Added tree new parameters
* contrib/mysql/readme.txt
* Updated file to reflect the changes
2001-12-01 18:10 GMT+1 JFL (mafact) <jfl@mafact.com>
* harbour/source/vm/arrays.c
* Last version from RON. No change in logic.