Commit Graph

104 Commits

Author SHA1 Message Date
Ocke Janssen
96403918e4 #100984# cancel insert after refreshRow 2002-07-11 06:02:27 +00:00
Ocke Janssen
d3c51784a4 #98280# reset new flag when deleteing some rows 2002-03-21 06:26:57 +00:00
Ocke Janssen
61f5dab2e8 #95225# changes for bookmarkable resultset 2001-11-29 15:35:26 +00:00
Ocke Janssen
66cc11752b #95013# resolve duplicate column names 2001-11-23 10:28:26 +00:00
Ocke Janssen
643c6b02cb #94384# change &m_rMutex in m_pMutex to avoid illegal member access 2001-11-15 09:42:42 +00:00
Frank Schönheit
33229d8721 #94407# correct param order when firing a change of the ActiveConnection 2001-11-08 07:46:06 +00:00
Jens-Heiner Rechtien
5983f7545d #92924#: gcc-3.0.1 needs lvalue, exception specifications 2001-11-01 14:27:20 +00:00
Ocke Janssen
01db9416d9 #93524# insert/delete corrected 2001-10-26 06:50:50 +00:00
Ocke Janssen
ba35b91681 #93489# impl new property for columnsettings 2001-10-19 11:52:27 +00:00
Vladimir Glazounov
efe150cc9d #65293# fix for compiler bug 2001-10-11 14:30:38 +00:00
Ocke Janssen
7d0ce5e882 #92786# refcount implemented for connectiondata and sqlexception catched 2001-10-08 06:26:32 +00:00
Ocke Janssen
70c26bb227 #92475# check if connection is a XViewsSupplier 2001-09-27 08:48:57 +00:00
Ocke Janssen
1581a0d3ca #92232# fixes for BIGINT type and new property HELPTEXT 2001-09-20 11:59:25 +00:00
Ocke Janssen
5ab8003997 #91986# catch Exceptions when setting prop for prepstmt 2001-09-18 10:24:33 +00:00
Frank Schönheit
d7236ef6be preparations for #90109# 2001-08-30 07:07:36 +00:00
Ocke Janssen
284a0a30eb #84578# fixes for resultset 2001-08-29 11:21:08 +00:00
Ocke Janssen
1c20e8d0e1 #91350# some assertions for insert and bookmark fetching 2001-08-27 08:16:48 +00:00
Ocke Janssen
d6d7f23601 #90015# code corrcetions for some speedup's 2001-08-24 05:40:35 +00:00
Ocke Janssen
850853efd2 #90882# check ifFirst after knowing that it wasn't new and use of TABLE and VIEW as default filter becuase sometimes don't work 2001-08-14 06:50:38 +00:00
Ocke Janssen
d09eabb651 #90015# remember the columns impl class 2001-08-13 07:45:02 +00:00
Frank Schönheit
3f5dbbb4f8 #90735# updateRow: set m_aOldRow correctly 2001-08-08 09:05:57 +00:00
Frank Schönheit
7d77dd72de #87960# moved the listers from the base class herein / call the listers in :disposing() 2001-08-06 10:01:19 +00:00
Ocke Janssen
478d3246c5 #90015# use ORowSetValue as const ref 2001-07-30 07:53:02 +00:00
Ocke Janssen
526eee8e20 #89430# move ORowSetValue into dbtools 2001-07-24 12:25:26 +00:00
Ocke Janssen
f58c7e9754 #86186# check parsetree for joins 2001-07-19 08:29:22 +00:00
Ocke Janssen
950ded75c8 #89437# positioning cache when standing on a row outside the cache 2001-07-12 06:56:32 +00:00
Ocke Janssen
b3bff198cc #89364# provide the parameter row to the keyset 2001-07-09 06:00:18 +00:00
Ocke Janssen
00e2615f51 #88282# moveToInsertRow: position cache only when bookamrk isvalid 2001-06-29 07:30:40 +00:00
Ocke Janssen
1a0f22288d #87808# clearParameters corrected 2001-06-26 10:03:28 +00:00
Ocke Janssen
e876abd02a #87808# setObject corrected and some more 2001-06-26 09:12:41 +00:00
Frank Schönheit
80705dd7e6 #88392# updateObject: if possible, doe an updateXXX (e.g. updateString if the object-Any contains a string 2001-06-26 08:29:13 +00:00
Ocke Janssen
9fd07ac6d2 #88012# a new method for repositioning the cache 2001-06-22 12:08:06 +00:00
Ocke Janssen
31408b0602 #88455# serveral fixes for parameters 2001-06-22 09:48:40 +00:00
Ocke Janssen
b48cd10c8b #86723# wrong type for binary types 2001-05-28 08:09:29 +00:00
Ocke Janssen
3f03962c14 #86245# 86246# check tableconfignode and types 2001-05-25 09:39:18 +00:00
Ocke Janssen
de1af384ef #87199# check column names 2001-05-22 12:08:22 +00:00
Thomas Benisch
e566b3bba7 rtl string api changes 2001-05-14 08:47:28 +00:00
Frank Schönheit
b9f7c88d6d adjustments in retrieving the columns 2001-05-08 08:53:25 +00:00
Ocke Janssen
abdf44fe3a #86483# set columns only null 2001-05-07 10:11:15 +00:00
Ocke Janssen
3aa8db7023 #86526# fetch decimal and numeric as string 2001-05-03 06:15:56 +00:00
Ocke Janssen
a464067b2a some changes for ref vector 2001-05-02 11:47:51 +00:00
Frank Schönheit
c9715f290c resource loader working with ::rtl::OUString's instead of strings now 2001-04-26 10:20:06 +00:00
Ocke Janssen
2285dc3b8e view fixes 2001-04-24 13:40:19 +00:00
Ocke Janssen
56cd43bc41 #86024# reassign columns 2001-04-20 10:44:05 +00:00
Frank Schönheit
3418668811 throwFunctionSequenceException instead of throw FunctionSequenceException (bridge problems) 2001-04-19 06:14:49 +00:00
Frank Schönheit
26223096bb when setting the ActiveConnection from outside, correctly call setActiveConnection 2001-04-18 11:46:58 +00:00
Frank Schönheit
68850f06a1 #84852# make ActiveConnection a bound property 2001-04-12 08:32:26 +00:00
Ocke Janssen
99e91f8a85 #85999# check if listener is null 2001-04-11 05:21:02 +00:00
Ocke Janssen
6a9ebe7828 throw exception when no connection 2001-04-10 07:05:08 +00:00
Ocke Janssen
b7b7374c63 #85809# getStatement now returns null 2001-04-06 10:23:52 +00:00