Skip to content

Commit c8c44ff

Browse files
Rename sample to match feature name.
1 parent b938189 commit c8c44ff

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

samples/QueryChangeNotification.py renamed to samples/CQN.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#------------------------------------------------------------------------------
2-
# Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved.
2+
# Copyright 2016, 2018, Oracle and/or its affiliates. All rights reserved.
33
#
44
# Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved.
55
#
@@ -8,10 +8,10 @@
88
#------------------------------------------------------------------------------
99

1010
#------------------------------------------------------------------------------
11-
# QueryChangeNotification.py
12-
# This script demonstrates using query change notification in Python, a
13-
# feature that is available in Oracle 11g. Once this script is running, use
14-
# another session to insert, update or delete rows from the table
11+
# CQN.py
12+
# This script demonstrates using continuous query notification in Python, a
13+
# feature that is available in Oracle 11g and later. Once this script is
14+
# running, use another session to insert, update or delete rows from the table
1515
# cx_Oracle.TestTempTable and you will see the notification of that change.
1616
#
1717
# This script requires cx_Oracle 5.3 and higher.

0 commit comments

Comments
 (0)