I'm trying to determine if odo supports UPDATES into a database table. The python code that I've inherited uses odo for inserting records into an Oracle database table, and I'd like to try to modify the code to allow UPDATES to work. Is this possible?
I'm trying to determine if odo supports UPDATES into a database table. The python code that I've inherited uses odo for inserting records into an Oracle database table, and I'd like to try to modify the code to allow UPDATES to work. Is this possible?