django-pyodbc-azure icon indicating copy to clipboard operation
django-pyodbc-azure copied to clipboard

Ported regex support from django-mssql

Open mrbean-bremen opened this issue 7 years ago • 8 comments

mrbean-bremen avatar Jan 15 '18 13:01 mrbean-bremen

As I needed regex support, I ported this over from django-mssql half a year ago. I did contact the maintainer, but got no response - the project seems to be unmaintained now (at least there has been no commit for more than a year now), so I decided to make a PR from this in case someone else needs it.

mrbean-bremen avatar Jan 15 '18 13:01 mrbean-bremen

Any chance to get this in, or shall I close it? Note that django-mssql is not maintained anymore, and the owner suggests to switch to django-pyodbc-azure.

mrbean-bremen avatar Dec 11 '18 13:12 mrbean-bremen

I have not tested your patch but I think, everything of value should be migrated from django-mssql to this package.

kevin-olbrich avatar Dec 11 '18 13:12 kevin-olbrich

I use this in production code, so far there have been no problems (currently with Python 3.6, Django 1.11).

mrbean-bremen avatar Dec 11 '18 14:12 mrbean-bremen

Where does the dll-file originate from? I'm thinking of adding regex support to django-mssql-backend (a fork of this repo) but I would like to understand of everything fits together first.

OskarPersson avatar Oct 31 '19 08:10 OskarPersson

I have taken this from django-mssql directly, but as far as I remember, I had also looked at the source code (which was Visual Basic iirc). I can try to dig this up later this week (traveling right now).

mrbean-bremen avatar Oct 31 '19 09:10 mrbean-bremen

@OskarPersson - you can find source code for a CLR DLL here, though I'm not sure if this was the source of the given DLL - the source code hadn't been provided at django-mssql.

mrbean-bremen avatar Nov 01 '19 18:11 mrbean-bremen

I've now created a PR with this in django-mssql-backend: https://github.com/ESSolutions/django-mssql-backend/pull/43

OskarPersson avatar Mar 10 '20 10:03 OskarPersson

Closing - repo is not maintained anymore.

mrbean-bremen avatar Dec 06 '22 18:12 mrbean-bremen