pennylane-hq / activerecord-adapter-redshift

Other
6 stars 27 forks source link

Fix a bug where starting a Rails server always raised a NotImplementedError #33

Closed darendsen closed 3 weeks ago

darendsen commented 3 weeks ago

Found a bug where the whole app crashed when starting a Rails server. In Quoting#quote_column_name it was calling the parent method, which will always raise a NotImplementedError.