2007/09/27 07:51:47 fs 1.16.78.3: #i81691# cache the EscapeProcessing property
2007/09/27 06:31:13 fs 1.16.78.2: during #i81691# don't set aggregate properties in convertFastPropertyValue, but really only in setFastPropertyValue_NoBroadcast
2007/09/12 09:09:37 fs 1.16.78.1: PROPERTY_(ID_)USE_ESCAPE_PROCESSING: removed the USE_ for consistency reasons
2007/10/29 22:44:05 fs 1.31.108.2: merging changes from CWS dba24b herein, to not wait for later resync
2007/09/12 09:09:37 fs 1.31.108.1: PROPERTY_(ID_)USE_ESCAPE_PROCESSING: removed the USE_ for consistency reasons
2007/11/08 11:11:36 oj 1.23.76.7: #i83438# call getColumns after setting the query to fill columns and tables for later on, they are needed
2007/10/29 09:10:47 fs 1.23.76.6: #i10000#
2007/10/25 08:43:38 fs 1.23.76.5: #i81658# BoolComparison replaced with css.sdb.BooleanComparisonMode / creation of the boolean comparison predicate outsourced to a dbtools-method
2007/10/16 08:10:46 fs 1.23.76.4: why retrieve the columns/tables without need? This is expensive ...
2007/09/28 19:18:43 fs 1.23.76.3: RESYNC: (1.23-1.24); FILE MERGED
2007/09/18 12:53:53 fs 1.23.76.2: during #i81095#: moved from XMultiServiceFactory to ::comphelper::ComponentContext
2007/09/12 09:09:37 fs 1.23.76.1: PROPERTY_(ID_)USE_ESCAPE_PROCESSING: removed the USE_ for consistency reasons
2007/10/29 11:13:47 fs 1.153.40.5: init FetchSize to something reasonable
2007/09/20 18:32:00 fs 1.153.40.4: typo
2007/09/18 12:56:38 fs 1.153.40.3: #i81095#: moved from XMultiServiceFactory to ::comphelper::ComponentContext / throw a RowSetVetoException with a defined vendor error code
2007/09/13 13:09:08 fs 1.153.40.2: more exception tolerance when calling approve listeners
2007/09/12 09:09:36 fs 1.153.40.1: PROPERTY_(ID_)USE_ESCAPE_PROCESSING: removed the USE_ for consistency reasons
2007/06/05 20:50:31 fs 1.47.22.3: #i78077# track whether any of the facets contributing to the complete command (Filter, Order, ApplyFilter, etc.) is dirty - in this case, re-create the parameters collection when it is retrieved
2007/06/05 20:16:13 fs 1.47.22.2: #i78077# implement XParametersSupplier, which allows accessing the parameters (before the RowSet has even been executed)
2007/06/04 20:28:00 fs 1.47.22.1: #i78077# implement XParametersSupplier
2006/12/13 10:40:39 fs 1.21.54.2: #i69460# when creating a statement, don't let it use EscapeProcessing, this would be an endless loop
2006/12/04 22:41:00 fs 1.21.54.1: #i72252# parseNodeTo*/getColumnRange: use XConnection instead of XDatabaseMetaData
2006/12/05 09:47:49 fs 1.21.12.1: copying the fix for #i72252# from CWS dba22b to dba22ui - intended for the latter, but wrongly checked in into the former
2006/12/05 09:47:48 fs 1.92.38.1: copying the fix for #i72252# from CWS dba22b to dba22ui - intended for the latter, but wrongly checked in into the former
2006/08/09 19:52:45 fs 1.62.20.2: notifyDataSourceModified is not needed
2006/08/06 20:20:47 fs 1.62.20.1: #i67020# pass around a connection, needed for the column container mediator
2006/09/04 11:56:55 oj 1.145.18.4: RESYNC: (1.145-1.148); FILE MERGED
2006/08/15 13:48:31 fs 1.145.18.3: impl_initializeColumnSettings_nothrow: also allow for a TableName at the column
which denotes a non-existent table. Happens for instance if the table name
is underspecified in the statement (e.g. missing the schema), but still
accepted by the server.
2006/08/04 07:02:38 fs 1.145.18.2: #i67020# part 1:
when initializing a new RowSetDataColumn with ColumnSettings (Width, Format etc.),
have an additional indirection of the source column does not have those settings,
but does refer to a TableColumn which *does* have them.
2006/08/04 06:46:43 fs 1.145.18.1: copying the changes from CWS dba204c herein, to prevent later conflicts