libgda r2799 - in trunk: . doc/C doc/C/tmpl gda-sharp libgda providers/oracle providers/postgres



Author: vivien
Date: 2007-01-17 19:43:07 +0000 (Wed, 17 Jan 2007)
New Revision: 2799
ViewCVS link: http://svn.gnome.org/viewcvs/libgda?rev=2799&view=rev

Modified:
   trunk/ChangeLog
   trunk/doc/C/libgda-sections.txt
   trunk/doc/C/tmpl/gda-blob-op.sgml
   trunk/gda-sharp/AssemblyInfo.cs.in
   trunk/gtk-doc.make
   trunk/libgda/gda-blob-op.c
   trunk/libgda/gda-blob-op.h
   trunk/libgda/gda-config.c
   trunk/libgda/gda-data-model-row.c
   trunk/libgda/gda-data-model.c
   trunk/libgda/gda-parameter-util.h
   trunk/libgda/gda-parameter.c
   trunk/libgda/gda-query-field-value.c
   trunk/providers/oracle/gda-oracle-blob-op.c
   trunk/providers/oracle/gda-oracle-blob-op.h
   trunk/providers/oracle/gda-oracle-provider.c
   trunk/providers/oracle/gda-oracle-provider.h
   trunk/providers/oracle/gda-oracle-recordset.c
   trunk/providers/oracle/gda-oracle.h
   trunk/providers/oracle/utils.c
   trunk/providers/postgres/gda-postgres-provider.c
Log:
	* libgda/gda-config.c: if GDA_DSN_LIST_IN_MEMORY env. variable is
	specified, then the DSN list modifications won't be written in any file (and
	the initial DSN list is loaded from the filename contained in that env. variable)
	* providers/postgres/gda-postgres-provider.c:
	* libgda/gda-data-model.c:
	* libgda/gda-data-model-row.c: bug fixes
	* libgda/gda-parameter.c:
	* libgda/gda-parameter-util.h: added a gda_parameter_get_alphanum_name() to 
	get a version of a GdaParameter's name where all non [0-9A-Za-z] chars are 
	replaced with '_'
	* libgda/gda-query-field-value.c: can now render parameters in SQL with the
	:param_name syntax (used by Oracle)
	* libgda/gda-blob-op.[hc]: added gda_blob_op_write_all() to write a complete
	BLOB at once
	* providers/oracle/: improved BLOB handling
	* gda-sharp/AssemblyInfo.cs.in: corrected variable name to
	GDA_ABI_*_VERSION






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