Releases: lpoaura/GN2PG
1.6.9
1.6.7
What's Changed
Fixes
- Populate
additional_data
(if column exists) ongn_meta.t_datasets
,gn_meta.t_acquisition_frameworks
andgn_synthese.t_sources
, fix #87 by @lpofredc in #88 - Replace module
pkg_resouces
by nativeimportlib
, fix #87 by @lpofredc in #88 - Add default values for missing many to many relations on acquisition frameworks, fix #92 by @lpofredc in #93
TODO: For users who use gn2pg to populate a GeoNature db, you should apply new SQL trigger functions.
pip install --upgrade gn2pg-client
gn2pg_cli --custom-script=to_gnsynthese myconfig.toml
Full Changelog: 1.6.6...1.6.7
1.6.6
What's Changed
- fix pagination calculation (fix #81) by @lpofredc in #82
- Fix missing data on metadata within full exports with metadata (fix #79, fix #78)
TODO
For GeoNature databases, you should update triggers scripts by executing this command line:
gn2pg_cli --custom-script to_gnsynthese <myconfigfile>
Full Changelog: 1.6.5...1.6.6
1.6.5
Fixes
- Fix trigger to populate additional data (fix #73).
Version note
If you are using triggers to automatically populate GeoNature database, you should apply new SQL scripts:
pip install --upgrade gn2pg-client
gn2pg_cli --custom-script to_gnsynthese <myconfigfile>
psql -d <database name> -c 'UPDATE gn2pg_import.data_json SET item=item;'
Full Changelog: 1.6.4...1.6.5
1.6.4
1.6.3
What's Changed
- fix #65
Other Changes
New Contributors
- @dependabot made their first contribution in #54
Full Changelog: 1.6.2...1.6.3
1.6.2
Full Changelog: v1.6.1...1.6.2
v1.6.1
v1.6.0
What's Changed
- fix email conflict error on t_roles by not populating email by @lpofredc in #46
- fix Erreur en fin d'update sur 'total_filtered' #49
❗ Caution
If GeoNature sources are on latest versions (v2.13.x), ensure that Utils-Flask-SQLAlchemy is version 0.3.6+ as mentionned in #48.
📝 Update
pip install --upgrade gn2pg-client
If client database is a GeoNature DB, apply last SQL Scripts
gn2pg_cli --custom-script to_gnsynthese <myconfigfile>
Full Changelog: v1.5.1...v1.6.0
v1.5.1
What's Changed
With the financial support of Office français de la biodiversité.
Full Changelog: v1.5.0...v1.5.1