[Gambas-devel-svn] SF.net SVN: gambas:[6559] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2014-10-18 13:23:33
|
Revision: 6559 http://sourceforge.net/p/gambas/code/6559 Author: gambas Date: 2014-10-18 13:23:29 +0000 (Sat, 18 Oct 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Don't use "sTable" as field name for the metadata table, because apparently "STABLE" is a reserved word in PostgreSQL. Upgrade an already existing metadata table automatically. * BUG: Don't crash when starting a search from a image or connection editor. [WEBSITE MAKER] * NEW: Update for 3.6. [GB.DB] * NEW: Add support for databases like PostgreSQL that are not fully case insensitive. [GB.DB.POSTGRESQL] * BUG: Automatically convert field names to lowercase when creating a table. [GB.GUI.BASE] * BUG: IconView item renaming don't crash anymore. Modified Paths: -------------- gambas/trunk/app/other/MakeWebSite/.project gambas/trunk/app/other/MakeWebSite/.settings 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/Connection/MConnection.module gambas/trunk/app/src/gambas3/.src/Editor/Code/FEditor.class gambas/trunk/app/src/gambas3/.src/Editor/Connection/FConnectionEditor.class gambas/trunk/app/src/gambas3/.src/Search/FSearch.class gambas/trunk/app/src/gambas3/.src/Welcome/FSystemInfo.class gambas/trunk/comp/src/gb.gui.base/.src/IconView/IconView.class gambas/trunk/comp/src/gb.gui.base/.src/IconView/_IconView_Item.class gambas/trunk/examples/examples/Misc/Explorer/.icon.png gambas/trunk/examples/examples/Misc/Explorer/.project gambas/trunk/gb.db.postgresql/src/main.c gambas/trunk/gb.qt4/src/ext/gdocument.cpp gambas/trunk/main/gbx/gbx_debug.c gambas/trunk/main/lib/db/CConnection.c gambas/trunk/main/lib/db/CResultField.c gambas/trunk/main/lib/db/gb.db.h gambas/trunk/main/lib/db/main.c gambas/trunk/main/share/gb_alloc_temp.h Added Paths: ----------- gambas/trunk/app/src/gambas3/.src/Editor/Connection/FConnectionEditor.form Removed Paths: ------------- gambas/trunk/app/src/gambas3/.src/Editor/Connection/FConnectionEditor.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |