From 9d1f2a0d8f2020b658a1e1c18bbfac7abd2d2d2f Mon Sep 17 00:00:00 2001 From: Luiz Rafael Culik Date: Mon, 3 Dec 2001 01:16:57 +0000 Subject: [PATCH] See changelog 2001-12-02 23:15 GMT -3 --- harbour/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 063b0017c4..6f031d0884 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,16 @@ +2001-12-02 23:15 GMT-3 Luiz Rafael Culik + * 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) * harbour/source/vm/arrays.c * Last version from RON. No change in logic.