We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72aba69 commit 6b92d38Copy full SHA for 6b92d38
samples/sqlp.py
@@ -37,7 +37,7 @@
37
# - It always reads from the keyboard and doesn't directly read SQL files
38
# - It doesn't execute SQL*Plus-specific commands like SET or DESC
39
# - It doesn't support "&" substitution or bind variables
40
-# - It doesn't display all data types, e.g. Oracle types aren't supported
+# - It doesn't display all data types, e.g. object types aren't supported
41
# - It doesn't do smart sizing or wrapping of query columns
42
# - Statements like "CREATE OR REPLACE" must have all keywords on the same
43
# (first) line
0 commit comments