Author: nunofsantos
Date: 2007-12-18 13:17:28 -0500 (Tue, 18 Dec 2007)
New Revision: 1516
Modified:
mgmt/mint/python/mint/schemaparser.py
Log:
add absTime and deltaTime types
Modified: mgmt/mint/python/mint/schemaparser.py
===================================================================
--- mgmt/mint/python/mint/schemaparser.py 2007-12-18 16:30:55 UTC (rev 1515)
+++ mgmt/mint/python/mint/schemaparser.py 2007-12-18 18:17:28 UTC (rev 1516)
@@ -25,6 +25,7 @@
self.dataTypesMap["uint16"] = self.dataTypesMap["hilo16"] =
self.dataTypesMap["count16"] = "SmallIntCol"
self.dataTypesMap["uint32"] = self.dataTypesMap["hilo32"] =
self.dataTypesMap["count32"] = "IntCol"
self.dataTypesMap["uint64"] = self.dataTypesMap["hilo64"] =
self.dataTypesMap["count64"] = "BigIntCol"
+ self.dataTypesMap["absTime"] = self.dataTypesMap["deltaTime"] =
"BigIntCol"
self.dataTypesMap["bool"] = "BoolCol"
self.dataTypesMap["sstr"] = self.dataTypesMap["lstr"] =
"StringCol"
Show replies by date