You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 21, 2024. It is now read-only.
The statement should read "DROP TABLE "TEST_RECORDS" CASCADE CONSTRAINTS"
I took a look at patching this by adding the drop_table_with_cascade method to RailsSqlViews::ConnectionAdapters::OracleEnhanced, but for some reason unbeknownst to me the drop_table_with_cascade method in RailsSqlViews::ConnectionAdapters::SchemaStatements was called (even though the RailsSqlViews::ConnectionAdapters::OracleEnhanced module gets included later).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The statement should read "DROP TABLE "TEST_RECORDS" CASCADE CONSTRAINTS"
I took a look at patching this by adding the
drop_table_with_cascade
method toRailsSqlViews::ConnectionAdapters::OracleEnhanced
, but for some reason unbeknownst to me thedrop_table_with_cascade
method inRailsSqlViews::ConnectionAdapters::SchemaStatements
was called (even though theRailsSqlViews::ConnectionAdapters::OracleEnhanced
module gets included later).The text was updated successfully, but these errors were encountered: