[Qgis-user] Find / checkout different branches Github

2021-07-26 Thread APM

Dear List,


my questions are more related to the git system, but I hope you'll give 
me some information.



I like to compile QGIS on my own following

https://github.com/qgis/QGIS/blob/master/INSTALL.md#36-check-out-the-qgis-source-code

But I like to compile Qgis 3.20 and not the developement version.


My questions:


How to find the avaible versions ("branches"?) by using a 'git'-command ?

How to checkout a special version?


Further, what is the difference between "backport-43897-to-release-3_20"

and "backport-44030-to-release-3_20"?


Futher, I red that there's a version 3.20.1, but I can't find it?

Is this the 'master' branch?


Thank you very much!


Kind regards


Piet




___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] MS SQL Server connection on Linux

2021-07-26 Thread Paolo Cavallini
Hi all.
Indeed this requires a few additional packages and configs. We eventually 
succeeded, but I guess without documentation is not the easiest thing to do.
Cheers.

Il 26 luglio 2021 21:37:00 EEST, "Fernando M. Roxo da Motta"  
ha scritto:
>On Mon, 26 Jul 2021 16:33:23 +0200, Paolo Cavallini
> wrote:
>
>
>> Hi all,
>> we could not find any documentation on how to connect a Linux (Debian
>> stable, more specifically) box to a Microsoft SQL Server database. It
>> works out of the box on Windows, but on Linux it complains about a
>> missing driver. I assume to have it working one should install some
>> proprietary part from Microsoft, and perhaps do some config on the
>> qgis side.
>> Are we missing something? Should this info made available somewhere?
>
>  Perhaps you are missing the unixodbc package and companions.  There
>should exist a package with the drivers for MS SQL.
>
>  HTH
>
>
>> Thanks in advance.
>
>
>
>
>
>
>
>
>  Roxo
>
>-- 
> Non luctari, ludare ---+ WYSIWYG
>Fernando M. Roxo da Motta   | Editor?
>Except where explicitly stated I speak on my own behalf.|  VI !!
>PU5RXO | PX5Q6048   | I see text,
> Quis custodiet ipsos custodes?-+ I get text!
> 
>___
>Qgis-user mailing list
>Qgis-user@lists.osgeo.org
>List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
>Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

-- 
Sorry for being short___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] MS SQL Server connection on Linux

2021-07-26 Thread Fernando M. Roxo da Motta
On Mon, 26 Jul 2021 15:37:00 -0300, "Fernando M. Roxo da Motta"
 wrote:


> On Mon, 26 Jul 2021 16:33:23 +0200, Paolo Cavallini
>  wrote:
> 
> 
> > Hi all,
> > we could not find any documentation on how to connect a Linux
> > (Debian stable, more specifically) box to a Microsoft SQL Server
> > database. It works out of the box on Windows, but on Linux it
> > complains about a missing driver. I assume to have it working one
> > should install some proprietary part from Microsoft, and perhaps do
> > some config on the qgis side.
> > Are we missing something? Should this info made available
> > somewhere?  
> 
>   Perhaps you are missing the unixodbc package and companions.  There
> should exist a package with the drivers for MS SQL.

  Sorry to answer myself,  it seems that the MS SQG driver is in
package odbc-mdbtools:

This is the software driver to access JET / MS Access database (MDB)
files through ODBC.
This also contains the installation interface for unixodbc.



> 
>   HTH
> 
> 
> > Thanks in advance.  
> 
> 
> 
> 
> 
> 
> 
> 
>   Roxo
> 








  Roxo

-- 
 Non luctari, ludare ---+ WYSIWYG
Fernando M. Roxo da Motta   | Editor?
Except where explicitly stated I speak on my own behalf.|  VI !!
PU5RXO | PX5Q6048   | I see text,
 Quis custodiet ipsos custodes?-+ I get text!
 
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] MS SQL Server connection on Linux

2021-07-26 Thread Fernando M. Roxo da Motta
On Mon, 26 Jul 2021 16:33:23 +0200, Paolo Cavallini
 wrote:


> Hi all,
> we could not find any documentation on how to connect a Linux (Debian
> stable, more specifically) box to a Microsoft SQL Server database. It
> works out of the box on Windows, but on Linux it complains about a
> missing driver. I assume to have it working one should install some
> proprietary part from Microsoft, and perhaps do some config on the
> qgis side.
> Are we missing something? Should this info made available somewhere?

  Perhaps you are missing the unixodbc package and companions.  There
should exist a package with the drivers for MS SQL.

  HTH


> Thanks in advance.








  Roxo

-- 
 Non luctari, ludare ---+ WYSIWYG
Fernando M. Roxo da Motta   | Editor?
Except where explicitly stated I speak on my own behalf.|  VI !!
PU5RXO | PX5Q6048   | I see text,
 Quis custodiet ipsos custodes?-+ I get text!
 
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] MS SQL Server connection on Linux

2021-07-26 Thread Andrea Peri
When try to connect from php to a sql server 2015 std edt on a debian  10
using driver for sql and unixodbc we failed.
I guess there is an incompatibility.

A.



Il lun 26 lug 2021, 16:42 Paolo Cavallini  ha
scritto:

> Hi all,
> we could not find any documentation on how to connect a Linux (Debian
> stable, more specifically) box to a Microsoft SQL Server database. It
> works out of the box on Windows, but on Linux it complains about a
> missing driver. I assume to have it working one should install some
> proprietary part from Microsoft, and perhaps do some config on the qgis
> side.
> Are we missing something? Should this info made available somewhere?
> Thanks in advance.
> --
> Paolo Cavallini
> www.faunalia.eu - QGIS.org
> training, support, development on QGIS, PostGIS and more
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] MS SQL Server connection on Linux

2021-07-26 Thread Paolo Cavallini
Hi all,
we could not find any documentation on how to connect a Linux (Debian
stable, more specifically) box to a Microsoft SQL Server database. It
works out of the box on Windows, but on Linux it complains about a
missing driver. I assume to have it working one should install some
proprietary part from Microsoft, and perhaps do some config on the qgis
side.
Are we missing something? Should this info made available somewhere?
Thanks in advance.
-- 
Paolo Cavallini
www.faunalia.eu - QGIS.org
training, support, development on QGIS, PostGIS and more
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Uninstall QGIS 3.16.8 macOS?

2021-07-26 Thread Samuel Heichelbech
Ah, yes! Thank you for that! Is that all?

Sam

On Jul 26, 2021, at 9:11 AM, John Layt 
mailto:j.l...@lparchaeology.com>> wrote:

Don't forget the Caches in ~/Library/Caches/QGIS/QGIS3

John.

On Mon, 26 Jul 2021 at 14:33, Ujaval Gandhi 
mailto:uja...@spatialthoughts.com>> wrote:
That's for the old installers. The new installers are self-contained and you 
can just delete /Application/QGIS3.x package and everything will get deleted.

The profile is stored at ~/Library/Application Support/QGIS . You can delete 
that to get a clean start.
[Logo]
Ujaval Gandhi
Spatial Thoughts
mobile: +91-8095684687
email: uja...@spatialthoughts.com
[LinkedIn icon]  [Twitter icon] 




On Mon, Jul 26, 2021 at 6:49 PM Samuel Heichelbech 
mailto:sheichelb...@outlook.com>> wrote:
Hi everyone,

