When reading data with the FeatureReader I often merge attributes as this is a more efficient alternative for using the FeatureMerger afterwards.
In the FeatureReader you can choose for Prefix Initiator to prevent overwriting conflicting attributes. This is not added (yet) to the SQLExecutor. Would be nice addition.
Current workaround is to use a BulkAttributeRenamer before the SQLExecutor.