mtxr / SublimeText-SQLTools

SQLTools for Sublime Text 3
https://code.mteixeira.dev/SublimeText-SQLTools/
GNU General Public License v3.0
177 stars 40 forks source link

Fix compatibility issue with PostgreSQL v11 (func) #213

Closed tkopets closed 5 years ago

tkopets commented 5 years ago

The old query was not compatible with the most recent PostgreSQL v11. The new query, unlike the old one, will also additionally return the custom aggregate functions.