gambas-source-code/main/lib/db
Benoît Minisini 16679fdd5d [DEVELOPMENT ENVIRONMENT]
* BUG: Events of class written in Gambas are correctly detected now.
* BUG: Automatic local variable declaration now correctly analyze 
  expressions like "A.B" in all cases.
* NEW: Use a SidePanel to display the stack backtrace.

[GB.DB]
* BUG: DB.Quote(..., True) now does a table name quoting in all cases.

[GB.DB.FORM]
* BUG: The database controls now can handle table names that are reserved
  SQL keywords.

[GB.FORM]
* NEW: Start implementing TreeView entirely in Gambas.
* BUG: Removing GridView rows correctly resets the row heights.
* NEW: GridView now raises a Draw event that allows to paint a cell with 
  any drawing methods.


git-svn-id: svn://localhost/gambas/trunk@5250 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2012-10-23 11:21:43 +00:00
..
gb.db
CConnection.c [DEVELOPMENT ENVIRONMENT] 2012-10-23 11:21:43 +00:00
CConnection.h
CDatabase.c
CDatabase.h
CField.c
CField.h
CIndex.c
CIndex.h
CResult.c [INTERPRETER] 2012-09-06 16:20:54 +00:00
CResult.h
CResultField.c
CResultField.h
CTable.c
CTable.h
CUser.c
CUser.h
deletemap.c
deletemap.h
gb.db.component
gb.db.h
gb.db.proto.h
gb_barray.h
main.c
main.h
Makefile.am
sqlite.c
sqlite.h