Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy and Move Feature do not respect postgres-provider default values #28168

Closed
qgib opened this issue Nov 3, 2018 · 4 comments
Closed

Copy and Move Feature do not respect postgres-provider default values #28168

qgib opened this issue Nov 3, 2018 · 4 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Digitizing Related to feature digitizing map tools or functionality

Comments

@qgib
Copy link
Contributor

qgib commented Nov 3, 2018

Author Name: Jan Lippmann (@j-lippmann)
Original Redmine Issue: 20347
Affected QGIS version: 3.5(master)
Redmine category:digitising


Important: it happens only when "evaluate default values on provider side" is activated in the project settings

definition of gid:

@gid integer NOT NULL DEFAULT nextval('dbg_admin_10409.sq_gis_gruen_f_gid'::regclass),
ALTER TABLE dbg_admin_10409.gis_gruen_f ADD CONSTRAINT pk_gis_gruen_f PRIMARY KEY(gid);
CREATE SEQUENCE dbg_admin_10409.sq_gis_gruen_f_gid
INCREMENT 1
MINVALUE 1
MAXVALUE 9223372036854775807
START 35507
CACHE 1;@

occur in actual master and 3.4

!move_and_paste.gif!


@qgib
Copy link
Contributor Author

qgib commented Nov 4, 2018

Author Name: Giovanni Manghi (@gioman)


why regression? did it worked as expected in a previous version?


  • category_id was changed from Data Provider/PostGIS to Digitising
  • status_id was changed from Open to Feedback

@qgib
Copy link
Contributor Author

qgib commented Nov 5, 2018

Author Name: Jan Lippmann (@j-lippmann)


sorry i think its no regression compared with 3.2.3. i have tested no other versions.
it did not work with 3.2.3 too.

@qgib
Copy link
Contributor Author

qgib commented Nov 5, 2018

Author Name: Giovanni Manghi (@gioman)


  • status_id was changed from Feedback to Open
  • regression was changed from 1 to 0
  • priority_id was changed from High to Normal

@qgib
Copy link
Contributor Author

qgib commented Nov 7, 2018

Author Name: David Signer (@signedav)


Applied in changeset 4ac0631.


  • done_ratio was changed from 0 to 100
  • status_id was changed from Open to Closed

@qgib qgib closed this as completed Nov 7, 2018
@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Digitizing Related to feature digitizing map tools or functionality labels May 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Digitizing Related to feature digitizing map tools or functionality
Projects
None yet
Development

No branches or pull requests

1 participant