Commit Graph

66 Commits

Author SHA1 Message Date
Oliver Bolte
39e949c290 CWS-TOOLING: integrate CWS dbaperf3
2009-08-28 08:04:41 +0200 oj  r275515 : wrong replacement
2009-08-28 07:57:44 +0200 oj  r275514 : declaration of 'nRealSize' shadows a previous local
2009-08-20 10:17:11 +0200 oj  r275168 : CWS-TOOLING: rebase CWS dbaperf3 to trunk@275001 (milestone: DEV300:m55)
2009-08-19 11:50:49 +0200 oj  r275145 : #ii102891# minimize metadata calls
2009-06-22 12:20:15 +0200 oj  r273213 : compile error
2009-06-22 12:19:45 +0200 oj  r273212 : compile error
2009-06-18 08:54:08 +0200 oj  r273099 : #i102891# reduce calls to databasemetadata
2009-06-18 08:19:55 +0200 oj  r273095 : #i102891# reduce calls to databasemetadata
2009-09-08 09:50:48 +00:00
Release Engineers
94cb48eed9 CWS-TOOLING: integrate CWS dba32c
2009-06-29 20:53:25 +0200 fs  r273484 : #i103138# Rectangle conversion
2009-06-29 20:51:50 +0200 fs  r273483 : #i103138# yet more refactoring, now also setting the proper zoom level at the proper point in time
2009-06-29 13:40:26 +0200 fs  r273470 : added svn:ignore to ignore output paths
2009-06-29 10:08:54 +0200 fs  r273455 : #i103138#
refactored the code for positioning/zooming the control
Basically, we now allow adjustControlGeometry_throw (formerly known as positionControl_throw and setControlZoom) to
take an additional ViewTransformation parameter, describing the transformation to obtain the actual
control position/size. Consequently, positionControl itself also allows for a ViewTransformation parameter.
This has become necessary since during painting, the device which we created our control for might not necessarily
have a proper MapMode set. In this case, if we would use this map mode for calculating the control's position/size,
this would lead to wrong results.
Note that this problem was introduced by the fix for #i101398#: During the fix, we postponed the control creation
to a later time (when it is really needed). At this later time, the MapMode at the device is broken, at the earlier
time where we formerly crearted the control (createPrimitive2DSequence), it is not yet broken.
Whether or not the MapMode is defined as "broken" might depend on one's point of view, however ...
I consider it broken, since:
- we need the map mode to obtain the proper zoom level, which is to be forwarded to the control
- there are scenarios where the MapMode is *not* set to MAP_PIXEL (in those scenarios, everything works
  fine), and there are scenarios where it *is* set to MAP_PIXEL (in those the bug 103138 appears).
It somehow feels wrong that one cannot rely on the device's map mode this way, but on the other hand
one has no possibility to obtain the current zoom by other means.
Note that one issue (still to be submitted) is left: In the page pane of a Draw/Impress document, controls
have a wrong text size. This is because in this pane, the above-mentioned "broken" map mode is used,
which means the controls have a zoom of "1:1" set, which is wrong here.
2009-06-25 13:41:35 +0200 msc  r273380 : #100000# the tabs changed die to new properties
2009-06-24 12:42:40 +0200 msc  r273330 : #102082# remove issue warning
2009-06-22 10:43:14 +0200 fs  r273201 : createPrimitive2DSequence: care for being disposed
2009-06-18 12:35:13 +0200 oj  r273109 : #i102305# make nooptfiles for gcc
2009-06-17 12:14:37 +0200 oj  r273056 : #i102305# fix for linux
2009-06-17 07:20:22 +0200 oj  r273046 : #i102305# move ValueTransfer into the for loop to avoid a crash under Linux
2009-06-17 07:17:28 +0200 oj  r273045 : #i102305# use varchar
2009-06-15 14:11:27 +0200 fs  r272983 : added since tag
2009-06-15 12:11:39 +0200 oj  r272973 : #i102305# SAL_DLLPUBLIC_EXPORT inserted
2009-06-15 11:08:53 +0200 fs  r272969 : #i10000#
2009-06-15 09:25:13 +0200 fs  r272963 : merging fix for P1 issue #i102701#
2009-06-11 11:31:24 +0200 fs  r272858 : #i10000# copied the fix which before the rebase was done in ../dialog/macropg.src
2009-06-11 09:38:14 +0200 fs  r272846 : CWS-TOOLING: rebase CWS dba32c to trunk@272827 (milestone: DEV300:m50)
2009-06-02 09:53:10 +0200 fs  r272483 : #i10000#
2009-05-29 15:55:03 +0200 fs  r272465 : #i100818#
2009-05-29 12:58:43 +0200 fs  r272452 : don't apply comphelper::getString on possibly VOID any
2009-05-29 10:38:35 +0200 oj  r272437 : #i101519# handle where condition
2009-05-29 09:53:39 +0200 fs  r272434 : #i100818# call into releaseStubs /without/ locked GlobalMutex
2009-05-28 07:53:44 +0200 oj  r272375 : #i101369# parse tree changed
2009-05-27 14:53:36 +0200 fs  r272347 : #i10000#
2009-05-27 09:29:15 +0200 oj  r272327 : #i101626# check for double before hard cast
2009-05-27 09:13:58 +0200 oj  r272326 : #i101626# handle void correctly
2009-05-27 08:04:39 +0200 oj  r272321 : #i102256# wrong method signature used
2009-05-27 07:55:52 +0200 oj  r272320 : #i101519# look up parameter typ if used in function
2009-05-27 06:49:07 +0200 oj  r272319 : #i101519# set parameter from rowset as well
2009-05-26 13:30:56 +0200 oj  r272297 : #i101987# impl XBatchExecution
2009-05-26 12:44:34 +0200 oj  r272293 : #i101700# check if group is not set
2009-05-26 12:16:53 +0200 oj  r272290 : #i101369# resolved some reduce7reduce problems with boolean_term and search_condition
2009-05-26 12:12:42 +0200 oj  r272289 : #i101369# fix for or on one line criteria
2009-05-25 16:02:25 +0200 fs  r272257 : #i999704# +PROPERTY_MOUSE_WHEEL_BEHAVIOR
2009-05-25 16:01:55 +0200 fs  r272256 : merging the changes from CWS dba32b herein
2009-05-25 15:49:57 +0200 fs  r272254 : #i999704#
2009-05-25 15:32:57 +0200 fs  r272252 : #i99704# grid columns also to respect the MouseWheelBehavior property
2009-05-25 15:23:43 +0200 fs  r272251 : don't pass empty Anys to ::comphelper::getString
2009-05-25 14:48:43 +0200 fs  r272248 : merged changes from CWS dba32b herein
2009-05-25 14:44:40 +0200 fs  r272247 : #i99704# support new MouseWheelBehavior property
2009-05-25 14:43:18 +0200 fs  r272246 : #i99704# WheelWithoutFocus (peer property) superseded by MouseWheelBehavior (model property)
2009-05-25 14:41:03 +0200 fs  r272245 : #i99704# no need to set the mouse wheel behavior at the peer, this is now a model property, having the right default
2009-05-25 14:39:31 +0200 fs  r272243 : removed dead import
2009-05-25 14:35:36 +0200 fs  r272242 : the new EnableVisible doesn't make sense for grid columns
2009-05-25 14:34:33 +0200 fs  r272241 : #i99704# +MouseWheelBehavior - allow to enable/disable the mouse wheel for the control, or make it focus-dependent
2009-05-25 14:26:11 +0200 fs  r272240 : #i99704# change MouseSettings wheel flag (NoWheelActionWithoutFocus) to a three-state option, allowing to completely ignore the mouse wheel
2009-05-23 21:35:59 +0200 fs  r272213 : localize 'sub component opened/closed' event
2009-05-22 21:42:47 +0200 fs  r272211 : #i102003#
2009-05-22 21:42:20 +0200 fs  r272210 : grammar
2009-05-22 21:36:10 +0200 fs  r272209 : #i102140# load only once, not twice, and show error messages during loading (and during any form action, that is) asynchronously
2009-05-22 21:35:11 +0200 fs  r272208 : #i102140# +clear
2009-05-22 14:50:30 +0200 fs  r272194 : #i102139# for newly created DB docs, set the MacroExecutionMode to USE_CONFIG
2009-05-22 12:03:42 +0200 fs  r272180 : #i88878#
provided by noel.power@novell.com
implement a visibility property (EnableVisible) for toolkit controls, and usage in forms and UNO dialogs
2009-05-15 15:37:31 +0200 fs  r271942 : #i100671# corrected some @since tags, so autodoc has better chances of correctly reading them
2009-05-15 15:33:11 +0200 fs  r271940 : don't call comphelper::getFOO for VOID values
2009-05-15 15:08:31 +0200 fs  r271937 : includes
2009-05-15 13:39:22 +0200 fs  r271934 : #i101398# createPrimitive2DSequence: when we already have a control, use the old code. In particular, call positionControlForPaint
2009-05-15 12:33:48 +0200 fs  r271933 : make the geometry a part of the ControlPrimitive2D's identity
2009-05-15 10:15:44 +0200 fs  r271928 : #i10000#
2009-05-14 20:55:38 +0200 fs  r271921 : #i101398# don't reuse the name PRIMITIVE_ID_CONTROLPRIMITIVE2D, make the name of our own ControlPrimitive2D unique
2009-05-14 20:55:31 +0200 fs  r271920 : #i101398# don't reuse the name PRIMITIVE_ID_CONTROLPRIMITIVE2D, make the name of our own ControlPrimitive2D unique
2009-05-14 20:23:23 +0200 fs  r271919 : #i101622#
2009-05-14 16:04:38 +0200 fs  r271898 : don't use comphelper::getInt32 on voids
2009-05-14 16:04:12 +0200 fs  r271897 : merge fix for issue whose number just slipped my memory ... (originally fixed in CWS dba32b)
2009-05-14 15:36:55 +0200 fs  r271895 : merging changes from DEV300:m48
2009-05-07 14:43:19 +0200 fs  r271670 : #i101477#
2009-05-07 14:37:30 +0200 fs  r271668 : #i101477#
2009-05-07 09:27:30 +0200 oj  r271628 : #i101343# remove pch
2009-05-06 09:36:02 +0200 fs  r271568 : getFoo: diagnostics
2009-05-04 09:23:06 +0200 oj  r271438 : CWS-TOOLING: rebase CWS dba32c to trunk@271427 (milestone: DEV300:m47)
2009-04-29 23:18:13 +0200 fs  r271394 : #i101398# use a dedicated 2DPrimitive for UNO Controls, which is able to provide the B2DRange *without* actually creating the control
2009-04-29 13:52:25 +0200 fs  r271366 : #i101308#
2009-07-03 14:21:50 +00:00
Ivo Hinkelmann
b9392a3664 CWS-TOOLING: integrate CWS dbaperf1
2009-04-02 09:12:25 +0200 oj  r270372 : CWS-TOOLING: rebase CWS dbaperf1 to trunk@270033 (milestone: DEV300:m45)
2009-03-17 10:20:34 +0100 oj  r269577 : add parameter
2009-03-17 10:20:05 +0100 oj  r269576 : add parameter
2009-03-12 12:32:24 +0100 oj  r269387 : add missing ++
2009-03-11 12:53:35 +0100 oj  r269315 : compile error
2009-03-06 08:52:11 +0100 oj  r268968 : #i99264# remove duplicate code
2009-03-06 08:20:08 +0100 oj  r268966 : add missingheader
2009-03-06 08:17:41 +0100 oj  r268965 : add header
2009-03-06 08:15:07 +0100 oj  r268964 : #i99708# remove duplicate code
2009-03-06 07:24:11 +0100 oj  r268963 : #i99708# remove duplicate code
2009-03-06 07:22:24 +0100 oj  r268962 : #i99708# use tenary operator
2009-03-06 07:19:21 +0100 oj  r268961 : remove unused rtl_logs
2009-03-06 07:15:55 +0100 oj  r268960 : #i99708# extract getLength from for loop
2009-03-06 07:15:35 +0100 oj  r268959 : #i99708# extract getLength from for loop
2009-03-06 07:14:57 +0100 oj  r268958 : remove unused rtl_logs
2009-03-06 07:13:01 +0100 oj  r268957 : insert DBG_ helper
2009-03-06 07:12:17 +0100 oj  r268956 : remove unused rtl_logs
2009-03-06 07:10:26 +0100 oj  r268955 : remove unused rtl_logs
2009-03-06 07:04:51 +0100 oj  r268954 : #i99708# use tenary operator
2009-03-05 12:04:46 +0100 oj  r268895 : comment RTL_LOG out
2009-03-05 09:05:07 +0100 oj  r268874 : add rtl logfile
2009-03-04 14:21:18 +0100 oj  r268828 : #i99708# make static inplace and some method calls in for loop removed
2009-03-04 14:20:34 +0100 oj  r268827 : #i99708# impl double check pattern for getInfohelper
2009-03-02 09:31:42 +0100 oj  r268636 : add rtl logfile
2009-03-02 08:18:37 +0100 oj  r268633 : add rtl logfile
2009-02-27 11:22:16 +0100 oj  r268570 : #i99709# change algorithm for marking objects
2009-02-27 11:17:04 +0100 oj  r268568 : #i99708# some improvements to load forms, controls faster and replacement of size() call with !empty() which is much faster
2009-02-24 10:09:35 +0100 sb  r268383 : #i99290# no longer care to set a sensible context class loader for native threads attached to the VM
2009-02-23 13:44:04 +0100 oj  r268354 : #i76606# seekrow changes
2009-02-23 12:27:30 +0100 oj  r268349 : deleted
2009-02-20 15:14:23 +0100 oj  r268325 : #i76606# some code changes
2009-02-19 14:15:25 +0100 oj  r268284 : #i76606# use of simple prep stmt instead of full blown rowset, when source and dest connection are the same use insert into ... ( select ... )
2009-02-19 11:27:55 +0100 oj  r268265 : #i76606# insert some RTL_LOG and setObject impl
2009-02-18 14:45:37 +0100 oj  r268222 : #i99363# insert RTL_LOG
2009-02-18 14:45:18 +0100 oj  r268221 : #i99363# insert RTL_LOG
2009-02-18 11:14:54 +0100 oj  r268207 : #i99363# call some impl_ methods to avoid duplicate cechCache calls
2009-02-18 11:10:47 +0100 oj  r268206 : #i99363# make isCount inline
2009-02-18 10:33:22 +0100 oj  r268203 : #i99363# use bookmarkable if available and inserted some RTL_LOG
2009-02-18 10:32:57 +0100 oj  r268202 : #i99363# use bookmarkable if available and inserted some RTL_LOG
2009-02-17 07:29:05 +0100 oj  r267843 : #i96897# remove some dll public
2009-02-16 15:01:04 +0100 oj  r267816 : #i96897# remove some dll public
2009-02-16 14:25:53 +0100 oj  r267810 : #i99264# remove duplicate code
2009-02-16 14:25:33 +0100 oj  r267809 : #i99264# remove duplicate code
2009-02-16 14:24:59 +0100 oj  r267808 : #i99264# remove duplicate code
2009-02-13 10:56:17 +0100 oj  r267703 : #i99191# comment the contextclassloader
2009-02-13 10:32:40 +0100 oj  r267700 : reduce call to resultset meta data
2009-02-13 10:27:31 +0100 oj  r267699 : reduce call to resultset meta data
2009-02-13 10:27:08 +0100 oj  r267698 : reduce call to resultset meta data
2009-04-23 10:42:05 +00:00
Oliver Bolte
a8c88dd0b8 CWS-TOOLING: integrate CWS dba31i
2009-02-12 09:37:16 +0100 fs  r267635 : merging the fix for #i98549# from CWS rptfix04 to CWS dba31i
2009-02-09 10:09:03 +0100 fs  r267502 : #i98467#
2009-02-03 14:40:59 +0100 fs  r267328 : #i97159# +checkParameterTypes
2009-02-03 14:40:32 +0100 fs  r267327 : some more data / correct query 'all orders'
2009-02-03 14:16:56 +0100 fs  r267321 : #i97159# properly determine column alias / table range for parameters in BETWEEN clauses
2009-02-03 12:39:40 +0100 oj  r267313 : #i97159# check for column range in parameter
2009-02-03 10:17:29 +0100 fs  r267300 : #i98247#
2009-02-02 12:21:18 +0100 oj  r267258 : #i98724# subst corrected
2009-02-18 07:15:37 +00:00
Jens-Heiner Rechtien
0416c98d43 CWS-TOOLING: integrate CWS sb102
2008-12-11 16:18:12 +0100 sb  r265332 : #i95065# cleanup, to make Windows linking work
2008-12-11 16:16:03 +0100 sb  r265331 : #i95065# missing SAL_DLLPUBLIC_EXPORT
2008-12-09 17:40:28 +0100 sb  r265122 : #i94469# move CJK specific configuration data to brand layer
2008-12-09 16:09:08 +0100 sb  r265112 : #i96959# use PTHREAD_MUTEX_RECURSIVE on all platforms
2008-12-09 15:54:31 +0100 sb  r265110 : #i95065# do not derive apphelper::LifeTimeGuard from osl::ResettableMutexGuard to avoid problems with VISIBILITY_HIDDEN=TRUE on MSC
2008-12-09 15:40:51 +0100 sb  r265104 : #i95065# add VISIBILITY_HIDDEN=TRUE to connectivity/source/drivers/mozab
2008-12-09 15:36:21 +0100 sb  r265102 : #i95501# updated SDK_HOME
2008-12-09 15:31:46 +0100 sb  r265099 : typo (temppath vs. tmppath)
2008-12-08 11:48:08 +0100 sb  r264979 : #i95065# removed spurious ExplicitCategoriesProvider.obj (ExplicitCategoriesProvider.cxx is not in this directory)
2008-12-07 19:41:07 +0100 sb  r264960 : #i96994# erroneously doubled backslash caused visibility feature to be disabled for all GCC versions on Mac OS X
2008-12-06 23:54:49 +0100 sb  r264948 : changes from trunk that CWS-TOOLING's rebase to DEV300:m37 (r264891) had missed, as files had been moved around on this CWS
2008-12-05 20:29:23 +0100 sb  r264919 : #i85508# versions of flex apparently differ in whether input() resp. yyinput() returns zero or EOF upon end of file
2008-12-05 15:37:23 +0100 sb  r264908 : #i95315# removed obsolete jut
2008-12-05 15:34:59 +0100 sb  r264907 : #i95531# removed empty obsolete directories
2008-12-05 10:09:23 +0100 sb  r264891 : CWS-TOOLING: rebase CWS sb102 to trunk@264807 (milestone: DEV300:m37)
2008-12-04 14:50:20 +0100 sb  r264845 : #i95065# introduced VISIBILITY_HIDDEN makefile flag to reduce duplications; made additional libraries use VISIBILITY_HIDDEN=TRUE to avoid warnings with recent GCC 4 versions (had to split certain code directories to make changes that would otherwise erroneously affect multiple libraries built in the same makefile); changed connectivity::ORefVector to no longer derive from std::vector, as that caused problems with the MSC implementation of VISIBILITY_HIDDEN=TRUE; replaced uses of JNIEXPORT with SAL_DLLPUBLIC_EXPORT, as the former does not expand to visibility attributes on some platforms where the latter does
2008-12-03 11:29:38 +0100 sb  r264759 : #i94583# remove unnecessary (and wrong) assertion check for rtl_getAppCommandArg return value (which is guaranteed to return osl_Process_E_None or not return at all)
2008-12-02 17:18:31 +0100 sb  r264724 : #i96809# silenced GCC 4.3.2 warning
2008-12-02 13:29:34 +0100 sb  r264695 : #i96797# make get_tmp_dir fail less often
2008-11-28 17:19:24 +0100 sb  r264566 : #i95691# inadvertently missing from -c 264564
2008-11-28 17:07:50 +0100 sb  r264564 : #i95691# only structs of exactly 1, 2, 4, or 8 bytes are returned through registers
2008-11-25 13:28:08 +0100 sb  r264291 : #i96427# support for SAL_EXCEPTION_DLLPUBLIC_EXPORT (patch by np)
2008-11-21 14:45:22 +0100 sb  r264140 : #i95428# added SAL_EXCEPTION_DLLPUBLIC_EXPORT and SAL_EXCEPTION_DLLPRIVATE
2008-11-19 13:19:37 +0100 sb  r263984 : #i95525# removed erroneous application/octet-stream svn:mime-type properties
2008-12-30 13:32:01 +00:00
Jens-Heiner Rechtien
c41efc6d0b CWS-TOOLING: integrate CWS dba301a_DEV300 2008-11-19 17:43:08 +00:00
Vladimir Glazounov
a9cbd0f41c INTEGRATION: CWS dba31a (1.58.8); FILE MERGED
2008/07/30 12:03:24 fs 1.58.8.2: RESYNC: (1.58-1.59); FILE MERGED
2008/07/04 11:43:04 oj 1.58.8.1: #i91208# handle parameters
2008-08-19 08:17:46 +00:00
Oliver Bolte
4ac6cafdb4 INTEGRATION: CWS dba30g (1.58.18); FILE MERGED
2008/07/22 08:06:10 fs 1.58.18.1: #i91857# re-added joined_table
2008-07-25 06:41:44 +00:00
Rüdiger Timm
a378362ecf INTEGRATION: CWS rptchart02 (1.57.18); FILE MERGED
2008/05/23 08:26:43 oj 1.57.18.2: #i84290# change sql rule table_ref
2008/05/20 08:29:11 oj 1.57.18.1: #i84290# range_variable changed
2008-06-16 11:11:56 +00:00
Rüdiger Timm
0b408e9cb2 INTEGRATION: CWS changefileheader (1.56.64); FILE MERGED
2008/04/01 15:09:20 thb 1.56.64.3: #i85898# Stripping all external header guards
2008/04/01 10:53:45 thb 1.56.64.2: #i85898# Stripping all external header guards
2008/03/28 15:24:37 rt 1.56.64.1: #i87441# Change license header to LPGL v3.
2008-04-10 10:52:50 +00:00
Ivo Hinkelmann
bfbf21aff0 INTEGRATION: CWS dba24c (1.54.20); FILE MERGED
2007/09/28 19:17:54 fs 1.54.20.2: RESYNC: (1.54-1.55); FILE MERGED
2007/09/18 20:05:25 fs 1.54.20.1: during #i81095#: outsourced the CYCLIC_SUB_QUERIES error to the new css.sdb.ErrorCondition
2007-11-21 14:09:21 +00:00
Jens-Heiner Rechtien
c2327e61da INTEGRATION: CWS dba24a (1.54.6); FILE MERGED
2007/08/30 10:44:41 oj 1.54.6.1: #i78257# wrong assertion
2007-09-26 13:31:52 +00:00
Jens-Heiner Rechtien
e076856d58 INTEGRATION: CWS dba23c (1.53.74); FILE MERGED
2007/07/23 08:37:01 fs 1.53.74.1: #i77635# impl_getQueryParameterColumns: also recognize parameters in the SELECT column list
2007-07-31 12:39:08 +00:00
Kurt Zenker
80548a16a5 INTEGRATION: CWS dba22ui (1.52.20); FILE MERGED
2006/12/05 09:46:55 fs 1.52.20.1: copying the fix for #i72252# from CWS dba22b to dba22ui - intended for the latter, but wrongly checked in into the former
2006-12-13 15:24:48 +00:00
Oliver Bolte
a3f128abaa INTEGRATION: CWS pchfix02 (1.49.16); FILE MERGED
2006/09/01 17:22:35 kaib 1.49.16.1: #i68856# Added header markers and pch files
2006-09-17 02:09:24 +00:00
Ivo Hinkelmann
50c100dac8 INTEGRATION: CWS dba205a (1.48.10); FILE MERGED
2006/07/26 10:25:33 fs 1.48.10.2: #i66596# getTableNode: add forgotten case table_ref := table_node
2006/07/20 11:00:18 fs 1.48.10.1: #i67383# make placeholders in the error strings unique / remove unused error strings
2006-08-28 13:54:57 +00:00
Ivo Hinkelmann
1e155979a9 INTEGRATION: CWS dba204d_SRC680 (1.49.8); FILE MERGED
2006/08/15 10:36:59 fs 1.49.8.1: #i68601# setSelectColumnName: also create a column for plain expressions
2006-08-22 11:51:42 +00:00
Ivo Hinkelmann
686dea6220 INTEGRATION: CWS dba204c (1.48.8); FILE MERGED
2006/07/26 10:25:25 fs 1.48.8.1: #66596# getTableNode: add forgotten case table_ref := table_node
2006-08-04 12:50:09 +00:00
Oliver Bolte
f21eef7a10 INTEGRATION: CWS qiq (1.46.78); FILE MERGED
2006/07/04 07:16:34 fs 1.46.78.17: #i10000#
2006/06/30 14:55:36 fs 1.46.78.16: corected parameter in sub query parsing
2006/06/30 13:34:08 fs 1.46.78.15: #i51143# localize the error message about cyclic sub queries
2006/06/30 13:32:39 fs 1.46.78.14: #i51143# localize the error message about cyclic sub queries
2006/06/30 13:19:37 fs 1.46.78.13: #i51143# localize the error message about cyclic sub queries
2006/06/30 13:06:25 fs 1.46.78.12: #i51143# protect against cyclic references in the query names
2006/06/28 08:40:40 fs 1.46.78.11: #i10000#
2006/06/28 07:39:19 fs 1.46.78.10: #i10000#
2006/06/27 15:10:24 fs 1.46.78.9: RESYNC: (1.46-1.47); FILE MERGED
2006/06/26 21:11:50 fs 1.46.78.8: layout
2006/06/09 13:05:40 fs 1.46.78.7: corrected an assertion
2006/06/07 12:18:06 fs 1.46.78.6: #i51143# allow subqueries in FROM / getTableRef -> getTableNode
2006/05/23 13:54:37 fs 1.46.78.5: some refactoring of compose/quoteTableName and friends, in preparation of #i51143#
2006/05/19 08:15:57 fs 1.46.78.4: #i51143# more fine grained error messages about existing tables/queries
2006/05/16 20:09:21 fs 1.46.78.3: #i51143# minor refactoring
2006/05/15 13:45:33 fs 1.46.78.2: #i51143# heavily extended the heuristics to allow queries in queries - still need a better indicator for allowing this feature
2006/05/10 10:53:22 fs 1.46.78.1: primary change: #i51143# allow the iterator to also recognize queries
secondary change: some code cleanup:
- removed unused code
- "warnings" replaced with "errors" (since this is what they are)
2006-07-10 13:38:34 +00:00
Jens-Heiner Rechtien
928588994d INTEGRATION: CWS warnings01 (1.45.30); FILE MERGED
2006/01/25 21:00:54 sb 1.45.30.3: RESYNC: (1.45-1.46); FILE MERGED
2005/11/16 12:59:30 fs 1.45.30.2: #i57457# warning free code
2005/11/07 14:44:13 fs 1.45.30.1: #i57457# warning-free code
2006-06-20 01:08:52 +00:00
Oliver Bolte
9508219a61 INTEGRATION: CWS dba202a (1.45.36); FILE MERGED
2005/11/25 08:25:07 oj 1.45.36.1: #i57084# accept parameter in scalar expression list
2005-12-21 12:18:40 +00:00
Rüdiger Timm
f1744abff5 INTEGRATION: CWS ooo19126 (1.44.98); FILE MERGED
2005/09/05 17:25:51 rt 1.44.98.1: #i54170# Change license header: remove SISSL
2005-09-08 06:41:10 +00:00
Oliver Bolte
942375dad8 INTEGRATION: CWS dba20 (1.43.8); FILE MERGED
2004/11/17 14:54:01 fs 1.43.8.1: #i37185# removed the implementation of the the default constructor private - a default-constructed instance is not usable, but may even simply crash
2005-01-05 11:00:05 +00:00
Rüdiger Timm
cc786b61c0 INTEGRATION: CWS dba16 (1.41.12); FILE MERGED
2004/10/11 13:21:37 oj 1.41.12.2: RESYNC: (1.41-1.42); FILE MERGED
2004/10/11 11:39:10 oj 1.41.12.1: #i30220# enable having, group by for queries
2004-10-22 07:45:49 +00:00
Rüdiger Timm
0f2a8f43cf INTEGRATION: CWS insight02 (1.41.2); FILE MERGED
2004/08/16 09:57:33 oj 1.41.2.1: #i26794# check parameter names also in sub selects
2004-09-09 08:04:16 +00:00
Jens-Heiner Rechtien
34739146e8 INTEGRATION: CWS insight01 (1.38.2); FILE MERGED
2004/07/06 08:14:56 oj 1.38.2.4: RESYNC: (1.39-1.40); FILE MERGED
2004/05/25 13:41:04 oj 1.38.2.3: #i19979# check if column is in ()
2004/05/12 10:48:10 oj 1.38.2.2: change SQLFilterOperator
2004/05/06 14:21:19 oj 1.38.2.1: #i26794# parse in_predicate as well
2004-08-02 16:16:44 +00:00
Hans-Joachim Lankenau
34506a92ae INTEGRATION: CWS mozab04 (1.39.2); FILE MERGED
2004/04/12 10:30:00 windly 1.39.2.1: #i20338# add create table statement to mozab driver
2004-06-25 17:34:59 +00:00
Oliver Bolte
09808adf16 INTEGRATION: CWS oj08 (1.38.14); FILE MERGED
2004/01/29 08:59:42 oj 1.38.14.1: #i19884# change filteroperator
2004-03-15 11:49:26 +00:00
Vladimir Glazounov
74cb91120f INTEGRATION: CWS qrycomp (1.36.16); FILE MERGED
2003/10/30 14:13:24 oj 1.36.16.1: #i21791# changes for the querycomposer
2003-12-16 11:29:20 +00:00
Rüdiger Timm
3fb29e5345 INTEGRATION: CWS geordi2q10 (1.36.20); FILE MERGED
2003/11/28 09:39:00 rt 1.36.20.1: #111934#: join CWS dba01pp1
2003-12-01 09:49:18 +00:00
Oliver Bolte
fb9ca24ce6 INTEGRATION: CWS oj4 (1.34.26); FILE MERGED
2003/08/28 11:23:30 oj 1.34.26.4: RESYNC: (1.34-1.35); FILE MERGED
2003/08/22 13:12:22 oj 1.34.26.3: #i16265# fixes in column types on numeric calcs
2003/07/07 05:46:17 oj 1.34.26.2: #i14220# change rule for sql_nul token
2003/07/01 12:25:50 oj 1.34.26.1: #i14648# implement numeric and datetime functions as well
2003-09-04 07:29:48 +00:00
Hans-Joachim Lankenau
a890834d39 INTEGRATION: CWS geordi2q01 (1.34.48); FILE MERGED
2003/08/18 14:14:13 hr 1.34.48.1: #111861#: join changes from CWS oj01parser
2003-08-18 13:47:14 +00:00
Jens-Heiner Rechtien
066d5ede58 INTEGRATION: CWS ooo20030412 (1.33.42); FILE MERGED
2003/04/01 09:56:08 mh 1.33.42.1: chg: to standard header includes, #i3557#
2003-04-28 15:59:08 +00:00
Ocke Janssen
490501f728 #i3289# correct table name quoting so that in every situation the correct schema, catalog is used 2002-10-07 12:09:48 +00:00
Ocke Janssen
1689391422 #97230# new interface for ParseContext 2002-09-27 10:01:52 +00:00
Ocke Janssen
3710a2aebd #99475# insert new static method 2002-07-15 11:34:56 +00:00
Ocke Janssen
5fd82d3018 #99549# insert and remove some delete and new operators 2002-07-05 07:02:12 +00:00
Ocke Janssen
6a30e6c007 # 93712# parsing corrected 2001-10-26 07:04:06 +00:00
Frank Schönheit
3ea5fd0000 #i1948# for parameter columns, use a correct realname 2001-10-22 13:51:15 +00:00
Ocke Janssen
3669320426 #92325# impl new sql functions 2001-09-27 05:12:35 +00:00
Ocke Janssen
2d7388c152 #90015# code corrcetions for some speedup's 2001-08-24 05:19:41 +00:00
Ocke Janssen
486f4cdabd #86186# check parsetree for joins 2001-07-19 08:29:22 +00:00
Ocke Janssen
cb9a845def #86839# flush scanner buffer 2001-05-25 12:11:19 +00:00
Ocke Janssen
b90646871d #86528# size changes 2001-05-18 07:33:49 +00:00
Ocke Janssen
0abbd65247 #86528# lower size need 2001-05-14 10:42:44 +00:00
Ocke Janssen
62786a1ff4 #86483# use of index for query and columnchecking 2001-05-07 09:37:54 +00:00
Ocke Janssen
2d2b10536b #86528# some outlining 2001-04-30 08:59:56 +00:00
Ocke Janssen
7de67091c4 set parser null 2001-04-12 11:35:12 +00:00
Ocke Janssen
77d56dc8e2 set member null 2001-04-06 13:13:25 +00:00
Joachim Lingner
730d9ab61f OSL_ENSHURE replaced by OSL_ENSURE 2001-03-21 12:52:43 +00:00