awesome_hstore_translate icon indicating copy to clipboard operation
awesome_hstore_translate copied to clipboard

query methods work with column with _translations suffix

Open offfffz opened this issue 6 years ago • 0 comments

Query methods don't work with columns with _translations suffix so I create this patch to make it work.

The change it pretty easy. Since there is get_column_name, I moved this method up to the public class scope so it could be called from query methods from a class scope.

offfffz avatar Aug 01 '19 07:08 offfffz