I have 2 my-sql databases (live-db, test-db). I need to transfer some tables from live-db to test-db in datanucleus jdo implementation.
The problem is, if primary-key is an auto-increment then it does not transfer same value, but it generates new value.
Is there any method disable the auto-increment in datanucleus as programmatically?
