Skip to main content

LIDS Data Modelling Kit (DMK) Release Notes

Build 9.9.6900

Product:LIDS Data Modeling Kit
Build9.9.6900
Date:24. 02. 2025
Versions
Actual metadata version:130
Oracle version:12.1
19c
Language:English
OS:Any platform supporting Oracle DB Server
Changes
SAMOHD-7635/SAMO-12499option.xml - Feature Copy - Fill attribute of newly created feature with constant value

Build 9.9.6800

Product:LIDS Data Modeling Kit
Build9.9.6800
Date:19. 06. 2024
Versions
Actual metadata version:130
Oracle version:12.1
19c - please, use with care. There are unpredictable results when generating the resulting XML on this database. The source of this problem hasn't been identified yet
Language:English
OS:Any platform supporting Oracle DB Server
Changes
SAMOHD-4175/SAMO-11069model.xml - support for multiple conditions in single attribute rule
SAMOHD-5448/SAMO-11176model.xml - support for preserveMaterFeature flag in featureRefRelationAssoc's masterRole

Build 9.3.6700

Product:LIDS Data Modeling Kit
Build9.3.6700
Date:20. 11. 2023
Versions
Actual metadata version:126
Oracle version:12.1
19c - please, use with care. There are unpredictable results when generating the resulting XML on this database. The source of this problem hasn't been identified yet
Language:English
OS:Any platform supporting Oracle DB Server
Changes
SAMOHD-7283/SAMO-9450model.xml - support of uniqueness in combinations of columns
SAMOHD-7406/SAMO-9658model.xml - Uniqueness should support as well codelist description columns

Build 8.21.6600

Product:LIDS Data Modeling Kit
Build8.21.6600
Date:05. 04. 2023
Versions
Actual metadata version:123
Oracle version:12.1
19c - please, use with care. There are unpredictable results when generating the resulting XML on this database. The source of this problem hasn't been identified yet
Language:English
OS:Any platform supporting Oracle DB Server
Changes
SAMO-8150model.xml - support for coordinateScale in spatialInfo
SAMOHD-61/SAMO-8472model.xml - support for unique attribute
SAMOHD-5899/SAMO-7391model.xml - correction for packing modell - complexQuery with filterRelated were not be packed correctly
SAMO-7391redundant namespace declaration added to each ogc:Filter section removed
SAMOHD-3639/SAMO-7780option.xml - copyFT - added support for new copyAttributeArray element

Build 8.11.6400

Product:LIDS Data Modeling Kit
Build8.11.6400
Date:14. 04. 2022
Versions
Actual metadata version:119
Oracle version:12.1
19c - please, use with care. There are unpredictable results when generating the resulting XML on this database. The source of this problem hasn't been identified yet
Language:English
OS:Any platform supporting Oracle DB Server
Changes
SAMO-5852model.xml - added support for new "colorModelType" attribute within backdrop layers
SAMO-5853model.xml - correction of missing "groupsArray" within "spatialRelationAssoc" element
SAMOHD-4715/SAMO-5854model.xml - correction of missing "relationRuleArray" within "spatialRelationAssoc" element
SAMOHD-4759/SAMO-5881model.xml - adjustment of the constraint CH_MP$_IFACE_ATTR_TYPE on MP$_IFACE_ATTR table (added value shortDate)
SAMOHD-4940/SAMO-6111correction of error during DMK Export - incorrect index in system definition was deleted
SAMOHD-5352/SAMO-6595model.xml - added support for new "fallbackValue" attribute withinattributeQuery/relationQuery element
SAMO-6596model.xml - added support for new "subtype" and "durationUnit" attributes for decimal attribute data type
SAMO-6675option.xml - error when deleting a unit was fixed

Build 8.2.6300

Product:LIDS Data Modeling Kit
Build8.2.6300
Date:10.06.2021
Versions
Actual metadata version:119
Oracle version:12.1
19c - please, use with care. There are unpredictable results when generating the resulting XML on this database. The source of this problem hasn't been identified yet
Language:English
OS:Any platform supporting Oracle DB Server
Changes
SAMO-5709option.xml - support for quadrantSegmentsCount in borderLine
SAMO-5710tool.xml - support for id attribute in ribbonPage and ribbonPageGroup
SAMO-5711tool.xml - support for "shapePolar" element inside <ber:surfaceConstruction>
SAMO-5712removing CACHE parameter in LIDS_UTIL sequences definition
SAMO-5713presentation.xml - correction of bug within masterDetailReport downloading
SAMO-5714presentation.xml - support of xlsx format in report output formats
SAMO-5715presentation.xml - correction of empty "dataType" in report input parameters
SAMO-5716presentation.xml - support of nillable attribute in report input attribute

Build 8.2.6200

