Anthony Tuininga
|
81583c224d
|
Reworked samples so that no default passwords are defined anywhere; added
Python script to create sample schemas and drop them in addition to having a
SQL*Plus script.
|
2019-01-31 10:15:40 -07:00 |
|
Anthony Tuininga
|
74d9d71484
|
Use cx_Oracle.connect() in preference to cx_Oracle.Connection() in samples and
tests. Although the two are aliases of one another, it makes sense to be
consistent and to use the one that the DB API prefers as well.
|
2018-09-21 11:05:40 -06:00 |
|
Anthony Tuininga
|
bc69e784f8
|
Adjust copyright notices to match requirements of Oracle Legal.
|
2018-09-10 11:39:51 -06:00 |
|
Anthony Tuininga
|
980f3d491c
|
Added support for indicating if the subscription is still registered with the
database when a notification is received.
|
2018-06-19 11:00:53 -06:00 |
|
Anthony Tuininga
|
c8c44ff698
|
Rename sample to match feature name.
|
2018-05-18 14:23:08 -06:00 |
|