libgda r2995 - in trunk: . doc/C doc/C/tmpl libgda libgda/handlers providers/firebird tools



Author: vivien
Date: 2007-10-21 13:16:37 +0100 (Sun, 21 Oct 2007)
New Revision: 2995
ViewCVS link: http://svn.gnome.org/viewcvs/libgda?rev=2995&view=rev

Added:
   trunk/providers/firebird/gda-firebird-blob-op.c
   trunk/providers/firebird/gda-firebird-blob-op.h
Modified:
   trunk/ChangeLog
   trunk/doc/C/libgda-3.0-docs.sgml
   trunk/doc/C/libgda-3.0-sections.txt
   trunk/doc/C/tmpl/gda-handler-bin.sgml
   trunk/libgda/gda-client.c
   trunk/libgda/gda-connection.c
   trunk/libgda/gda-data-model.c
   trunk/libgda/gda-dict-database.c
   trunk/libgda/gda-dict-table.c
   trunk/libgda/gda-server-provider.c
   trunk/libgda/gda-value.c
   trunk/libgda/handlers/gda-handler-bin.c
   trunk/providers/firebird/Makefile.am
   trunk/providers/firebird/gda-firebird-provider.c
   trunk/providers/firebird/gda-firebird-provider.h
   trunk/providers/firebird/gda-firebird-recordset.c
   trunk/providers/firebird/gda-firebird-recordset.h
   trunk/providers/firebird/libmain.c
   trunk/tools/command-exec.c
   trunk/tools/command-exec.h
   trunk/tools/gda-sql.c
Log:
2007-10-21  Vivien Malerba <malerba gnome-db org>

	* doc/C: added a list of the environment variables useable in Libgda
	* tools/command-exec.[ch]:
	* tools/gda-sql.c: added a new "\d <NAME>" command to describe a table or
	view
	* providers/firebird/*: improvements to the schema reporting (better data type
	report), added support for reading BLOBs' contents and arrays
	* libgda/gda-connection.c: use the GDA_CONNECTION_EVENTS_SHOW environment variable
	to determine which events get displayed on stdout
	* libgda/gda-server-provider.c: use the GDA_CONNECTION_COMMANDS_SHOW environment variable
	to determibe if commands sent to the server need to be displayed on stdout
	* libgda/gda-value.c: implement gda_value_stringify() for values of type GDA_TYPE_LIST
	* libgda/gda-data-model.c: added more options to specify the ouptut of
	gda_data_model_dump()
	* libgda/gda-client.c: removed warning
	* libgda/gda-dict-table.c: set a "raw_extra_attributes" 'property' with the actual
	extra attributes as returned when synced with the actual database schema definition
	* libgda/gda-dict-database.c: avoid memory leak
	* libgda/handlers/gda-handler-bin.c: correctly treat GdaBlob values





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]