Product:LIDS Data Modeling Kit
Build8.2.6200
Date:2021-05-19
Versions
Actual metadata version:119
Oracle DB version:12.1
19c - please, use with care. There are unpredictable results when generating the resulting XML on this database. The source of this problem hasn't been identified yet
Language:English
OS:Any platform supporting Oracle DB Server
Changes
SAMOHD-3904 / SAMO-5095correction bug when using the Dynamic Default Expression
SAMOHD-2237 / SAMO-3745installation of sequences - NOCACHE parameter is used
SAMOHD-3177model.xml - bug for redefinedDerivedAttributes with complexQuery
SAMO-4044model.xml - new optional attribute "deleteWithDetail" in detailRole
SAMO-5446model.xml - new optional attribute "id" in form field and caption
SAMO-5447model.xml - featureRef - basic definition support
SAMO-5448model.xml - featureRef attribute with more attributes (using in forms)
SAMO-5460model.xml - added preventRegeneration attribute to derivedAttribute
SAMO-5461model.xml - added project languages element
SAMO-5549model.xml - support of featureRef in interfaceAttribute
SAMO-5467option.xml - daAutoConstruction - add attribute legibility
SAMO-5468option.xml - outputLineBorder - add attribute side to diameter
SAMO-5469option.xml - outputLineBorder - featureType and defaultAttValueArray
SAMO-3972tool.xml - wrong unique key on MP$_RIBBONPAGE_TOOL
SAMO-3406presentation.xml - codeListRefExt in input parameter within reports
SAMO-5471presentation.xml - added groups classification

Build 7.6.8.6100

Product:LIDS Data Modeling Kit
Build7.6.8.6100
Date:2020-03-15
Versions
Actual metadata version:114
Oracle DB version:12.1
19c - please, use with care. There are unpredictable results when generating the resulting XML on this database. The source of this problem hasn't been identified yet
Language:English
OS:Any platform supporting Oracle DB Server

Upgrade There was a database inconsistency if full install of version 57 or later was followed by the upgrades. Please, check if MP$_CAT_TASK_PART table includes entries with PART_NAME 'attribute_rule' and 'attribute_rule_constraint' If not, please execute following:

UPDATE mp$_cat_task_part SET part_order = part_order + 2 WHERE task_type = 'modelBaseUnpack' AND part_order >= 34;
INSERT INTO mp$_cat_task_part (task_type, part_order, part_name, iterative) VALUES ('modelBaseUnpack', 34, 'attribute_rule', 0);
INSERT INTO mp$_cat_task_part (task_type, part_order, part_name, iterative) VALUES ('modelBaseUnpack', 35, 'attribute_rule_constraint', 0);
COMMIT;

Current full install is alrady fixed.

Changes
SAMOHD-2009 / SAMO-3408Support for compound displayable attributes
SAMO-3710Correction of error during packing the model to XML file on Oracle 19c
SAMOHD-2090 / SAMO-3746Support for new syntax within relationRule element
SAMO-3747Support for new attribute "measure" in containers
SAMO-3749Removed a problem that caused many written bugs into log file during packing/unpacking the model
SAMOHD-2276 / SAMO-3779Removing primary keys on GEN_ID columns in MP$_xxx tables

Build 7.6.5.6000

Product:LIDS Data Modeling Kit
Build7.6.5.6000
Date:2020-01-19
Versions
Actual metadata version:112
Oracle DB version:11.2.0.3
12.0.2
Language:English
OS:Any platform supporting Oracle DB Server
Changes
SAMO-3652Support of interfaceRole in ber:roleTypeArray
SAMOHD-2046 / SAMO-3567Support of secGroupId in ber:ownershipType
SAMO-3546Correction of error during unpacking model.xml - missing the part "relation_role" not found
SAMO-3545Missing column in MP$_DYNAMICDEFAULT_QUERY (correction of full install scripts)
SAMO-3409resource.xml - json format for the line style
SAMOHD-1721 / SAMO-3379Correction of error in log when packing or unpacking model.xml
SAMO-3544Too long constraint names fixed in cre_tab_relation_rule_constraint and cre_tab_relation_rule_condition

Build 7.5.4.5900

Product:LIDS Data Modeling Kit
Build7.5.4.5900
Date:2019-10-18
Versions
Actual metadata version:109
Oracle DB version:11.2.0.3
12.0.2
Language:English
OS:Any platform supporting Oracle DB Server
Changes
SAMOHD-980,SAMOHD-1246 / SAMO-3092,SAMO-3102Problem due to MP$_GROUPS table
SAMOHD-710 / SAMO-3104Used variable for log path doesn't match with definition
SAMO-2949Upgrade metadat version to 109 (new possibilities in model.xml)

Build 7.5.4.5700

Product:LIDS Data Modeling Kit
Build7.5.4.5700
Date:2018-12-19
Versions
Actual metadata version:106
Oracle DB version:11.2.0.3
12.0.2
Language:English
OS:Any platform supporting Oracle DB Server
Changes
SAMO-2171Codelist column can have data type "binary"
SAMO-2170support for new element "attributeRuleArray" for feature types
SAMOHD-715Attribute versioned=true for spatial relationship is missing in output XML

Build 7.5.2.5600

Product:LIDS Data Modeling Kit
Build7.5.2.5600
Date:2018-11-14
Versions
Actual metadata version:106
Oracle DB version:11.2.0.3
12.0.2
Language:English
OS:Any platform supporting Oracle DB Server
Changes
SAMOHD-668Correction in install script ins_tab_cat_task_part.sql

Build 7.5.2.5500

Product:LIDS Data Modeling Kit
Build7.5.2.5500
Date:2018-11-05
Versions
Actual metadata version:106
Oracle DB version:11.2.0.3
12.0.2
Language:English
OS:Any platform supporting Oracle DB Server
Changes
InternalCorrection of sevreal files within "full" install folders

Build 7.5.2.5400

Product:LIDS Data Modeling Kit
Build7.5.2.5400
Date:2018-10-20
Versions
Actual metadata version:106
Oracle DB version:11.2.0.3
12.0.2
Language:English
OS:Any platform supporting Oracle DB Server
Changes
SAMO-1853Support for new element GroupsArray (in model.xml)

Build 7.5.1.5300

Product:LIDS Data Modeling Kit
Build7.5.1.5300
Date:2018-10-11
Versions
Actual metadata version:106
Oracle DB version:11.2.0.3
12.0.2
Language:English
OS:Any platform supporting Oracle DB Server
Changes
SAMOHD-565 / SAMO-1963Correction of element names within assignedFormsArray in output XML file
SAMOHD-566 / SAMO-1964Correction of pack procedure because of empty <ber:orderBy/> element
SAMOHD-531 / SAMO-1881Integrate possibility to define complexQuery

Build 7.4.5.5200

Product:LIDS Data Modeling Kit
Build7.4.5.5200
Date:2018-08-22
Versions
Actual metadata version:105
Oracle DB version:11.2.0.3
12.0.2
Language:English
OS:Any platform supporting Oracle DB Server
Changes
IVP_SAMO / SAMO-1781Support for new xml section <ber:ribbonPageArray> in tool.xml
IVP_SAMO / SAMO-1780Support for new optional element orderBy within relation roles
SAMO-1774 / SAMOHD-343Correction for bug "Missing column after upgrade to DMK 7.4.1.5000"
IVP_SAMO / SAMO-1775Correction for bug "error while uploading valid 7.5.0 model.xml"

Build 7.4.5.5100

Product:LIDS Data Modeling Kit
Build7.4.5.5100
Date:2018-04-30
Versions
Actual metadata version:105
Oracle DB version:11.2.0.3
12.0.2
Language:English
OS:Any platform supporting Oracle DB Server
Changes
Jira 1296Support for new syntax in the section <ber:assignedForms> in model.xml
Jira 1298Support of new attribute "contentType" in <ber:dataType> element

Build 7.4.1.5000

Product:LIDS Data Modeling Kit
Build7.4.1.5000
Date:2018-04-10
Versions
Actual metadata version:103
Oracle DB version:11.2.0.3
12.0.2
Language:English
OS:Any platform supporting Oracle DB Server
Changes
WI 24716Support of attribute "side" in element <ber:areaBorder><ber:outputAreaBorder><ber:bufferZone>
WI 24486Support of <ber:project><ber:spatialInfo><derivedCRS> element
WI 24763Support of <ber:ownershipTypeArray> and <ber:featureTypeArray><ber:ownershipTypeArray> elements

Build 7.4.1.4900

Product:LIDS Data Modeling Kit
Build7.4.1.4900
Date:2017-06-12
Versions
Actual metadata version:102
Oracle DB version:11.2.0.3
Language:English
OS:Any platform supporting Oracle DB Server
Changes
ChangesSupporting LIDS 7.4.1 cross section metadata version 102
ChangesGenerated identifiers

Build 7.4.1.4800

Product:LIDS Data Modeling Kit
Build7.4.1.4800
Date:2017-06-12
Versions
Actual metadata version:102
Oracle DB version:10.2.0.4.0
Language:English
OS:Any platform supporting Oracle DB Server
Changes
ChangesSupporting LIDS 7.4.1 metadata version 102
ChangesElement reportQueryArray not generated in jasperReport
ChangesUnpacking construction corrected
ChangesRemoving primary key from MP$_VICINITY
TFS 23459Adding privileges on SYS.UTL_FILE in script _create_user.sql
TFS 23459Support of attribute "secured" in reports (MP$_REPORT.SECURED)

Build 7.4.0.4700

Product:LIDS Data Modeling Kit
Build7.4.0.4700
Date:2016-06-13
Versions
Actual metadata version:101
Oracle DB version:10.2.0.4.0
Language:English
OS:Any platform supporting Oracle DB Server
Changes
ChangesSupporting LIDS 7.4.0 metadata version 101

Build 7.3.6.4600

Product:LIDS Data Modeling Kit
Build7.3.6.4600
Date:2015-09-28
Versions
Actual metadata version:100
Oracle DB version:10.2.0.4.0
Language:English
OS:Any platform supporting Oracle DB Server
Changes
TFS 18046Supporting LIDS 7.3.6 metadata version 100
TFS 18115
TFS 19092
TFS 19093Change in ordering tables with hierarchical structure
TFS 19094Correcting thematization of surfaces

Build 7.3.5.4500

Product:LIDS Data Modeling Kit
Build7.3.5.4500
Date:2014-12-02
Versions
Actual metadata version:99
Oracle DB version:10.2.0.4.0
Language:English
OS:Any platform supporting Oracle DB Server
Changes
ChangesSupporting Free Forms

Build 7.3.4.4400

Product:LIDS Data Modeling Kit
Build7.3.4.4400
Date:2014-07-17
Versions
Actual metadata version:99
Oracle DB version:10.2.0.4.0
Language:English
OS:Any platform supporting Oracle DB Server
Changes
ChangesSupporting LIDS 7.3.4 metadata version 99
HD 4189Upgrade script corrects minor bugs from previous upgrades

Build 7.3.3.4300

Product:LIDS Data Modeling Kit
Build7.3.3.4300
Date:2013-01-29
Versions
Actual metadata version:97
Oracle DB version:10.2.0.4.0
Language:English
OS:Any platform supporting Oracle DB Server
Changes
TFS 14472Definition for filtered code list with operator LIKE corrected
TFS 12018New column INIT_AUTODACONSTR for tool.xml
TFS 12018Supporting LIDS 7.3.3 metadata version 97
HD 3996System attributes are put first regardeless of ORDER_NUM.
HD 3997Corrected spelling of ber:anchorPoint in tool.xml

Build 7.3.2.4200

Product:LIDS Data Modeling Kit
Build7.3.2.4200
Date:2013-05-16
Versions
Actual metadata version:95
Oracle DB version:10.2.0.4.0
Language:English
OS:Any platform supporting Oracle DB Server
Changes
TFS 11911On upgrade, tables mp$_check% are upgraded as well
TFS 11911Supporting LIDS 7.3.2 metadata version 95

Build 7.3.1.4100

Product:LIDS Data Modeling Kit
Build7.3.1.4100
Date:2012-12-04
Versions
Actual metadata version:94
Oracle DB version:10.2.0.4.0
Language:English
OS:Any platform supporting Oracle DB Server
Changes
TFS 11872Supporting LIDS 7.3.1 metadata version 94
TFS 11901Correcting export of ber:defaultValue element.
TFS 11901Hotfix 7.3.0.4010 included - new attribute type "featureRef" for interface attributes added.
TFS 11901Hotfix 7.3.0.4020 included - upgrade routine corrected
TFS 11901New upgrade script upgrade_from_39_to_40_data.sql added. Can be used on version 40 or higher.

Build 7.3.0.4000

Product:LIDS Data Modeling Kit
Build7.3.0.4000
Date:2012-05-25
Versions
Actual metadata version:90
Oracle DB version:10.2.0.4.0
Language:English
OS:Any platform supporting Oracle DB Server
Changes
ChangesSupporting LIDS 7.3.0 metadata version 90

Build 7.3.0.3900

Product:LIDS Data Modeling Kit
Build7.3.0.3900
Date:2012-04-01
Versions
Actual metadata version:88
Oracle DB version:10.2.0.4.0
Language:English
OS:Any platform supporting Oracle DB Server
Changes
TFS 9949Corrected unpacking attributes of OGC filters
TFS 9949Support for simplifying roles ( mp$support.unify_roles)
TFS 9949Supporting LIDS 7.3.0 metadata version 88

Build 7.2.3.3800

Product:LIDS Data Modeling Kit
Build7.2.3.3800
Date:2012-01-09
Versions
Actual metadata version:85
Oracle DB version:10.2.0.4.0
Language:English
OS:Any platform supporting Oracle DB Server
Changes
TFS 8935Corrected error handling for long messages ( LogUtil component version 4)
TFS 9163Packing model.xml with LIKE expression corrected
TFS 9206Supporting DAs with more than one relation association
TFS 9244, 9301Minor changes in version reporting and catalogue tables

Build 7.2.3.3700

Product:LIDS Data Modeling Kit
Build7.2.3.3700
Date:2011-11-11
Versions
Actual metadata version:85
Oracle DB version:10.2.0.4.0
Language:English
OS:Any platform supporting Oracle DB Server
Changes
TFS 6083Documentation extended - XML encoding
TFS 8414Possibility to put empty parameter into external WMS
TFS 8414Supporting LIDS 7.2.3 metadata version 85

