Hi Lorenzo,
I'm having some issues with sql queries that are only mysql compatible. So far I spotted:
- doing a `select database_name.field_name from X;` is not valid in postgresql
- GROUP BY clause referencing only one field when multiple fields are used in the SELECT is also not valid.
This is mainly happening in the dashboard and on search queries.
I already fixed the first issue and I'm looking at converting the search queries using group by clauses and this is a by far more complex ;-)
Awesome news regarding github ! Any ETA on this ? Not trying to push you, just wondering if I should wait before submitting code as it will, indeed, make my life easier :-)
Also, I spent quite some time looking at your code base and I feel, but thats really only my opinionated view as a django / python dev, that you would greatly benefit from switching from php to python... But I guess I'm surely not the first one to claim that.
Anyway, for now the scope of my doing is only to get the project up and running in postgresql, if you have any pointer that could help speed up the process I'd be more than pleased to hear them ;-)
Cheers,
John.