gambas-source-code/main/lib/db
Benoît Minisini dd41b47ef3 [DEVELOPMENT ENVIRONMENT]
* NEW: The structure of databases is now stored in the *.connection files.
  It will be used for an automatic database initialization feature.

[WEBSITE MAKER]
* NEW: Update for 3.6.2.

[WIKI CGI SCRIPT]
* BUG: Fix the display of page without headers.
* NEW: Indexes are now displayed on two or more columns.

[INTERPRETER]
* NEW: New GB.AllocZero() API for allocating memory and filling it with 
  zeros.

[GB.DB.MYSQL]
* OPT: Cache metadata queries during 30 secondes to speed up things.

[GB.FORM]
* NEW: MenuButton displays a focus rectangle now.

[GB.GUI.BASE]
* BUG: ProgressBar now raises native control events.


git-svn-id: svn://localhost/gambas/trunk@6652 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2014-11-16 21:40:47 +00:00
..
gb.db [GB.DB] 2014-10-25 14:35:35 +00:00
c_subcollection.c
c_subcollection.h
CConnection.c [DEVELOPMENT ENVIRONMENT] 2014-11-16 21:40:47 +00:00
CConnection.h
CDatabase.c
CDatabase.h
CField.c [DEVELOPMENT ENVIRONMENT] 2014-09-22 02:52:05 +00:00
CField.h [DEVELOPMENT ENVIRONMENT] 2014-09-22 02:52:05 +00:00
CIndex.c
CIndex.h
CResult.c
CResult.h
CResultField.c [DEVELOPMENT ENVIRONMENT] 2014-10-18 13:23:29 +00:00
CResultField.h
CTable.c
CTable.h
CUser.c
CUser.h
deletemap.c
deletemap.h
gb.db.component
gb.db.h [DEVELOPMENT ENVIRONMENT] 2014-11-16 21:40:47 +00:00
gb.db.proto.h [DEVELOPMENT ENVIRONMENT] 2014-09-22 02:52:05 +00:00
gb_barray.h
main.c [DEVELOPMENT ENVIRONMENT] 2014-10-18 13:23:29 +00:00
main.h
Makefile.am
sqlite.c
sqlite.h