stariy95 opened a new pull request #407: Experimental graph-based db operations 
sorter
URL: https://github.com/apache/cayenne/pull/407
 
 
   This is an experimental implementation of a Db operations sorter that builds 
a directed graph and uses topological sort to get the final order of 
operations. 
   This sorter can correctly order meaningful PK intersections (i.e. 
delete/insert rows with the same primary keys). 
   Moreover, it opens a possibility to automatically break cycles in DB 
operations.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to