Skip to content

Commit 765d929

Browse files
Doc updates.
1 parent 916d982 commit 765d929

File tree

13 files changed

+309
-181
lines changed

13 files changed

+309
-181
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,13 @@ Use Markdown syntax, see https://docs.github.com/github/writing-on-github/gettin
2323

2424
<!--
2525
26-
Give your database version.
26+
Give your Oracle Database version, e.g.:
2727
28+
print(connection.version)
29+
30+
Give your Oracle Client version (if you are using Thick mode):
31+
32+
print(oracledb.clientversion())
2833
2934
Also run Python and show the output of:
3035
@@ -37,7 +42,6 @@ Also run Python and show the output of:
3742
3843
And:
3944
40-
import oracledb
4145
print("oracledb.__version__:", oracledb.__version__)
4246
4347
-->

0 commit comments

Comments
 (0)