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

Connection to the db #1

Closed
3nids opened this issue Dec 15, 2011 · 1 comment
Closed

Connection to the db #1

3nids opened this issue Dec 15, 2011 · 1 comment
Assignees

Comments

@3nids
Copy link
Member

3nids commented Dec 15, 2011

I think that one of the first step should be to agree on the way we use the db. I will try to resume the ones we discussed and write down pros and cons.

  1. We use editing mode as it is right now.
  2. keep usual way of editing
  3. we cannot use object that are not in the db yet, and therefore we cannot create objects in a chain
  4. We save the element in the db as soon as they are created
  5. can create objects in chain
  6. not usual way of editing in qgis
  7. no undo redo
  8. We create the uuid in qgis
  9. we can create objects in chain
  10. we can use undo redo
  11. we keep editing mode style, i.e. start and stop editing
  12. We use negative ids of qgis
  13. the same as for choice 3
  14. we need to create rules for insertion by using the correct ids and doing the insertion in a special order to avoid the break of foreign keys.

In all of the four cases, it should not be a problem to use something else than Postgres. It might be useful for a small town with a single user to use qgis with SQLite, as there is no special setup...

@ghost ghost assigned 3nids Dec 15, 2011
@3nids 3nids closed this as completed Dec 15, 2011
@3nids
Copy link
Member Author

3nids commented Dec 15, 2011

Error in layout. Cannot delete r edit from iPad.

m-kuhn pushed a commit that referenced this issue Feb 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant