Re: [cx-oracle-users] Query Result Change Notification
Brought to you by:
atuining
From: Glen W. <gl...@wa...> - 2012-11-16 13:47:10
|
Hi, 2012/11/15 Yann Cézard <yann.cezard@un...>: > I have recently discovered the Oracle "Database Change Notification" > functionnality, which is really useful for one of my project, and looking at > some docs to understand more about it, I found about QRCN (Query Result Change > Notification) which might responds to my needs even more than DCN. > > Searching the web about QRCN and cx_Oracle, I found this really useful message > which was posted one year and a half ago on this same list : > (http://osdir.com/ml/python-db-cx-oracle/2011-04/msg00004.html) > So now I was wondering if there are any plan to introduce the QRCN feature in > cx_Oracle in the future, or if anybody tried (and succeed ?) to make the > suggested code modification ? Or is such a functionnality is include under > another name in cx_Oracle ? As luck would have it a project I am working on would also benefit from QRCN. After reading the message from 2011-04 a few days ago I decided to implement this myself and contribute it to the project. I have now finished the update and need to know the best way to submit a pull request or patch. I have just joined the mailing list, so perhaps a list regular could point me in the right direction - I see that cx_Oracle is on Bitbucket: https://bitbucket.org/anthony_tuininga/cx_oracle/ as well as Sourceforge: http://sourceforge.net/projects/cx-oracle/ Regards, Glen |