Re: [cx-oracle-users] Query Result Change Notification
Brought to you by:
atuining
From: Anthony T. <ant...@gm...> - 2012-11-16 14:25:58
|
On Fri, Nov 16, 2012 at 6:20 AM, Glen Walker <gl...@wa...> wrote: > Hi, > > 2012/11/15 Yann Cézard <yann.cezard@un...> <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 > > The source is on bitbucket. If you submit a pull request from there that would be ideal. If you don't have a bitbucket account and don't care to acquire one, you can also send the changes as a diff directly to me -- so long as the diff is against the latest source, please. Thanks! Anthony |