[Gambas-devel-svn] SF.net SVN: gambas:[7020] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2015-04-03 21:11:27
|
Revision: 7020 http://sourceforge.net/p/gambas/code/7020 Author: gambas Date: 2015-04-03 21:11:18 +0000 (Fri, 03 Apr 2015) Log Message: ----------- [WEBSITE MAKER] * NEW: Upgrade to 3.7.1 version. [GB.DB] * NEW: Connection.SQL is a new property that returns a new SQLRequest object that can be used for forging a SQL request whose syntax is adapted to the target connection. * NEW: SQLRequest is a new class that helps to build a SQL request whose syntax is adapted to a specific connection. The name of table fields are always quoted so that they can include reserved characters. [GB.DB.FORM] * NEW: Use the new SQL property of the Connection object to build request. * BUG: Fields with special characters in their name are now correctly quoted, thanks to the new SQL forgin mechanism. [GB.DB] * BUG: Don't crash when a SQLite database is not found and if the hostname is null. * NEW: GB_DB_DEBUG is a new environmental variable that allows to externally set the DB.Debug property. [GB.EVAL.HIGHLIGHT] * NEW: SQL higlighting: the '`' quote character is taken into account now. Modified Paths: -------------- gambas/trunk/app/examples/Database/Database/.project gambas/trunk/app/other/MakeWebSite/.project gambas/trunk/app/other/MakeWebSite/.src/MMain.module gambas/trunk/app/other/MakeWebSite/.startup gambas/trunk/app/other/MakeWebSite/gambas.sourceforge.net/home.html gambas/trunk/app/src/gambas3/.src/Debug/FDebugInfo.class gambas/trunk/comp/src/gb.db.form/.component gambas/trunk/comp/src/gb.db.form/.connection/Connection1.connection gambas/trunk/comp/src/gb.db.form/.connection/Connection2.connection gambas/trunk/comp/src/gb.db.form/.project gambas/trunk/comp/src/gb.db.form/.src/DataCombo.class gambas/trunk/comp/src/gb.db.form/.src/DataField.class gambas/trunk/comp/src/gb.db.form/.src/DataSource.class gambas/trunk/comp/src/gb.db.form/.src/DataTable.class gambas/trunk/comp/src/gb.db.form/.src/Test/FTest.form gambas/trunk/comp/src/gb.eval.highlight/.component gambas/trunk/comp/src/gb.eval.highlight/.project gambas/trunk/comp/src/gb.eval.highlight/.src/Highlight.class gambas/trunk/comp/src/gb.eval.highlight/.src/HighlightSQL.module gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Test/FTestValueBox.class gambas/trunk/comp/src/gb.form/.src/Test/FTestValueBox.form gambas/trunk/comp/src/gb.form/.src/ValueBox.class gambas/trunk/comp/src/gb.report/.component gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.util/.component gambas/trunk/comp/src/gb.util/.project gambas/trunk/comp/src/gb.util/.src/MMain.module gambas/trunk/comp/src/gb.util/.startup gambas/trunk/gb.db.mysql/src/main.c gambas/trunk/main/lib/db/gb.db/.component gambas/trunk/main/lib/db/gb.db/.project gambas/trunk/main/lib/db/gb.db/.settings gambas/trunk/main/lib/db/gb.db/.src/Connection.class gambas/trunk/main/lib/db/gb.db/.src/Main.module gambas/trunk/main/lib/db/gb.db/.startup gambas/trunk/main/lib/db/main.c gambas/trunk/main/lib/db/sqlite.c Added Paths: ----------- gambas/trunk/comp/src/gb.db.form/.connection/Connection1.template gambas/trunk/comp/src/gb.db.form/.connection/Connection2.template gambas/trunk/comp/src/gb.db.form/.connection/Connection3.connection gambas/trunk/comp/src/gb.db.form/.connection/Connection3.template gambas/trunk/comp/src/gb.form/.hidden/CHANGELOG gambas/trunk/main/lib/db/gb.db/.src/SQLRequest.class Removed Paths: ------------- gambas/trunk/comp/src/gb.db.form/.connection/Connection3.connection gambas/trunk/comp/src/gb.db.form/.src/Request.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |