Skip to content

Releases: opengisch/QgisModelBaker

6.3.1

13 Nov 16:30
22e1cc3
Compare
Choose a tag to compare
6.3.1 Pre-release
Pre-release

Fixes

  • Schema creation on XTF import - Re-introduce parameter --doSchemaImport
  • Not omitting tables that are referencing staticly ignored tables

6.3.0

29 Oct 15:25
d483621
Compare
Choose a tag to compare
6.3.0 Pre-release
Pre-release
  • Omit unused tables, since according the ili2db documentation for some tables an alternate creation is used
  • Set the relation strength according to the interlis file
  • If no table alias defined in the interlis file it takes the last part of the ili name as table alias
  • Raise warning when schema or db-file already exists
  • Option to edit ili2db commands
  • Possibility to import schema without constraints
  • Set the precision on project generation according to the values with the following tags in t_ili2db_column_prop table
  • Added Iliupdater
  • Support scientific notation in GeoPackage numeric ranges
  • Use ili2db version 4.4.4
  • Generate UUIDs on T_Ili_Id of GPKG layers
  • Support filtering of domain values for extended domains
  • Add 'baskets' and 'dataset' parameters for import/export operations in the API
  • Support for ordering form widgets via TOML file
  • Enable 3rd party plugins to set a list of layers to ignore

6.2.0

13 Jul 12:23
2a85d69
Compare
Choose a tag to compare
  • Upgrade to ili2db version 4.4.3
  • Authentication configuration integration
  • Improvements in exporting base models
  • Various UX improvements
  • Various bugfixes

6.1.1

25 Mar 12:13
60f80d7
Compare
Choose a tag to compare
  • Fix parser for models with line comments

6.1.0

22 Mar 07:35
c318303
Compare
Choose a tag to compare
  • Support for PostgreSQL 12
  • Type selector combobox for subclasses. If smart1inheritance is set and various sub classes are mapped into a single super class, the type of an object can be selected with a combobox.
  • Bug fix in model dir traversal

6.0.0

05 Mar 14:23
Compare
Choose a tag to compare

This is a major new release, shipped with ili2db4 tools.

It is recommended to recreate your databases and schemas with this new version.
There is a compatibility layer that allows to continue to work with old database schemas as well as exporting from old database schemas. This compatibility layer will stay in place for at least a year.

6.0.0 RC4

14 Feb 18:02
Compare
Choose a tag to compare
6.0.0 RC4 Pre-release
Pre-release

Integrate mssql

6.0.0 RC3

11 Feb 19:27
889f9d0
Compare
Choose a tag to compare
6.0.0 RC3 Pre-release
Pre-release

Fix model selection at export

6.0.0 RC2

11 Feb 17:20
d2836e5
Compare
Choose a tag to compare
6.0.0 RC2 Pre-release
Pre-release
  • Ship ili2db4
  • Improved robustness of model names

5.0.0 RC 1 (will be 6.0.0)

29 Jan 08:48
e6b6a08
Compare
Choose a tag to compare
Pre-release
  • Support for value relation with allow multi activated for BAG OF constructs. If at least one element is required to be activated, this is checked by a constraint.
  • Feature count is refreshed after importing data. (Requires QGIS 3.12)