[Gambas-devel-svn] SF.net SVN: gambas:[6494] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2014-09-22 02:52:10
|
Revision: 6494 http://sourceforge.net/p/gambas/code/6494 Author: gambas Date: 2014-09-22 02:52:05 +0000 (Mon, 22 Sep 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Database editor: Support for the new Collation field property. [EXAMPLES] * BUG: PdfViewer: Some little fixes. [GB.DB] * NEW: Table.Fields.Add() method takes a new optional argument to define the field collation. * NEW: Connection.Collations is a new property that returns the list of available collations as a String array. * NEW: Field.Collation is a new property that returns the collation of a specific table field. [GB.DB.MYSQL] * NEW: Support for field collations. [GB.DB.ODBC] * NEW: Raise an error when trying to use collations. It is not supported. [GB.DB.POSTGRESQL] * NEW: Support for field collations. [GB.DB.SQLITE2] * NEW: Raise an error when trying to use collations. It is not supported. [GB.DB.SQLITE3] * NEW: Support for field collations. [GB.QT4] * BUG: ComboBox.Border property can be set even if it is in read-only mode. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.project gambas/trunk/app/src/gambas3/.src/Editor/Connection/CField.class gambas/trunk/app/src/gambas3/.src/Editor/Connection/FConnectionEditor.class gambas/trunk/app/src/gambas3/.src/Editor/Connection/FConnectionEditor.form gambas/trunk/app/src/gambas3/support.txt gambas/trunk/examples/examples/Misc/PDFViewer/.project gambas/trunk/examples/examples/Misc/PDFViewer/.src/FMain.class gambas/trunk/gb.db.mysql/src/main.c gambas/trunk/gb.db.odbc/src/main.c gambas/trunk/gb.db.postgresql/src/main.c gambas/trunk/gb.db.sqlite2/src/main.cpp gambas/trunk/gb.db.sqlite3/src/main.cpp gambas/trunk/gb.qt4/src/CTextBox.cpp gambas/trunk/main/lib/db/CConnection.c gambas/trunk/main/lib/db/CField.c gambas/trunk/main/lib/db/CField.h gambas/trunk/main/lib/db/gb.db.h gambas/trunk/main/lib/db/gb.db.proto.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |