pennylane-hq / activerecord-adapter-redshift

Other
6 stars 26 forks source link

schema_names not returning all schemas #17

Closed jerryclinesmith closed 9 months ago

jerryclinesmith commented 9 months ago

Thanks for your work on this gem - been piecing Redshift adapters together for several years, and hoping you're able to keep it going.

In SchemaStatements (7.0 and 7.1), a small change is needed to use "select_values" instead of "select_value" to return all schema names.

I can submit a pull request, just let me know.