summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-07-10INTEGRATION: CWS qiq (1.7.104); FILE MERGEDOliver Bolte
2006/06/27 13:56:11 fs 1.7.104.3: RESYNC: (1.7-1.8); FILE MERGED 2006/06/16 11:32:29 fs 1.7.104.2: during #i51143#: refactored VCollection: - createEmptyObject now named createDescriptor - cloneObject removed - appendObject now returns the newly created object (previously done via a subsequent call to cloneObject) 2006/05/23 13:24:21 fs 1.7.104.1: some refactoring of compose/quoteTableName and friends, in preparation of #i51143#
2006-07-10INTEGRATION: CWS qiq (1.6.104); FILE MERGEDOliver Bolte
2006/06/27 13:55:30 fs 1.6.104.3: RESYNC: (1.6-1.7); FILE MERGED 2006/06/16 11:32:28 fs 1.6.104.2: during #i51143#: refactored VCollection: - createEmptyObject now named createDescriptor - cloneObject removed - appendObject now returns the newly created object (previously done via a subsequent call to cloneObject) 2006/05/23 13:24:20 fs 1.6.104.1: some refactoring of compose/quoteTableName and friends, in preparation of #i51143#
2006-07-10INTEGRATION: CWS qiq (1.1.2); FILE ADDEDOliver Bolte
2006/06/26 21:06:04 fs 1.1.2.1: encapsulating a css.sdb.RowSet
2006-07-10INTEGRATION: CWS qiq (1.1.2); FILE ADDEDOliver Bolte
2006/06/22 09:20:01 fs 1.1.2.1: wrapper around a QueryDefinition, to evolve over time ...
2006-07-10INTEGRATION: CWS qiq (1.2.54); FILE MERGEDOliver Bolte
2006/06/29 10:17:07 fs 1.2.54.3: attributes of HsqlColumnDescriptor not public anymore 2006/06/27 20:22:10 fs 1.2.54.2: creating a primary key via SDBCX not yet implementeed 2006/06/27 20:13:51 fs 1.2.54.1: addedconversion to SDBCX Table Descriptor
2006-07-10INTEGRATION: CWS qiq (1.2.54); FILE MERGEDOliver Bolte
2006/06/29 10:17:15 fs 1.2.54.4: support for foreign keys 2006/06/27 20:14:11 fs 1.2.54.3: allow table creation via SDBCX means 2006/06/26 21:05:42 fs 1.2.54.2: +createRowSet 2006/06/22 09:20:31 fs 1.2.54.1: some more helpers
2006-07-10INTEGRATION: CWS qiq (1.2.54); FILE MERGEDOliver Bolte
2006/06/29 10:16:42 fs 1.2.54.1: support for foreign keys
2006-07-10INTEGRATION: CWS qiq (1.1.2); FILE ADDEDOliver Bolte
2006/07/06 07:33:03 fs 1.1.2.3: +refreshTables 2006/06/27 08:05:59 fs 1.1.2.2: createQuery does not throw an SQLException 2006/06/22 09:19:29 fs 1.1.2.1: wrapper around a DataSource, to evolve over time ...
2006-07-10INTEGRATION: CWS qiq (1.8.104); FILE MERGEDOliver Bolte
2006/06/27 13:53:19 fs 1.8.104.2: RESYNC: (1.8-1.9); FILE MERGED 2006/06/16 11:32:28 fs 1.8.104.1: during #i51143#: refactored VCollection: - createEmptyObject now named createDescriptor - cloneObject removed - appendObject now returns the newly created object (previously done via a subsequent call to cloneObject)
2006-07-10INTEGRATION: CWS qiq (1.22.104); FILE MERGEDOliver Bolte
2006/06/27 13:52:40 fs 1.22.104.2: RESYNC: (1.22-1.23); FILE MERGED 2006/06/16 11:32:28 fs 1.22.104.1: during #i51143#: refactored VCollection: - createEmptyObject now named createDescriptor - cloneObject removed - appendObject now returns the newly created object (previously done via a subsequent call to cloneObject)
2006-07-10INTEGRATION: CWS qiq (1.11.104); FILE MERGEDOliver Bolte
2006/05/23 13:02:29 fs 1.11.104.1: some refactoring of compose/quoteTableName and friends, in preparation of #i51143#
2006-07-10INTEGRATION: CWS qiq (1.18.104); FILE MERGEDOliver Bolte
2006/05/10 10:19:40 fs 1.18.104.1: added conversion from Scanner's rule ID to Rule enum value (which allows to implement SQLNode::getKnownRuleID)
2006-07-10INTEGRATION: CWS qiq (1.17.104); FILE MERGEDOliver Bolte
2006/07/04 07:11:18 fs 1.17.104.6: #i51143# 2006/06/27 13:50:14 fs 1.17.104.5: RESYNC: (1.17-1.18); FILE MERGED 2006/05/15 13:35:01 fs 1.17.104.4: #i51143# +tableNameNodeToStr 2006/05/15 13:26:18 fs 1.17.104.3: #i51143# more Rule enum values 2006/05/12 14:11:33 fs 1.17.104.2: #i51143# parseNodeToExecutableStatement now also taking a SQLParser - this allows nested sub queries 2006/05/10 10:18:36 fs 1.17.104.1: #i51143# +parseNodeToExecutableStatement / +getKnownRuleID / some code cleanup
2006-07-10INTEGRATION: CWS qiq (1.20.78); FILE MERGEDOliver Bolte
2006/06/30 14:55:25 fs 1.20.78.6: corected parameter in sub query parsing 2006/06/28 08:40:40 fs 1.20.78.5: #i10000# 2006/06/27 13:52:26 fs 1.20.78.4: RESYNC: (1.20-1.21); FILE MERGED 2006/06/07 12:18:24 fs 1.20.78.3: #i51143# getTableRef -> getTableNode 2006/05/16 20:08:14 fs 1.20.78.2: #i51143# minor refactoring 2006/05/10 10:16:51 fs 1.20.78.1: primary change: #i51143# allow the iterator to also recognize queries secondary change: some code cleanup: - removed unused code - more defensive access control - "warnings" replaced with "errors" (since this is what they are)
2006-07-10INTEGRATION: CWS qiq (1.29.96); FILE MERGEDOliver Bolte
2006/06/27 13:51:59 fs 1.29.96.4: RESYNC: (1.29-1.30); FILE MERGED 2006/06/01 09:41:57 fs 1.29.96.3: #i51143# export isValidSQLName 2006/05/23 13:02:10 fs 1.29.96.2: some refactoring of compose/quoteTableName and friends, in preparation of #i51143# 2006/05/11 10:30:54 fs 1.29.96.1: #i51143# +prependErrorInfo
2006-07-10INTEGRATION: CWS qiq (1.1.2); FILE ADDEDOliver Bolte
2006/05/17 11:51:40 fs 1.1.2.4: #i51143# +isConnection/reset 2006/05/17 05:19:06 fs 1.1.2.3: default construction 2006/05/17 05:08:14 fs 1.1.2.2: copy construction / assignment 2006/05/16 20:08:25 fs 1.1.2.1: encapsulates application-level database meta data
2006-07-10INTEGRATION: CWS qiq (1.14.56); FILE MERGEDOliver Bolte
2006/06/30 13:01:55 fs 1.14.56.9: #i51143# +SQL_CYCLIC_SUB_QUERIES 2006/06/27 13:51:51 fs 1.14.56.8: RESYNC: (1.14-1.15); FILE MERGED 2006/06/09 11:53:39 fs 1.14.56.7: #i51143# +SQLExceptionInfo::doThrow 2006/05/19 09:46:16 fs 1.14.56.6: some more constness for the SQLExceptionIteratorHelper 2006/05/19 08:40:12 fs 1.14.56.5: #i51143# tweaking the SQLExceptionIteratorHelper 2006/05/18 09:08:13 fs 1.14.56.4: #i51143# SQLExceptionInfo::append 2006/05/18 08:35:23 fs 1.14.56.3: copying the change from CWS dba30 herein (prepend) 2006/05/17 05:18:55 fs 1.14.56.2: +SQL_CONNECTION_DOES_NOT_EXIST 2006/05/11 08:58:29 fs 1.14.56.1: #i51143# +SQL_ERROR_UNSPECIFIED
2006-07-10INTEGRATION: CWS qiq (1.3.104); FILE MERGEDOliver Bolte
2006/06/16 11:32:28 fs 1.3.104.1: during #i51143#: refactored VCollection: - createEmptyObject now named createDescriptor - cloneObject removed - appendObject now returns the newly created object (previously done via a subsequent call to cloneObject)
2006-07-10INTEGRATION: CWS qiq (1.3.104); FILE MERGEDOliver Bolte
2006/06/16 11:32:27 fs 1.3.104.1: during #i51143#: refactored VCollection: - createEmptyObject now named createDescriptor - cloneObject removed - appendObject now returns the newly created object (previously done via a subsequent call to cloneObject)
2006-07-10INTEGRATION: CWS qiq (1.5.104); FILE MERGEDOliver Bolte
2006/06/16 11:32:27 fs 1.5.104.1: during #i51143#: refactored VCollection: - createEmptyObject now named createDescriptor - cloneObject removed - appendObject now returns the newly created object (previously done via a subsequent call to cloneObject)
2006-07-10INTEGRATION: CWS dr48 (1.25.156); FILE MERGEDOliver Bolte
2006/05/03 14:59:15 dr 1.25.156.1: #134146# load FrameChild records corerctly
2006-07-10INTEGRATION: CWS qiq (1.12.104); FILE MERGEDOliver Bolte
2006/06/27 13:51:11 fs 1.12.104.2: RESYNC: (1.12-1.13); FILE MERGED 2006/06/06 13:57:23 fs 1.12.104.1: #i51143# +createColumnsForResultSet / +createColumnForResultSet
2006-07-10INTEGRATION: CWS qiq (1.3.104); FILE MERGEDOliver Bolte
2006/06/30 13:20:23 fs 1.3.104.2: #i51143# ERROR_CYCLIC_SUB_QUERIES 2006/05/19 08:08:51 fs 1.3.104.1: #i51143# more error messages to be provided by a ParseContext
2006-07-10INTEGRATION: CWS dr48 (1.4.320); FILE MERGEDOliver Bolte
2006/05/23 18:16:47 dr 1.4.320.1: #i61324# line width rounding corrected
2006-07-10INTEGRATION: CWS dr47 (1.14.206); FILE MERGEDOliver Bolte
2006/05/08 13:37:13 dr 1.14.206.3: RESYNC: (1.15-1.16); FILE MERGED 2006/04/05 09:14:00 dr 1.14.206.2: RESYNC: (1.14-1.15); FILE MERGED 2006/03/16 13:39:18 dr 1.14.206.1: #i62484# ambiguous command names
2006-07-10INTEGRATION: CWS calchtmlnumbers (1.3.438); FILE MERGEDOliver Bolte
2006/06/09 19:56:54 er 1.3.438.1: #i50670# optionally parse NumbersEnglishUS during HTML import instead of user's locale
2006-07-10INTEGRATION: CWS calchtmlnumbers (1.5.418); FILE MERGEDOliver Bolte
2006/07/04 12:55:07 dr 1.5.418.3: #i50670# german string too long 2006/07/04 10:46:57 dr 1.5.418.2: #i50670# use GetText() instead of GetDisplayText() to avoid shortened checkbox text 2006/06/09 19:56:54 er 1.5.418.1: #i50670# optionally parse NumbersEnglishUS during HTML import instead of user's locale
2006-07-10INTEGRATION: CWS calchtmlnumbers (1.4.438); FILE MERGEDOliver Bolte
2006/07/04 10:46:56 dr 1.4.438.2: #i50670# use GetText() instead of GetDisplayText() to avoid shortened checkbox text 2006/06/09 19:56:53 er 1.4.438.1: #i50670# optionally parse NumbersEnglishUS during HTML import instead of user's locale
2006-07-10INTEGRATION: CWS calchtmlnumbers (1.4.438); FILE MERGEDOliver Bolte
2006/06/09 19:56:53 er 1.4.438.1: #i50670# optionally parse NumbersEnglishUS during HTML import instead of user's locale
2006-07-10INTEGRATION: CWS calchtmlnumbers (1.115.52); FILE MERGEDOliver Bolte
2006/06/09 19:56:41 er 1.115.52.1: #i50670# optionally parse NumbersEnglishUS during HTML import instead of user's locale
2006-07-10INTEGRATION: CWS impress98 (1.18.56); FILE MERGEDOliver Bolte
2006/06/26 23:33:34 cl 1.18.56.2: RESYNC: (1.18-1.19); FILE MERGED 2006/06/23 12:19:43 cl 1.18.56.1: #137421# check if pFrame has valid ViewShell
2006-07-10INTEGRATION: CWS impress98 (1.52.128); FILE MERGEDOliver Bolte
2006/06/27 13:59:30 cl 1.52.128.5: fixed merge issue 2006/06/27 13:36:08 cl 1.52.128.4: #i66688# improved xml load/save performance so that it works 2006/06/27 10:12:34 sj 1.52.128.3: #i66688# improved xml load/save performance 2006/06/26 22:57:36 cl 1.52.128.2: RESYNC: (1.52-1.53); FILE MERGED 2006/06/23 13:53:34 sj 1.52.128.1: #i66688# moved header file
2006-07-10INTEGRATION: CWS impress98 (1.61.70); FILE MERGEDOliver Bolte
2006/06/26 22:31:26 cl 1.61.70.2: RESYNC: (1.61-1.62); FILE MERGED 2006/06/23 13:52:51 sj 1.61.70.1: #i66688# moved header file
2006-07-10INTEGRATION: CWS impress98 (1.5.434); FILE MERGEDOliver Bolte
2006/06/26 21:34:22 cl 1.5.434.2: RESYNC: (1.5-1.6); FILE MERGED 2006/06/23 13:54:19 sj 1.5.434.1: #i66688# moved header file
2006-07-10INTEGRATION: CWS impress98 (1.10.286); FILE MERGEDOliver Bolte
2006/06/26 15:51:23 sj 1.10.286.2: #i66688# added missing headerfile 2006/06/26 15:12:23 sj 1.10.286.1: #i66688# improved load performance
2006-07-10INTEGRATION: CWS impress98 (1.8.374); FILE MERGEDOliver Bolte
2006/06/23 13:55:56 sj 1.8.374.1: #i66688# moved header file
2006-07-10INTEGRATION: CWS impress98 (1.16.368); FILE MERGEDOliver Bolte
2006/06/28 15:38:50 sj 1.16.368.3: #i66688# test code removed 2006/06/26 21:32:50 cl 1.16.368.2: RESYNC: (1.16-1.17); FILE MERGED 2006/06/23 13:55:17 sj 1.16.368.1: #i66688# moved header file
2006-07-10INTEGRATION: CWS impress98 (1.1.2); FILE ADDEDOliver Bolte
2006/06/23 13:51:14 sj 1.1.2.1: #i66688# moved header file
2006-07-10INTEGRATION: CWS impress98 (1.90.134); FILE MERGEDOliver Bolte
2006/06/23 12:08:51 sj 1.90.134.1: #i66482# removed customshape entries, since they are part up from the OpenDocument format only
2006-07-06INTEGRATION: CWS warningfixes01 (1.9.4); FILE MERGEDKurt Zenker
2006/06/27 08:52:59 cd 1.9.4.1: #137321# Reset focus handler to prevent calls while in dtor
2006-07-06INTEGRATION: CWS warningfixes01 (1.30.4); FILE MERGEDKurt Zenker
2006/06/28 10:48:55 cd 1.30.4.1: #i66813# Fix call to InsertEntry with wrong arguments
2006-07-06INTEGRATION: CWS warningfixes01 (1.2.10); FILE MERGEDKurt Zenker
2006/06/27 13:57:30 sb 1.2.10.1: #i66722# Suppress warnings from external qstring.h.
2006-07-06INTEGRATION: CWS kabparam (1.3.74); FILE MERGEDKurt Zenker
2006/06/29 08:15:24 ebischoff 1.3.74.1: #i66691# Support for parametrized queries in KDE address book connector
2006-07-06INTEGRATION: CWS kabparam (1.2.102); FILE MERGEDKurt Zenker
2006/06/29 08:15:24 ebischoff 1.2.102.1: #i66691# Support for parametrized queries in KDE address book connector
2006-07-06INTEGRATION: CWS warningfixes01 (1.17.8); FILE MERGEDKurt Zenker
2006/06/27 13:15:34 sb 1.17.8.1: #i66728# Fixed broken automatic CVS merge (new ULONG in 1.16 was changed back to old sal_uInt32 in 1.17).
2006-07-06INTEGRATION: CWS kabparam (1.2.102); FILE MERGEDKurt Zenker
2006/06/29 08:15:23 ebischoff 1.2.102.1: #i66691# Support for parametrized queries in KDE address book connector
2006-07-06INTEGRATION: CWS kabparam (1.3.6); FILE MERGEDKurt Zenker
2006/07/03 07:49:31 ebischoff 1.3.6.2: Adding support for "Name LIKE ?" statements 2006/06/29 08:15:23 ebischoff 1.3.6.1: #i66691# Support for parametrized queries in KDE address book connector
2006-07-06INTEGRATION: CWS kabparam (1.3.8); FILE MERGEDKurt Zenker
2006/06/29 08:15:22 ebischoff 1.3.8.1: #i66691# Support for parametrized queries in KDE address book connector
2006-07-06INTEGRATION: CWS kabparam (1.2.102); FILE MERGEDKurt Zenker
2006/06/29 08:15:22 ebischoff 1.2.102.1: #i66691# Support for parametrized queries in KDE address book connector
2006-07-06INTEGRATION: CWS warningfixes01 (1.94.4); FILE MERGEDKurt Zenker
2006/06/27 20:00:34 fs 1.94.4.1: #i66729