annotaterb icon indicating copy to clipboard operation
annotaterb copied to clipboard

refactor: simplify primary key check logic (no functional changes)

Open OdenTakashi opened this issue 3 months ago • 0 comments

Thank you always for your maintenance.

Unify array and single value handling in is_column_primary_key? using Array() wrapper. Reduces nested conditionals from 15 to 3 lines while maintaining identical behavior.

Pure refactoring with zero feature changes.

OdenTakashi avatar Oct 23 '25 12:10 OdenTakashi