oracle / python-cx_Oracle

Python interface to Oracle Database now superseded by python-oracledb
https://oracle.github.io/python-cx_Oracle
Other
890 stars 361 forks source link

Typo in CQN documentation #607

Closed ancc closed 2 years ago

ancc commented 2 years ago
  1. What is the link to the documentation section that needs improving? https://github.com/oracle/python-cx_Oracle/blob/main/doc/src/user_guide/cqn.rst

  2. Describe the confusion "An example script to receive query notifications when the 'CUSTOMER' table data changes is:"

  3. Suggest changes that would help Based on example the table is region not customer.

cjbj commented 2 years ago

Thanks! We'll fix it.

cjbj commented 2 years ago

This was fixed in the major release (which was renamed to python-oracledb): https://python-oracledb.readthedocs.io/en/latest/user_guide/cqn.html#registering-queries

Thanks for helping make the doc better.