Issue1569882

classification
Title: zxJDBC metadata queries incorrect on quoted tablenames
Type: Severity: normal
Components: zxjdbc Versions: Jython 2.5
Milestone:
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: fwierzbicki, zyasoft
Priority: normal Keywords:

Created on 2006-10-03.10:51:08 by anonymous, last changed 2014-10-05.16:40:02 by zyasoft.

Messages
msg1262 (view) Author: Nobody/Anonymous (nobody) Date: 2006-10-03.10:51:08
When the tablename in a database is quoted (for
instance "personnel"), zxJDBC metadata queries
(cursor.tables, cursor.foreignkeys) will:

-Show these incorrectly in resultsets
('personnel' instead of '"personnel"')
-Give no result when used as parameters
(cursor.tables(dbschema,dbcatalog,'"personnel"','TABLE')
will result in None)

submitted by n.van.klaveren@topdesk.com
msg9040 (view) Author: Jim Baker (zyasoft) Date: 2014-09-26.05:15:43
To be fixed by using jyjdbc to replace zxJDBC (jyjdbc has the necessary testing for us to move forward)
msg9068 (view) Author: Jim Baker (zyasoft) Date: 2014-10-05.16:40:02
Target beta 4, hopefully fixed just with jyjdbc replacement of zxJDBC
History
Date User Action Args
2014-10-05 16:40:02zyasoftsetmessages: + msg9068
2014-09-26 05:15:43zyasoftsetnosy: + zyasoft
messages: + msg9040
2013-02-26 18:48:37fwierzbickisetnosy: + fwierzbicki
components: + zxjdbc, - Library
2013-02-20 00:55:20fwierzbickisetversions: + Jython 2.5, - 2.5.1
2009-03-14 01:05:20fwierzbickisetversions: + 2.5.1
2006-10-03 10:51:08anonymouscreate