[QGIS Commit] [qgis/QGIS] 8b8eb5: Fix #6146 (Offline editing tool broken)

GitHub noreply at github.com
Fri Feb 7 08:24:06 PST 2014


  Branch: refs/heads/master
  Home:   https://github.com/qgis/QGIS
  Commit: 8b8eb562f499c70b7be2001f4aec82b304d4ccfa
      https://github.com/qgis/QGIS/commit/8b8eb562f499c70b7be2001f4aec82b304d4ccfa
  Author: Martin Dobias <wonder.sk at gmail.com>
  Date:   2014-02-07 (Fri, 07 Feb 2014)

  Changed paths:
    M src/core/qgsofflineediting.cpp

  Log Message:
  -----------
  Fix #6146 (Offline editing tool broken)

Adding of features back to remote database didn't work in case of primary keys
being auto-generated. With the fix, if the user did not set any value (i.e. it is NULL),
the value will be set to provider's default (and thus use the sequence generator)




More information about the QGIS-commit mailing list