Build 7.2.2.3600

Product:LIDS Data Modeling Kit
Build7.2.2.3600
Date:2011-10-13
Versions
Actual metadata version:84
Oracle DB version:10.2.0.4.0
Language:English
OS:Any platform supporting Oracle DB Server
Changes
TFS 7152Log messages in data check routines improved
TFS 7691Correcting table MP$_CAT_IDCOLUMN
TFS 7960, 8539System informations are inserted automatically to generated XML
TFS 8087Attribute properties queriable and unique were removed
TFS 8234Lenght of column MP$_GRAPHIC.DYNAMICSYMBOLOGY corrected.
TFS 8235Packing of north arrow symbolizer corrected
TFS 8235Supporting LIDS 7.2.2 metadata version 84

Build 7.2.2.3500

Product:LIDS Data Modeling Kit
Build7.2.2.3500
Date:2011-04-29
Versions
Actual metadata version:81
Oracle DB version:10.2.0.4.0
Language:English
OS:Any platform supporting Oracle DB Server
Changes
TFS 7032Packing of cross section templates with polygon geometry corrected.
TFS 7461Unpacking of gml:coordinates in crosssection.xml corrected
TFS 7145Column INNER_ID added to mp$_form_field and mp$_resource_format.
TFS 7102Upgrade to newer version included
TFS 7102Supporting LIDS 7.2.2 metadata version 81

Build 7.2.1.3400

Product:LIDS Data Modeling Kit
Build7.2.1.3400
Date:2011-03-21
Versions
Actual metadata version:79
Oracle DB version:10.2.0.4.0
Language:English
OS:Any platform supporting Oracle DB Server
Changes
TFS6828Oracle version 10.2.0.4.0 or higher required. For lower versions, procedure mp$support.delete_object does not work correctly.
TFS 2812, 4291Presentation.xml supported
TFS 5569Handling unsupported elements so that manual correction of a XML changed via DMK is not necessary. Extended dimension parameters and GML geometries (except polygon and box) are handled this way.
TFS 7007Procedures for work with XMLTYPE in blocks < 32kB are available in the package mp$slice

Build 7.2.1.3300

