Kaydet (Commit) e2b0824a authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS dba23 (1.34.16); FILE MERGED

2005/01/21 06:31:32 oj 1.34.16.1: #i40648# new DataType::BOOLEAN
üst a0d98413
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: FormattedField.cxx,v $ * $RCSfile: FormattedField.cxx,v $
* *
* $Revision: 1.34 $ * $Revision: 1.35 $
* *
* last change: $Author: obo $ $Date: 2004-11-16 10:37:51 $ * last change: $Author: vg $ $Date: 2005-02-17 10:41:56 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -867,6 +867,7 @@ void OFormattedModel::onConnectedDbColumn( const Reference< XInterface >& _rxFor ...@@ -867,6 +867,7 @@ void OFormattedModel::onConnectedDbColumn( const Reference< XInterface >& _rxFor
switch (nType) switch (nType)
{ {
case DataType::BIT: case DataType::BIT:
case DataType::BOOLEAN:
case DataType::TINYINT: case DataType::TINYINT:
case DataType::SMALLINT: case DataType::SMALLINT:
case DataType::INTEGER: case DataType::INTEGER:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment