Re: [cx-oracle-users] cursor.description, functions, and comments -- bug?
Brought to you by:
atuining
From: Vladimir R. <gre...@gm...> - 2014-07-03 23:04:57
|
2014-07-04 0:03 GMT+04:00 Milt Epstein <mep...@il...>: > As you can see, the name of the second column has the comment line > appended to it > This is well-known Oracle issue: when you have a comment after an expression the comment becomes column header. I don't think its by-design, but I also don't think it should be considered as bug. You should just remember about it. Anyway it is not related to cx_Oracle. |