-
Eugene Kenny authored
Since 1944a7e7, adding a foreign key or check constraint to a non-existent table results in an unhelpful error: NoMethodError: undefined method `scan' for nil:NilClass This restores the previous behaviour of raising the underlying error from the database, which describes the actual problem.
Eugene Kenny authoredSince 1944a7e7, adding a foreign key or check constraint to a non-existent table results in an unhelpful error: NoMethodError: undefined method `scan' for nil:NilClass This restores the previous behaviour of raising the underlying error from the database, which describes the actual problem.
Loading