So I encountered an interesting issue, and am looking to gather feedback if it occurs with anyone else.
I added a table in DB2 for i 7.1 that uses the Column name (and System name) "USER".
IBM Data Studio, i Series Navigator can both query that column with a WHERE USER = 'user', however a connection pool query (via Connection) cannot. The query will return all the results (including the USER column) just fine without the WHERE clause.
At this point am unsure if this is an open-jt400 issue or node-jt400 issue.
-Cody
So I encountered an interesting issue, and am looking to gather feedback if it occurs with anyone else.
I added a table in DB2 for i 7.1 that uses the Column name (and System name) "USER".
IBM Data Studio, i Series Navigator can both query that column with a WHERE USER = 'user', however a connection pool query (via
Connection) cannot. The query will return all the results (including the USER column) just fine without the WHERE clause.At this point am unsure if this is an open-jt400 issue or node-jt400 issue.
-Cody