Re: MariaDB, official support

2018-07-05 Thread Tom Forbes
I think that given Adams plan it might be possible to get this done before 2.2 as there are not too many failures. I’m not entirely convinced that including MariaDB logic inside the MySQL backend is a permanent solution. It might be the path of least resistance right now, and a good idea to get

Re: MariaDB, official support

2018-07-05 Thread Tim Graham
I added MariaDB 10.1.29 (as packaged by Ubuntu 18.04) to Jenkins: https://djangoci.com/job/master-mariadb/ You can trigger the builder on PRs with the comment "buildbot, test on mariadb." There are 30 failures, mainly related to windows expressions and select_for_update. On Thursday, July 5,

Re: MariaDB, official support

2018-07-05 Thread Carlton Gibson
This seems a bit more pressing now: 2.0.7 broke MariaDB compatibility. https://code.djangoproject.com/ticket/29544 I'm sure that can be fixed. But we're in a tricky position now. Claude has marked the ticket as a Release Blocker, which is understandable, but I can't see how we can both

Re: MariaDB, official support

2017-10-30 Thread Adam Johnson
Hi Claude Afraid I haven't made any progress, I don't get to contribute to Django at work these days which has slowed me down :( So the sketchy plan I've had in my mind for some time is: 1) Get testing with all supported MariaDB versions (currently 5.5, 10.0, 10.1, 10.2) into Django CI, and fix

Re: MariaDB, official support

2017-09-30 Thread Claude Paroz
Hi, I would like to push a bit for that functionality in Django 2.1. Adam, any progress? In https://github.com/django/django/pull/7778, you talked about a better plan. Show us your plan, please :-) Claude -- You received this message because you are subscribed to the Google Groups "Django

Re: MariaDB, official support

2017-01-02 Thread Adam Johnson
Hi, Sorry I missed this thread! Adam is (or is planning..) writing a DB backend that includes MySQL and > MariaDB > Not technically, I'm actually writing a backend to use the newer MySQL DBAPI library pymysql at https://github.com/adamchainz/django-pymysql-backend . For the first pass at

Re: MariaDB, official support

2016-11-14 Thread Josh Smeaton
I believe Adam is (or is planning..) writing a DB backend that includes MySQL and MariaDB. Adam, did I remember correctly? If so, are you going to suggest adding this new backend to core as a replacement? Mads, perhaps you can help with this effort? Regards, On Tuesday, 15 November 2016

MariaDB, official support

2016-11-14 Thread Mads Jensen
Hi, I got interest in contributing to Django. I started working on a bigger ticket than the smaller contributions I've previously made. Adam Chainz pointed out that MariaDB will include support for window expressions (#26608) from 10.2. I asked on #django-dev what the official policy for MariaDB