gambas-source-code/main/lib/db
Benoît Minisini 5355d8b955 [DEVELOPMENT ENVIRONMENT]
* NEW: The run button has a pop-up menu button only if at least one argument list has been defined in the project properties.
* NEW: Project property dialog: if the argument lists order changes, the current argument list index follows.

[GB.FORM]
* NEW: MenuButton: If no arrow is visible, and if no menu is defined, then the MenuButton raises the Click event.

[GB.WEB]
* NEW: Session.Type defines which kind of session store to use. At the moment, two are implemented. Session.File (the old one), and Session.Sqlite (based on a sqlite database).

[GB.WEB.FORM]
* BUG: Remove some debugging messages.


git-svn-id: svn://localhost/gambas/trunk@7829 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2016-07-22 22:12:35 +00:00
..
gb.db [DEVELOPMENT ENVIRONMENT] 2016-07-22 22:12:35 +00:00
c_subcollection.c
c_subcollection.h
CConnection.c
CConnection.h
CDatabase.c
CDatabase.h
CField.c [GB.DB] 2016-01-08 14:41:23 +00:00
CField.h
CIndex.c [GB.DB] 2016-01-08 14:41:23 +00:00
CIndex.h
CResult.c [GB.DB] 2015-09-24 15:03:09 +00:00
CResult.h [GB.DB] 2015-09-16 19:49:34 +00:00
CResultField.c
CResultField.h
CTable.c
CTable.h
CUser.c
CUser.h
deletemap.c
deletemap.h
gb.db.component
gb.db.h [GB.DB] 2015-09-16 19:49:34 +00:00
gb.db.proto.h
gb_barray.h
main.c
main.h [GB.DB] 2016-01-08 14:41:23 +00:00
Makefile.am
sqlite.c
sqlite.h