spree-contrib / spree_globalize

Adds support for model translations (multi-language stores) using Globalize gem
https://spreecommerce.org
BSD 3-Clause "New" or "Revised" License
24 stars 101 forks source link

Not working at all with Postgres #96

Open mrbrdo opened 2 years ago

mrbrdo commented 2 years ago

Are there plans to support Postgres? At the moment it does not work due to invalid SQL being generated in regards to DISTINCT/ORDER and GROUP BY. The app works fine until one adds spree_globalize, then it starts failing at multiple points.

It seems this was already fixed by #92 more than 6 months ago, but it still wasn't merged yet. Can you please check the PR and merge it? You are breaking support for one of the more popular DBs.

mrbrdo commented 2 years ago

@damianlegawiec ?