Spatial lookups for RasterField

2016-01-28 Thread Daniel Wiesmann
Hello Everyone I have been working on adding spatial lookups for the RasterField in the GIS module. https://github.com/django/django/pull/5460#issuecomment-152606283 I would like to get feedback regarding API design for the lookups. The challenge is that one needs to specify two parameters for

Re: Improving MSSQL and Azure SQL support on Django

2016-01-28 Thread Tim Allen
Thanks to everyone for their efforts; my workplace has a mix of SQL Server and PostgreSQL, heavier on the SQL Server side. Due to some groups reliance on SSIS and tight SQL Server integration with data vendors, that isn't going to change any time soon, so this is project is one we're following

Re: Improving MSSQL and Azure SQL support on Django

2016-01-28 Thread Cristiano Coelho
Tim Allen, What you said about compiling the C dependencies on a similar machine and then upload it all together indeed works (it was one of the options) but caused some other issues (ie: we usually develop on Windows, and also the compiled libraries are very platform specific) and performance