Commit Graph

34 Commits

Author SHA1 Message Date
Frank Schoenheit [fs]
c73b3e8ea9 autorecovery: merged changes from m74. Still need to find out how to re-do two patches (to module_hidden_ooo.scp and file_ooo.scp in scp2/source/ooo) which do not apply anymore. 2010-03-11 11:26:05 +01:00
Jens-Heiner Rechtien
1708f6091b changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
Ocke Janssen [oj]
02df552c45 dba33e: #i107717# some renaming and wording changed 2010-02-10 13:08:22 +01:00
Ocke Janssen [oj]
6fd6b96682 dba33e: #i107717# impl first entry points for db extensions 2009-12-16 12:46:33 +01:00
Ocke Janssen [oj]
39968da918 dba33d: #i105101# get table filter and type filter from ds when it is needed 2009-11-18 15:49:50 +01:00
Kurt Zenker
4044f96898 CWS-TOOLING: integrate CWS evoab2def
2009-05-28 16:00:19 +0200 fs  r272412 : don't use createFalse - Evo 2.22 simply hangs when ask for all contacts without a first name. Instead, in the WHERE 0=1 case, simply create an empty result set
2009-05-22 14:25:51 +0200 fs  r272193 : #i10000#
2009-05-22 14:25:37 +0200 fs  r272192 : oops, ENABLE_EVOAB2 for some platforms only, not generically
2009-05-22 14:19:00 +0200 fs  r272191 : #i10000#
2009-05-22 12:42:38 +0200 fs  r272183 : when sorting, properly use a syslocale collator, instead of comparing the numerical values of the string's UTF-16 code points
2009-05-20 15:09:00 +0200 fs  r272131 : clear/getWarnings: also allowed without cache
2009-05-20 14:11:19 +0200 fs  r272128 : removed debug traces
2009-05-20 14:03:31 +0200 fs  r272126 : #i55701# +STR_SORT_BY_COL_ONLY
2009-05-20 14:02:29 +0200 fs  r272125 : implement sorting
2009-05-20 10:10:19 +0200 fs  r272107 : #i10000#
2009-05-19 16:02:17 +0200 fs  r272089 : #i10000#
2009-05-19 16:02:02 +0200 fs  r272088 : #i55701# strings for new error condition DATA_CANNOT_SELECT_UNFILTERED
2009-05-19 16:01:31 +0200 fs  r272087 : #i55701# use DATA_CANNOT_SELECT_UNFILTERED as standardized error code
2009-05-19 15:59:59 +0200 fs  r272086 : #i55701# +DATA_CANNOT_SELECT_UNFILTERED
2009-05-19 15:46:12 +0200 fs  r272084 : #i55701# recognize the DATA_CANNOT_SELECT_UNFILTERED error condition, and allow filtering in this case, even when the result set is empty
2009-05-19 09:06:50 +0200 fs  r272059 : merging changes from CWS dba32b, to prevent future conflicts with upcoming local changes
2009-05-18 21:48:58 +0200 fs  r272054 : accessing a non-local unfiltered address book now returns an empty result set, and reports a warning, instead of ungracefully failing
2009-05-18 21:48:42 +0200 fs  r272053 : accessing a non-local unfiltered address book now returns an empty result set, and reports a warning, instead of ungracefully failing
2009-05-18 21:47:41 +0200 fs  r272052 : +setExternalWarnings
2009-05-18 21:47:12 +0200 fs  r272051 : #i55701# when re/loading the form, display any possible warnings
2009-05-18 21:43:26 +0200 fs  r272050 : #i55701# implement XWarningsSupplier, exposing the warnings of our result set
2009-05-18 21:42:51 +0200 fs  r272049 : #i55701# implement XWarningsSupplier, exposing the warnings of our aggregate RowSet
2009-05-18 17:53:59 +0200 fs  r272041 : #i55701# moved the (I)WarningsContainer from dbaccess to connectivity, to be able to use it in the latter module, too
2009-05-18 17:24:10 +0200 fs  r272040 : #i55701# properly enable the various Evolution types
2009-05-18 14:52:19 +0200 fs  r272024 : #i55701# properly enable the Evolution types
2009-05-18 13:57:10 +0200 fs  r272018 : fixed/extended whereAnalysis (column searching still not enabled, as neither LIKE nor = seem to work with my (somewhat older) Evolution version)
2009-05-18 13:56:08 +0200 fs  r272017 : extended showParseTree
2009-05-18 13:55:25 +0200 fs  r272016 : extended showParseTree
2009-05-18 11:40:16 +0200 fs  r272008 : #i55701#
2009-05-18 11:39:02 +0200 fs  r272006 : let the PreparedStatement return proper meta data, too
2009-05-18 10:05:37 +0200 fs  r271999 : moved the XStatement interface to from OCommonStatement to OStatement - the former class is also the base for other classes which should not have this interface
2009-05-15 21:53:22 +0200 fs  r271973 : collectColumnInformation: report invalid meta data as assertion
2009-05-15 21:51:40 +0200 fs  r271972 : showParseTree should be const
2009-05-15 21:51:26 +0200 fs  r271971 : showParseTree should be const
2009-05-15 21:51:03 +0200 fs  r271970 : properly recognize the 'WHERE 0 = 1' clause, this way having proper statement meta data, this way saving much much calls from the DBA framework
2009-05-15 20:29:03 +0200 fs  r271969 : cleaned up the mess with the statement classes
2009-05-15 15:51:11 +0200 fs  r271944 : let the result set properly init its meta data
2009-05-15 15:29:54 +0200 fs  r271939 : proper property implementations for the resultset class
2009-05-15 15:01:31 +0200 fs  r271936 : proper property implementations for the statement class
2009-05-08 14:46:33 +0200 fs  r271717 : component_foo must be PUBLIC
2009-05-06 09:20:05 +0200 fs  r271565 : #i10000# (warnings on unxlngi6)
2009-05-06 09:01:30 +0200 fs  r271564 : #i101493#
2009-05-05 23:08:12 +0200 fs  r271560 : #i55701# merging the changes from the ancient (CVS-based) CWS evoab2default into this CWS here
2009-06-05 12:31:05 +00:00
Rüdiger Timm
3b63b75b1b INTEGRATION: CWS changefileheader (1.27.12); FILE MERGED
2008/03/31 13:26:46 rt 1.27.12.1: #i87441# Change license header to LPGL v3.
2008-04-10 11:43:30 +00:00
Kurt Zenker
6d9dee375a INTEGRATION: CWS rptchart01_DEV300 (1.25.202); FILE MERGED
2008/02/19 07:34:39 oj 1.25.202.2: RESYNC: (1.25-1.26); FILE MERGED
2008/02/13 07:45:37 oj 1.25.202.1: #i85225# impl new method
2008-03-05 16:05:00 +00:00
Rüdiger Timm
23e028d70c INTEGRATION: CWS dba24d (1.25.160); FILE MERGED
2007/12/04 09:24:09 oj 1.25.160.1: #i81644# add new common var to block elementInserted events
2008-01-30 07:32:45 +00:00
Kurt Zenker
154c43a5c1 INTEGRATION: CWS hsqlcsvstage1 (1.24.60); FILE MERGED
2006/09/20 11:43:53 fs 1.24.60.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein
2006-10-05 11:58:51 +00:00
Oliver Bolte
4e9eb6628b INTEGRATION: CWS qiq (1.23.4); FILE MERGED
2006/05/30 08:23:21 fs 1.23.4.4: createObjectNames -> getObjectNames (the thing is stateless, so no need to re-create it every time)
2006/05/24 06:41:37 fs 1.23.4.3: #i51143# implement XConnectionTools
2006/05/11 11:25:53 fs 1.23.4.2: #i51143# derive from XWarningsSupplier (already implemented, but not derived)
2006/05/10 14:23:54 fs 1.23.4.1: #i51143# when connecting, check for conflicts between query and table names, and warn about them
2006-07-10 14:10:04 +00:00
Rüdiger Timm
e19249755c INTEGRATION: CWS dba203c (1.22.110); FILE MERGED
2006/04/25 08:43:48 fs 1.22.110.1: outsourced the warnings handling during #i62646#
2006-05-04 07:37:32 +00:00
Rüdiger Timm
5c60e88e84 INTEGRATION: CWS ooo19126 (1.21.98); FILE MERGED
2005/09/05 17:32:17 rt 1.21.98.1: #i54170# Change license header: remove SISSL
2005-09-08 10:38:02 +00:00
Oliver Bolte
e34526cddd INTEGRATION: CWS dba25 (1.20.102); FILE MERGED
2005/03/04 07:25:33 oj 1.20.102.1: #i43912# connection now supports also XGroupsSupplier and XUsersSupplier if the master tables supports it
2005-03-18 09:05:45 +00:00
Jens-Heiner Rechtien
5295e9a31c INTEGRATION: CWS insight01 (1.18.104); FILE MERGED
2004/01/02 13:51:47 oj 1.18.104.3: RESYNC: (1.18-1.19); FILE MERGED
2003/12/17 09:46:41 oj 1.18.104.2: #111075# ongoing work
2003/10/24 06:27:25 oj 1.18.104.1: #i21643# import filter changes
2004-08-02 14:08:25 +00:00
Vladimir Glazounov
89e6075013 INTEGRATION: CWS qrycomp (1.18.146); FILE MERGED
2003/10/30 14:15:22 oj 1.18.146.1: #i21791# changes for the querycomposer
2003-12-16 11:41:31 +00:00
Ocke Janssen
0168a5ba4a #106123# change mutex in checkDisposed method 2002-12-12 09:43:23 +00:00
Ocke Janssen
b69195d84e #102312# connection now also derived from IRefreshListener, callback for tables and views when they are refreshed 2002-08-21 09:31:33 +00:00
Frank Schönheit
e7cf5141cb #102323# derive from XServiceInfo, again, to expose the css.sdb.Connection service 2002-08-15 09:40:25 +00:00
Ocke Janssen
c9c86205d6 #101798# impl connection sharing 2002-08-12 07:54:24 +00:00
Oliver Bolte
f18789821b #65293# exception solaris 2001-11-01 15:44:50 +00:00
Ocke Janssen
c6a9bd9316 #92636# hold catalog as weak 2001-10-05 05:47:13 +00:00
Frank Schönheit
f84517d8ea #91415# +appendWarning( SQLException ) 2001-08-24 12:15:06 +00:00
Ocke Janssen
99286fceae #89772# set new configurationnode when datasource was renamed 2001-07-18 07:45:32 +00:00
Frank Schönheit
e1092447d3 #88389# OConfigurationNode moved to unotools 2001-06-18 10:50:01 +00:00
Ocke Janssen
09471fda11 impl views 2001-04-26 08:09:55 +00:00
Ocke Janssen
543dd861ed views impl 2001-03-29 06:07:13 +00:00
Frank Schönheit
dccb33ea3e OConnection implements the IWarningsContainer 2001-03-02 16:01:04 +00:00
Ocke Janssen
50f978d289 #80933# change flush of attributes 2000-12-12 11:20:31 +00:00
Ocke Janssen
7d0a0c8e05 reference holding 2000-11-14 12:32:59 +00:00
Ocke Janssen
746ba88bfb some problems with refcount resolved 2000-11-03 13:42:50 +00:00
Frank Schönheit
f485b30407 put into a namespace / persistence implemented by using configuration, not a registry 2000-10-18 15:16:39 +00:00
Frank Schönheit
780b7bb117 replace unotools with comphelper 2000-10-11 10:21:40 +00:00
Jens-Heiner Rechtien
8b9e4e393e initial import 2000-09-18 23:16:46 +00:00