Two fixes:
edit/as_merge.py - Fix a mixed tabs/spaces issue.
mod/aa_merge.py - Modify moveAuthorColumn() such that when author_birthdate or author_deathdate is targeted, the SELECT converts the target table field to text. This addresses issues with years of the form YYYY-00-00 and YYYY-XX-00.
Anonymous