Open pwierzgala opened 2 years ago
Thank you for your report.
Indeed, the CLOB columns are not selectable. I looked at the source code, but I am not sure why.
I need help from someone familiar with apache derby!
I wrote unittest. Uncommenting here causes a FAIL. https://github.com/nakagami/pydrda/commit/04793e5f080b37d7e3d3948f8772ec84dd3a354d#diff-5da5550186846d2987bb659a477e5792443483c99c 0cf145621b05db626b697eR109-R114
Need a driver to fix it so that uncommenting does not cause a FAIL.
Hi, I think I found a bug with executing SELECT query for a specific columns. I don't understand what is specific about the column I try to select but I know that SELECT returns empty listy only when I include it. There is no error neither in python code nor in Derby logs.
I have a database which contains table
TBL_UNITS
:SELECT * FROM TBL_UNITS
returns[]
SELECT DESCRIPTION FROM TBL_UNITS
returns[]
Sample working query:
Results of the query:
It looks that
DESCRIPTION
is the only column with data typeCLOB
. Could it be a reason of this strange behavior? Please let know if you need any additional information.Versions: