Skip to content

v4.3.2

Compare
Choose a tag to compare
@cboucheIGN cboucheIGN released this 21 Sep 08:58
· 141 commits to master since this release

What's Changed

  • Bump jackson-databind from 2.9.10.8 to 2.12.6.1 by @dependabot in #280
  • validator-plugin-cnig: control at least one assiette/generateur file by @cboucheIGN in #282
  • validator-plugin-cnig: add Regexp attribute validation by @cboucheIGN in #284
  • validator-core: Test ForeignKeyContraint && ForeignKeyValidator by @cboucheIGN in #286
  • validator-core: Support nullable attribute in ForeignKeyValidator by @cboucheIGN in #288

ForeignKeyValidator is control by FeatureTypeConstraints. You can write your foreign key constraint in model file.

{
  "name": "ThematicTable",
  "constraints": {
    "foreignKeys": [
        "(TYPE, SUBTYPE) REFERENCES ListeValues(TYPE, SUBTYPE)"
     ]
  }
}

Full Changelog: v4.3.1...v4.3.2