Product:LIDS Data Modeling Kit
Build7.2.1.3300
Date:2011-03-08
Versions
Actual metadata version:79
Oracle DB version:10.2.0.3.2
Language:English
OS:Any platform supporting Oracle DB Server
Changes
ChangesOptimizing work with OGC filters in unpack_per_partes.bat and pack_per_partes.bat
TFS 6527Procedure mp$support.delete_object has been extended to work with all units of a given project instead of just a single unit.
TFS 6896Unpacking into mp$_category_ref table corrected ( avoiding redundant records
TFS 6571, 6784, 6785, 6786Various minor errors corrected

Build 7.2.1.3200

Product:LIDS Data Modeling Kit
Build7.2.1.3200
Date:2010-12-30
Versions
Actual metadata version:79
Oracle DB version:10.2.0.3.2
Language:English
OS:Any platform supporting Oracle DB Server
Changes
TFS 1927, 2812, 4290Supporting all elements in modelOption.xsd
TFS 1927, 2812, 4290Optimizing unpacking redefined attribute queries

Build 7.2.1.3100

Product:LIDS Data Modeling Kit
Build7.2.1.3100
Date:2010-11-11
Versions
Actual metadata version:79
Oracle DB version:10.2.0.3.2
Language:English
OS:Any platform supporting Oracle DB Server
Changes
ChangesSupporting LIDS 7.2.1 metadata version 79.
TFS 5202A null value (empty element) can be supported for ber:defaultValue element

Build 7.2.1.3000

Product:LIDS Data Modeling Kit
Build7.2.1.3000
Date:2010-09-12
Versions
Actual metadata version:78
Oracle DB version:10.2.0.3.2
Language:English
OS:Any platform supporting Oracle DB Server
Changes
ChangesSupporting LIDS 7.2.1 metadata version 78.
ChangesNote that structure of database tables containing forms and visualization models has changed.

Build 7.2.0.2900

Product:LIDS Data Modeling Kit
Build7.2.0.2900
Date:2010-08-06
Versions
Actual metadata version:74
Oracle DB version:10.2.0.3.2
Language:English
OS:Any platform supporting Oracle DB Server
Changes
ChangesSupporting modelTool.xsd
TFS 1778Support for generating resources automatically
TFS 4474Element ber:relationExists added to ogc:Filter
TFS 4482Element ber:innerVisualizationModel supported for graphic tags as well.
TFS 4511Behaviour of script get_xml_and_exit corrected
TFS 4744Default value for setting orderHierarchy changed to „Y“

Build 7.2.0.2800

Product:LIDS Data Modeling Kit
Build7.2.0.2800
Date:2010-06-15
Versions
Actual metadata version:74
Oracle DB version:10.2.0.3.2
Language:English
OS:Any platform supporting Oracle DB Server
Changes
ChangesSupporting LIDS 7.2.0 metadata version 74
TFS 3983Deletion of feature types with procedure mp$support_delete.delete_object corrected
TFS 4055Table MP$_CAT_IDCOLUMN corrected
TFS 4061Symbolizers of user fill styles extended - elements not used in metadata supported
TFS 4288Support of cable positions in duct in metadata
TFS 4289Export of settings documented in P05_DatamodelingKig
TFS 4405Standard indexes on MP$_VIS% and MP$_SET% tables added
TFS 4406New procedures create_indexes_on_table and drop_indexes_on_table
TFS 4447Version 1.0.1 of ber:visualisationModel setting supported
TFS 4448Empty element <ber:assocTypeArray/> not included into packed XML
TFS 4466Packing of settingInfoArrays corrected

Build 7.2.0.2700

Product:LIDS Data Modeling Kit
Build7.2.0.2700
Date:2010-04-19
Versions
Actual metadata version:73
Oracle DB version:10.2.0.3.2
Language:English
OS:Any platform supporting Oracle DB Server
Changes
ChangesSupporting LIDS 7.2.0 metadata version 73
ChangesSupporting user fill styles (userFillStyles.xsd). Just standard metadata symbolizers supported so far.
TFS 2199Attribute mp$_featuretype.secid removed

Build 7.1.6.2600

Product:LIDS Data Modeling Kit
Build7.1.6.2600
Date:2010-03-30
Versions
Actual metadata version:67
Oracle DB version:10.2.0.3.2
Language:English
OS:Any platform supporting Oracle DB Server
Changes
TFS 3554Packing of visualisation model units has been changed so that DBMS_XMLGEN utility is not used
TFS 3802Packing of visualisation model units has beed accomodated to current need of LIDS 7.1.6 Client
TFS 3802Further optimizations have been implemented

Build 7.1.6.2500

Product:LIDS Data Modeling Kit
Build7.1.6.2500
Date:2010-02-22
Versions
Actual metadata version:67
Oracle DB version:10.2.0.3.2
Language:English
OS:Any platform supporting Oracle DB Server
Reinstallation of LidsUtils required
Changes
TFS 2132Erroneous names of settings symbogoyViewClassfied and symbogoyViewNoValue has been changed to symbologyViewClassfied and symbologyViewNoValue, respective.
TFS 1925The procedure mp$support.delete_object for linear graph was corrected
TFS 3323The functionality has been extended so that it is possible to work with data of an unit piecewise. Also, a possibility to flush shared memory during computation has been added.
TFS 2847Packing of the element ExternalGraphic borderPolygon has been corrected.
TFS 2847The scripts get_xml and get_xml_and_exit have been changed to exploit UTL_FILE routines. The original functionality is available in scripts spool_xml and spool_xml_and_exit.

Build 7.1.6.2400

Product:LIDS Data Modeling Kit
Build7.1.6.2400
Date:2009-11-11
Versions
Actual metadata version:65
Oracle DB version:10.2.0.3.2
Language:English
OS:Any platform supporting Oracle DB Server
Changes
TFS 1913New procedure mp$main.xml_to_file is available
TFS 1865Anchor point packing corrected
TFS 1781Unpacking of simplified notation of OGC filters supported
TFS 1779Plot models supported

Build 7.1.6.2300

Product:LIDS Data Modeling Kit
Build7.1.6.2300
Date:2009-10-14
Versions
Actual metadata version:65
Oracle DB version:10.2.0.3.2
Language:English
OS:Any platform supporting Oracle DB Server
Changes
ChangesSupporting LIDS 7.1.6 metadata version 65
RM 9874Thematization of vector backdrops supported
RM 10039Default ordering of backdrop layers changed

Build 7.1.5.2200

Product:LIDS Data Modeling Kit
Build7.1.5.2200
Date:2009-09-16
Versions
Actual metadata version:59
Oracle DB version:10.2.0.3.2
Language:English
OS:Any platform supporting Oracle DB Server
Reinstallation of LidsUtils required by Migration
Changes
RM 9915Packing of cross section templates corrected
RM 9916New table LIDS$_ENCODING_MAP

Build 7.1.5.2100

Product:LIDS Data Modeling Kit
Build7.1.5.2100
Date:2009-08-03
Versions
Actual metadata version:59
Oracle DB version:10.2.0.3.2
Language:English
OS:Any platform supporting Oracle DB Server
Changes
ChangesSupporting LIDS 7.1.5 metadata version 59
RM 9076Error concerning backdrops with thematization but without symbolizer has been corrected
RM 9249Order of attributes in root featuretype corrected
RM 9255Primary key on the table MP$_FEATURETYPE_ATTACH released.
RM 9497Functionality for data order improved to handle hierarchical structures

Build 7.1.5.2000

Product:LIDS Data Modeling Kit
Build7.1.5.2000
Date:2009-05-07
Versions
Actual metadata version:54
Oracle DB version:10.2.0.3.2
Language:English
OS:Any platform supporting Oracle DB Server
Changes
RM 8674Dividing form definition and form assigning
RM 8674Supporting codeListRef data type for codelist columns
RM 8674Empty dimension parameters removed
RM 8778Order of ogc:Or subelements of OGC filter in simple notation corrected

Build 7.1.5.1900

Product:LIDS Data Modeling Kit
Build7.1.5.1900
Date:2009-02-23
Versions
Actual metadata version:54
Oracle DB version:10.2.0.3.2
Language:English
OS:Any platform supporting Oracle DB Server
Changes
ChangesSupporting LIDS 7.1.5 metadata version 54
ChangesSupporting symbolizers of backdrop types
ChangesSupporting crosssection metadata schema and crossSectionTemplate setting
ChangesSupporting lids settings import - element ber:settingInfoArrays
ChangesNew functionality for standard indexes - possibility to create primary keys or unique indexes
RM 8615Optimizing views - removing ORDER BY clause
RM 6650, 6652New functionality for checking data
RM 8143New functionality for ordering data

Build 7.1.4.1800

Product:LIDS Data Modeling Kit
Build7.1.4.1800
Date:2008-10-31
Versions
Actual metadata version:47
Oracle DB version:10.2.0.3.2
Language:English
OS:Any platform supporting Oracle DB Server
Changes
ChangesData type for boolean information changed from VARCHAR2(1 BYTE) to VARCHAR2(1 CHAR) to support multibyte character sets
ChangesContent of system tables ( MP$CAT% ) corrected to suppport metadata version 47

Build 7.1.4.1700

Product:LIDS Data Modeling Kit
Build7.1.4.1700
Date:2008-10-07
Versions
Actual metadata version:47
Oracle DB version:10.2.0.3.2
Language:English
OS:Any platform supporting Oracle DB Server
Changes
RM 5935Supporting LIDS 7.1.4 metadata version 47

Build 7.1.3.1600

Product:LIDS Data Modeling Kit
Build7.1.3.1600
Date:2008-09-03
Versions
Actual metadata version:39
Oracle DB version:10.2.0.3.2
Language:English
OS:Any platform supporting Oracle DB Server
Reinstallation of LidsUtils required
Changes
ChangesStandardizing ( some of ) DMK tables to normal form. This is necesary correctinon as XML DB cannot generate XML with a large amount of data from tables that are not in normal form
ChangesSupporting line borders
RM 5765Name of ber:multiLineQuery element in option.xml corrected

Build 7.1.3.1500

Product:LIDS Data Modeling Kit
Build7.1.3.1500
Date:2008-06-25
Versions
Actual metadata version:39
Oracle DB version:10.2.0.3.2
Language:English
OS:Any platform supporting Oracle DB Server
Changes
ChangesSupporting schema version 39

Build 7.1.2.1400

Product:LIDS Data Modeling Kit
Build7.1.2.1400
Date:2008-06-04
Versions
Actual metadata version:35
Oracle DB version:10.2.0.3.2
Language:English
OS:Any platform supporting Oracle DB Server
Reinstallation of LidsUtils required
Changes
ChangesSupporting schema version 35
ChangesCorrecting error in closing opened cursors
RM 5335Unpacking of graphic type component corrected
RM 5371Splitting tables for codelists and codelist columns
RM 6280Correcting error in ber:onlineResource element in combined thematization
RM 6291Simplified notation for ogc filter introduced, packing implemented. ( unpacking is still performed to standard ogc filter tables
RM 6293Splitting tables for theme and theme ftstyle

Build 7.1.2.1300

Product:LIDS Data Modeling Kit
Build7.1.2.1300
Date:2008-02-28
Versions
Actual metadata version:34
Oracle DB version:10.2.0.3.2
Language:English
OS:Any platform supporting Oracle DB Server
Reinstallation of LidsUtils required
Changes
ChangesSupporting schema version 34
ChangesSupport for modelling introduced. To be able to install DMK into an existing user, it is necessary to grant a privilege CREATE TRIGGER to the DMK user
ChangesNew script get_xml_and_exit added.
RM 5335Errors when unpacking graphic type components with descriptions corrected.

Build 7.1.2.1200

Product:LIDS Data Modeling Kit
Build7.1.2.1200
Date:2008-01-16
Versions
Actual metadata version:32
Oracle DB version:10.2.0.3.2
Language:English
OS:Any platform supporting Oracle DB Server
Reinstallation of LidsUtils required
Changes
ChangesSupporting schema version 32
ChangesSupporting element ber:displayableAttributeArray of schema modelOption
ChangesSupporting schema modelResource
ChangesExtending possibilities of debug logging. Source XML is logged as well.
RM 4402Errors in documentation concerning topology associations corrected
RM 4192Temporary tablespace is not explicitely defined in the script _create_user.sql and CREATE VIEW privilege added. To be able to install DMK into an existing user, it is necessary to grant a privilege CREATE VIEW to the DMK user
RM 4742Support for creating and dropping indexes introduced

Build 7.1.1.1100

Product:LIDS Data Modeling Kit
Build7.1.1.1100
Date:2007-12-03
Versions
Actual metadata version:28
Oracle DB version:10.2.0.3.2
Language:English
OS:Any platform supporting Oracle DB Server
Changes
ChangesExploiting LidsUtils for logging. Installation scripts offered in two variants - either plain DMK or DMK and LidsUtils are installed.

Build 7.1.1.1000

Product:LIDS Data Modeling Kit
Build7.1.1.1000
Date:2007-11-02
Versions
Actual metadata version:28
Oracle DB version:10.2.0.3.2
Language:English
OS:Any platform supporting Oracle DB Server
Changes
RM 4286Constraints on column content added
RM 4213, 4210Documentation corrected
RM 4181Corrected packing of XML (ORA-22926: specified trim length is greater than current LOB value's length)
RM 4178Corrected unpacking of role cardinalities
RM 4057Redundant column mp$_dimension_mapping.gc_default removed
RM 3871Added a check that there exists exactly one record for each unit in mp$_model_base

Build 7.1.1.0900

Product:LIDS Data Modeling Kit
Build7.1.1.0900
Date:2007-10-05
Versions
Actual metadata version:28
Oracle DB version:10.2.0.3.2
Language:English
OS:Any platform supporting Oracle DB Server
Changes
RM 4056Element ber:refId corrected

Build 7.1.1.0800

Product:LIDS Data Modeling Kit
Build7.1.1.0800
Date:2007-10-03
Versions
Actual metadata version:28
Oracle DB version:10.2.0.3.2
Language:English
OS:Any platform supporting Oracle DB Server
Changes
ChangesFull support of schema modelBase.xsd version 28 except movable facilities
RM 3870Function create_unit was corrected
RM 3870Element sld:Geometry supported in ber:daSymbolizer ( used in thematizations)

Build 7.1.1.0700

Product:LIDS Data Modeling Kit
Build7.1.1.0700
Date:2007-09-11
Versions
Actual metadata version:27
Oracle DB version:10.2.0.3.2
Language:English
OS:Any platform supporting Oracle DB Server
Changes
ChangesFull support of schema modelBase.xsd version 27 except movable facilities
RM 3732Dimensions supported ( unit schema extDimension )
RM 3733When creating/inserting a new unit, it is possible to specify unit ID to be used.
RM 3733File implemented.ods included into release_notes.ods

Build 7.1.1.0600

Product:LIDS Data Modeling Kit
Build7.1.1.0600
Date:2007-09-03
Versions
Actual metadata version:27
Oracle DB version:10.2.0.3.2
Language:English
OS:Any platform supporting Oracle DB Server
Changes
ChangesFull support of schema modelBase.xsd version 27 except movable facilities and associations of type linearTopologyConnection
ChangesArchitecture of DMK changed - support of more schemas
ChangesSupport of thematization schema
RM 1614Empty element sld:Font inserted into symbolizers if no font attribute defined
RM 966An encoding attribute is inserted into a header of a generated XML

Build 7.0.6.0500

Product:LIDS Data Modeling Kit
Build7.0.6.0500
Date:2007-06-27
Versions
Actual metadata version:25
Oracle DB version:10.2.0.3.2
Language:English
OS:Any platform supporting Oracle DB Server
Changes
ChangesFull support of schema modelBase.xsd version 25 except movable facilities and filtered codelists
ChangesAdded a script scripts/get_xml.sql to extract a xml from XMLTYPE into a file

Build 7.0.5.0400

Product:LIDS Data Modeling Kit
Build7.0.5.0400
Date:2007-05-09
Versions
Actual metadata version:21
Oracle DB version:10.2.0.3.2
Language:English
OS:Any platform supporting Oracle DB Server
Changes
RM 2807Procedure create_model to create a new empty model added
RM 2809Implicit value of mp$_xml_model.baseunit set to 'm' instead of 'meter'

Build 7.0.5.0300

Product:LIDS Data Modeling Kit
Build7.0.5.0300
Date:2007-02-20
Versions
Actual metadata version:21
Oracle DB version:10.2.0.3.2
Language:English
OS:Any platform supporting Oracle DB Server
Changes
ChangesFull support of schema modelBase.xsd version 21 except filtered codelists and movable facilities
RM 2809Attributes secRefDbName and secRefNullValue of security codelists filled correctly

Build 7.0.4.0200