Skip to content

Commit 6b92d38

Browse files
Clarify the unsupported type example comment.
1 parent 72aba69 commit 6b92d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/sqlp.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
# - It always reads from the keyboard and doesn't directly read SQL files
3838
# - It doesn't execute SQL*Plus-specific commands like SET or DESC
3939
# - It doesn't support "&" substitution or bind variables
40-
# - It doesn't display all data types, e.g. Oracle types aren't supported
40+
# - It doesn't display all data types, e.g. object types aren't supported
4141
# - It doesn't do smart sizing or wrapping of query columns
4242
# - Statements like "CREATE OR REPLACE" must have all keywords on the same
4343
# (first) line

0 commit comments

Comments
 (0)