gambas-source-code/main
Benoît Minisini 706648c7c8 [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.


git-svn-id: svn://localhost/gambas/trunk@7020 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2015-04-03 21:11:18 +00:00
..
gbc [COMPILER] 2015-01-22 22:46:11 +00:00
gbx [INTERPRETER] 2015-03-22 12:12:23 +00:00
lib [WEBSITE MAKER] 2015-04-03 21:11:18 +00:00
mime [DEVELOPMENT ENVIRONMENT] 2011-10-20 00:03:25 +00:00
share [INTERPRETER] 2015-02-03 23:45:41 +00:00
tools/gbh3 [HELP EXTRACTOR] 2015-01-12 20:04:33 +00:00
acinclude.m4
AUTHORS
ChangeLog
compile
component.am
configure.ac [CONFIGURATION] 2014-04-05 21:22:43 +00:00
COPYING
depcomp
gb.pcre.h [INTERPRETER] 2013-07-12 23:57:53 +00:00
INSTALL
m4
Makefile.am [CONFIGURATION] 2015-01-11 23:41:41 +00:00
missing
NEWS
README
reconf
TODO