annotaterb icon indicating copy to clipboard operation
annotaterb copied to clipboard

Incorrect annotation of fixture files when different models share the same table name in different databases

Open OdenTakashi opened this issue 9 months ago • 0 comments

This issue is part of the work for issue #188.

Given a Rails application with multiple databases, tables in two databases with the same table name, and corresponding models with different names, some files get annotated with the wrong table's schema. Ref: #891

OdenTakashi avatar Mar 31 '25 06:03 OdenTakashi