706648c7c8
* 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. git-svn-id: svn://localhost/gambas/trunk@7020 867c0c6c-44f3-4631-809d-bfa615b0a4ec
22 lines
575 B
XML
22 lines
575 B
XML
# Gambas Project File 3.0
|
|
# Compiled with Gambas 3.7.90
|
|
Title=Gambas web site generator
|
|
Startup=MMain
|
|
Icon=html.png
|
|
Version=3.7.90
|
|
VersionFile=1
|
|
Component=gb.image
|
|
Component=gb.gui
|
|
Description="Generates Gambas web site from html templates and ChangeLog files."
|
|
TabSize=2
|
|
Translate=1
|
|
Language=en
|
|
Maintainer=Benoit Minisini
|
|
Address=gambas@users.sourceforge.net
|
|
License=General Public Licence
|
|
CreateEachDirectory=1
|
|
Packager=1
|
|
Systems=slackware
|
|
Menus=slackware:"Development/Web Development"
|
|
Categories=slackware:"Development;WebDevelopment"
|
|
Groups=slackware:"Development/Tools"
|