Age | Commit message (Collapse) | Author |
|
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/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/06/26 21:06:04 fs 1.1.2.1: encapsulating a css.sdb.RowSet
|
|
2006/06/22 09:20:01 fs 1.1.2.1: wrapper around a QueryDefinition, to evolve over time ...
|
|
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/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/06/29 10:16:42 fs 1.2.54.1: support for foreign keys
|
|
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/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/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/05/23 13:02:29 fs 1.11.104.1: some refactoring of compose/quoteTableName and friends, in preparation of #i51143#
|
|
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/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/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/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/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/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/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/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/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/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/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/06/29 08:15:24 ebischoff 1.3.74.1: #i66691# Support for parametrized queries in KDE address book connector
|
|
2006/06/29 08:15:24 ebischoff 1.2.102.1: #i66691# Support for parametrized queries in KDE address book connector
|
|
2006/06/29 08:15:23 ebischoff 1.2.102.1: #i66691# Support for parametrized queries in KDE address book connector
|
|
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/06/29 08:15:22 ebischoff 1.3.8.1: #i66691# Support for parametrized queries in KDE address book connector
|
|
2006/06/29 08:15:22 ebischoff 1.2.102.1: #i66691# Support for parametrized queries in KDE address book connector
|
|
2006/06/27 20:00:34 fs 1.94.4.1: #i66729
|
|
2006/06/29 08:15:22 ebischoff 1.6.8.1: #i66691# Support for parametrized queries in KDE address book connector
|
|
2006/06/29 08:15:21 ebischoff 1.4.8.1: #i66691# Support for parametrized queries in KDE address book connector
|
|
2006/06/29 08:15:21 ebischoff 1.2.86.1: #i66691# Support for parametrized queries in KDE address book connector
|
|
2006/06/29 08:15:21 ebischoff 1.4.8.1: #i66691# Support for parametrized queries in KDE address book connector
|
|
2006/06/09 12:18:50 hjs 1.9.116.1: #125767# change includes to deal with changed location
|
|
2006/06/09 12:18:49 hjs 1.12.116.1: #125767# change includes to deal with changed location
|
|
2005/11/07 14:44:21 fs 1.3.30.1: #i57457# warning-free code
|
|
2005/11/07 14:44:19 fs 1.6.30.1: #i57457# warning-free code
|
|
2005/11/07 14:44:18 fs 1.3.30.1: #i57457# warning-free code
|
|
2006/05/23 23:35:08 sb 1.3.30.2: RESYNC: (1.3-1.4); FILE MERGED
2005/11/16 12:59:34 fs 1.3.30.1: #i57457# warning free code
|
|
2006/06/14 10:56:25 fs 1.13.30.2: #i66367# reverted previous changes related to replacing IdPropertyArrayHelper with PropertyArrayHelper - there's a subtle difference between both ids ...
2005/11/16 12:59:33 fs 1.13.30.1: #i57457# warning free code
|
|
2005/11/16 12:59:33 fs 1.11.30.1: #i57457# warning free code
|
|
2006/06/14 10:56:25 fs 1.18.30.3: #i66367# reverted previous changes related to replacing IdPropertyArrayHelper with PropertyArrayHelper - there's a subtle difference between both ids ...
2005/11/16 12:59:33 fs 1.18.30.2: #i57457# warning free code
2005/11/07 14:44:17 fs 1.18.30.1: #i57457# warning-free code
|
|
2006/06/14 10:56:24 fs 1.10.30.2: #i66367# reverted previous changes related to replacing IdPropertyArrayHelper with PropertyArrayHelper - there's a subtle difference between both ids ...
2005/11/16 12:59:33 fs 1.10.30.1: #i57457# warning free code
|
|
2006/06/14 10:56:24 fs 1.14.30.3: #i66367# reverted previous changes related to replacing IdPropertyArrayHelper with PropertyArrayHelper - there's a subtle difference between both ids ...
2005/11/16 12:59:32 fs 1.14.30.2: #i57457# warning free code
2005/11/07 14:44:17 fs 1.14.30.1: #i57457# warning-free code
|
|
2006/06/14 10:56:24 fs 1.9.30.2: #i66367# reverted previous changes related to replacing IdPropertyArrayHelper with PropertyArrayHelper - there's a subtle difference between both ids ...
2005/11/16 12:59:32 fs 1.9.30.1: #i57457# warning free code
|
|
2006/06/14 10:56:24 fs 1.15.30.3: #i66367# reverted previous changes related to replacing IdPropertyArrayHelper with PropertyArrayHelper - there's a subtle difference between both ids ...
2005/11/16 12:59:32 fs 1.15.30.2: #i57457# warning free code
2005/11/07 14:44:16 fs 1.15.30.1: #i57457# warning-free code
|
|
2005/11/16 12:59:32 fs 1.11.30.1: #i57457# warning free code
|
|
2006/06/14 10:56:24 fs 1.4.30.2: #i66367# reverted previous changes related to replacing IdPropertyArrayHelper with PropertyArrayHelper - there's a subtle difference between both ids ...
2005/11/07 14:44:16 fs 1.4.30.1: #i57457# warning-free code
|
|
2006/06/14 10:56:24 fs 1.15.30.3: #i66367# reverted previous changes related to replacing IdPropertyArrayHelper with PropertyArrayHelper - there's a subtle difference between both ids ...
2005/11/16 12:59:31 fs 1.15.30.2: #i57457# warning free code
2005/11/07 14:44:15 fs 1.15.30.1: #i57457# warning-free code
|
|
2006/05/23 23:35:01 sb 1.37.30.4: RESYNC: (1.37-1.38); FILE MERGED
2005/12/22 11:45:02 fs 1.37.30.3: #i57457# warning-free code
2005/11/16 12:59:31 fs 1.37.30.2: #i57457# warning free code
2005/11/07 14:44:15 fs 1.37.30.1: #i57457# warning-free code
|