This website requires JavaScript.
Explore
Help
Sign in
luisgulo
/
gambas-source-code
Watch
1
Star
0
Fork
You've already forked gambas-source-code
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
614e483598
gambas-source-code
/
main
/
lib
/
db
/
gb.db
/
.startup
9 lines
30 B
Text
Raw
Normal View
History
Unescape
Escape
[ARCHIVER] * NEW: Connection files are added to executables. [GB.DB] * NEW: A Gambas part has been added to the component to implement the Connections class. This class is a static pseudo-collection that automatically creates Connection objects for connection files located in the ".connection" project directory. git-svn-id: svn://localhost/gambas/trunk@2132 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2009-07-18 17:50:51 +02:00
Main
gb.db
0
0
[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 23:11:18 +02:00
3.7.90
[ARCHIVER] * NEW: Connection files are added to executables. [GB.DB] * NEW: A Gambas part has been added to the component to implement the Connections class. This class is a static pseudo-collection that automatically creates Connection objects for connection files located in the ".connection" project directory. git-svn-id: svn://localhost/gambas/trunk@2132 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2009-07-18 17:50:51 +02:00
gb.db
Reference in a new issue
Copy permalink