spree-admin-insights
spree-admin-insights copied to clipboard
fixed reports for postgres
Adds support for PostgresSQL.
Some expressions are rewritten so they work both in MySQL and PostgresSQL. Some queries are rewritten so the query is built especially for postresql, it's mostly because of how Group By, aggregate functions and DISTINCT ON work there.
DBUtils module that can translate function calls matched for database.