Revision: 741
http://svn.sourceforge.net/instantobjects/revision/?rev=741&view=rev
Author: bvsimmons
Date: 2006-12-11 08:45:35 -0800 (Mon, 11 Dec 2006)
Log Message:
-----------
Support for InstantDate and InstantTime for UIB Broker
Modified Paths:
--------------
trunk/Source/Brokers/UIB/InstantUIB.pas
Modified: trunk/Source/Brokers/UIB/InstantUIB.pas
===================================================================
--- trunk/Source/Brokers/UIB/InstantUIB.pas 2006-12-11 04:12:04 UTC (rev 740)
+++ trunk/Source/Brokers/UIB/InstantUIB.pas 2006-12-11 16:45:35 UTC (rev 741)
@@ -454,7 +454,9 @@
'VARCHAR',
'BLOB SUB_TYPE 1',
'TIMESTAMP',
- 'BLOB');
+ 'BLOB',
+ 'DATE',
+ 'TIME');
function TInstantUIBBroker.DataTypeToColumnType(
DataType: TInstantDataType; Size: Integer): string;
|