I’d like to completely uninstall 3.16.8 from my Mac. Any guidance on how to do 
this completely? I found a StackExchange post 
(https://gis.stackexchange.com/questions/268229/how-to-uninstall-qgis-from-macos)
 that dealt with 3.2, but I could not find any ReadMe with the specific 
terminal commands in the .dmg for 3.16. I can see that QGIS installs data in 
“Application Support,” but I don’t know where else all the packages get 
deposited, and I’d like to remove them all so as to have a clean slate. I 
installed from the binaries available on the QGIS website.

Any help would be much appreciated!

Thank you,

Sam
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Uninstall QGIS 3.16.8 macOS?

2021-07-26 Thread John Layt
Don't forget the Caches in ~/Library/Caches/QGIS/QGIS3

John.

On Mon, 26 Jul 2021 at 14:33, Ujaval Gandhi 
wrote:

> That's for the old installers. The new installers are self-contained and
> you can just delete /Application/QGIS3.x package and everything will get
> deleted.
>
> The profile is stored at ~/Library/Application Support/QGIS . You can
> delete that to get a clean start.
> [image: Logo] 
> Ujaval Gandhi
> Spatial Thoughts
> mobile: +91-8095684687
> email: uja...@spatialthoughts.com
> [image: LinkedIn icon]   [image:
> Twitter icon] 
>
>
>
> On Mon, Jul 26, 2021 at 6:49 PM Samuel Heichelbech <
> sheichelb...@outlook.com> wrote:
>
>> Hi everyone,
>>
>> I’d like to completely uninstall 3.16.8 from my Mac. Any guidance on how
>> to do this completely? I found a StackExchange post (
>> https://gis.stackexchange.com/questions/268229/how-to-uninstall-qgis-from-macos)
>> that dealt with 3.2, but I could not find any ReadMe with the specific
>> terminal commands in the .dmg for 3.16. I can see that QGIS installs data
>> in “Application Support,” but I don’t know where else all the packages get
>> deposited, and I’d like to remove them all so as to have a clean slate. I
>> installed from the binaries available on the QGIS website.
>>
>> Any help would be much appreciated!
>>
>> Thank you,
>>
>> Sam
>> ___
>> Qgis-user mailing list
>> Qgis-user@lists.osgeo.org
>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Uninstall QGIS 3.16.8 macOS?

2021-07-26 Thread Ujaval Gandhi
That's for the old installers. The new installers are self-contained and
you can just delete /Application/QGIS3.x package and everything will get
deleted.

The profile is stored at ~/Library/Application Support/QGIS . You can
delete that to get a clean start.
[image: Logo] 
Ujaval Gandhi
Spatial Thoughts
mobile: +91-8095684687
email: uja...@spatialthoughts.com
[image: LinkedIn icon]   [image:
Twitter icon] 



On Mon, Jul 26, 2021 at 6:49 PM Samuel Heichelbech 
wrote:

> Hi everyone,
>
> I’d like to completely uninstall 3.16.8 from my Mac. Any guidance on how
> to do this completely? I found a StackExchange post (
> https://gis.stackexchange.com/questions/268229/how-to-uninstall-qgis-from-macos)
> that dealt with 3.2, but I could not find any ReadMe with the specific
> terminal commands in the .dmg for 3.16. I can see that QGIS installs data
> in “Application Support,” but I don’t know where else all the packages get
> deposited, and I’d like to remove them all so as to have a clean slate. I
> installed from the binaries available on the QGIS website.
>
> Any help would be much appreciated!
>
> Thank you,
>
> Sam
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Uninstall QGIS 3.16.8 macOS?

2021-07-26 Thread Samuel Heichelbech
Hi everyone,

I’d like to completely uninstall 3.16.8 from my Mac. Any guidance on how to do 
this completely? I found a StackExchange post 
(https://gis.stackexchange.com/questions/268229/how-to-uninstall-qgis-from-macos)
 that dealt with 3.2, but I could not find any ReadMe with the specific 
terminal commands in the .dmg for 3.16. I can see that QGIS installs data in 
“Application Support,” but I don’t know where else all the packages get 
deposited, and I’d like to remove them all so as to have a clean slate. I 
installed from the binaries available on the QGIS website.

Any help would be much appreciated!

Thank you,

Sam
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user