sqlectron / sqlectron-core

https://sqlectron.github.io/
MIT License
221 stars 69 forks source link

Add official support for redshift (postgres 8.0) #109

Closed MasterOdin closed 4 years ago

MasterOdin commented 4 years ago

This adds proper testing support for redshift (postgres 8.0), to ensure that the codebase works as expected. During this work, this revealed that the getting the create table and routine sql functions were broken due to using features added in later versions of postgres.

Closes #96