summaryrefslogtreecommitdiff
path: root/ucbhelper/inc
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2001-01-26 10:28:30 +0000
committerKai Sommerfeld <kso@openoffice.org>2001-01-26 10:28:30 +0000
commitab7ec69736260f30b21ceccc14cc7e0a42deacf9 (patch)
tree40b3b1f657d39b164ca6c8ab58276ec2d2b25b7a /ucbhelper/inc
parenta5f87459e090d87691ac03402153238ed73d4509 (diff)
#82177# - Changed default value of ResultSetColumnData::isCaseSensitive
to true.
Diffstat (limited to 'ucbhelper/inc')
-rw-r--r--ucbhelper/inc/ucbhelper/resultsetmetadata.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucbhelper/inc/ucbhelper/resultsetmetadata.hxx b/ucbhelper/inc/ucbhelper/resultsetmetadata.hxx
index d7916ede57ba..0a335337f3f3 100644
--- a/ucbhelper/inc/ucbhelper/resultsetmetadata.hxx
+++ b/ucbhelper/inc/ucbhelper/resultsetmetadata.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: resultsetmetadata.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kso $ $Date: 2001-01-18 09:02:53 $
+ * last change: $Author: kso $ $Date: 2001-01-26 11:28:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -168,7 +168,7 @@ struct ResultSetColumnData
ResultSetColumnData::ResultSetColumnData()
: isAutoIncrement( sal_False ),
- isCaseSensitive( sal_False ),
+ isCaseSensitive( sal_True ),
isSearchable( sal_False ),
isCurrency( sal_False ),
isNullable( ::com::sun::star::sdbc::ColumnValue::NULLABLE ),