38f59f5 Remove sqlalchemy merge method calls

Authored and Committed by Athos Ribeiro 6 years ago
    Remove sqlalchemy merge method calls
    
    Since we want to run each kiskadee module as different processes in the
    future, we do not want them to share a session to the DB.
    
        
file modified
+1 -15