Re: [Qgis-user] Potential Bug in writing gpkg from database manager?

2018-10-06 Thread Even Rouault
On vendredi 5 octobre 2018 17:00:12 CEST Michael Treglia wrote: > I'll file a bug when I can deal with an issue logging into the issue > tracker system, but if somebody else can do it quickly and beats it to me, > just report back. Thanks all! Done as https://issues.qgis.org/issues/20040 I'm

Re: [Qgis-user] Potential Bug in writing gpkg from database manager?

2018-10-05 Thread Michael Treglia
I'll file a bug when I can deal with an issue logging into the issue tracker system, but if somebody else can do it quickly and beats it to me, just report back. Thanks all! On Fri, Oct 5, 2018 at 4:29 PM Michael Treglia wrote: > Alright - I get the exact same issue in the nightly dev version.

Re: [Qgis-user] Potential Bug in writing gpkg from database manager?

2018-10-05 Thread Michael Treglia
Alright - I get the exact same issue in the nightly dev version. I thought it might have been because I didn't have a primary key in the postgis table, but had the same issue for a table that did have a primary key. On Fri, Oct 5, 2018 at 4:16 PM Luigi Pirelli wrote: > exactly > > Luigi

Re: [Qgis-user] Potential Bug in writing gpkg from database manager?

2018-10-05 Thread Luigi Pirelli
exactly Luigi Pirelli ** * LinkedIn: https://www.linkedin.com/in/luigipirelli * Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli * GitHub: https://github.com/luipir * Mastering

Re: [Qgis-user] Potential Bug in writing gpkg from database manager?

2018-10-05 Thread Michael Treglia
Just to clarify, if installing via OSGeo4w, use QGIS-Dev: QGIS Nightly build of the development branch (3.3.0-88)? On Fri, Oct 5, 2018 at 4:08 PM Luigi Pirelli wrote: > may you check with master? 3.2 is at end of life. > > tnx > > Luigi Pirelli > > >

Re: [Qgis-user] Potential Bug in writing gpkg from database manager?

2018-10-05 Thread Luigi Pirelli
may you check with master? 3.2 is at end of life. tnx Luigi Pirelli ** * LinkedIn: https://www.linkedin.com/in/luigipirelli * Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli *

Re: [Qgis-user] Potential Bug in writing gpkg from database manager?

2018-10-05 Thread Michael Treglia
As a quick follow-up - it seems like maybe the first numeric or integer column gets assigned to an FID column, but the original column name stays there with all values from other numeric/integer columns ending up apparently shifted over to the left one, because there's an extra column. On Fri,

Re: [Qgis-user] Potential Bug in writing gpkg from database manager?

2018-10-05 Thread Michael Treglia
Whoops! Forgot the key information: (Running on Windows 7 Pro x64) QGIS version 3.2.3-Bonn QGIS code revision 9b176802e5 Compiled against Qt 5.9.2 Running against Qt 5.9.2 Compiled against GDAL/OGR 2.2.4 Running against GDAL/OGR 2.2.4

[Qgis-user] Potential Bug in writing gpkg from database manager?

2018-10-05 Thread Michael Treglia
Hi All, Just checking if others are observing something similar: * I was writing data to gpkg files from a postgis database.from the Database Manager. (e.g., select a layer from the PostGIS database and hit the "export to file" button at the top. * The resulting gpkg layer loses data in a column