oracledb is returning "None" for a specific field #281
Replies: 2 comments
-
Unfortunately, that doesn't really help much! There are a lot of possibilities so more information will be needed on the query that is being executed, the definition of the view and if any PL/SQL is being executed to render the contents of that view, etc. Can you provide those? |
Beta Was this translation helpful? Give feedback.
0 replies
-
My bad, turns out I was accidentally comparing 2 different instances of the same database that were not synchronized. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm a bit baffled at this one.
I am trying to fetch some very simple information from the Oracle database. This is a stripped down example to show the issue:
This gives me:
If I execute the same query via a powershell using sqlplus:
Anyone has any idea why the IMPL_BASELINE field is returned as "None" in Python?
The field is a VARCHAR2(24) field if that helps.
Any advice is much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions