Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed reports for postgres #32

Open
wants to merge 1 commit into
base: 3-1-stable
Choose a base branch
from

Conversation

dsawa
Copy link
Contributor

@dsawa dsawa commented Apr 25, 2017

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.

Cart reports fixed

Products reports

Promotional cost report fixed

improvements and user reports not failing

All user reports fixed and working properly

Promotional cost report improved

Product views to purchases rewritten

More reports fixed

Sales tax report pg support

Shipping cost report fixed

Small refactoring

ref
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant