Issue1044

classification
Title: Patch to support for BigIntegers and PyLong on the PostgresqlDataHandler
Type: behaviour Severity: normal
Components: zxjdbc Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: leosoto
Priority: Keywords:

Created on 2008-06-03.18:54:29 by leosoto, last changed 2008-08-10.21:21:45 by leosoto.

Files
File name Uploaded Description Edit Remove
postgresql-datahandler-support-for-bigint-and-pylong.patch leosoto, 2008-06-03.18:54:29
Messages
msg3219 (view) Author: Leonardo Soto (leosoto) Date: 2008-06-03.18:54:29
Without this, queries like cursor.execute('select ?', [1L]) fails on
postgresql, because the JDBC driver doesn't automatically map
BigIntegers to Type.BIGINT.
msg3314 (view) Author: Leonardo Soto (leosoto) Date: 2008-07-01.23:51:26
Applied  on r4834 (asm branch)
History
Date User Action Args
2008-08-10 21:21:45leosotosetstatus: open -> closed
resolution: fixed
2008-07-01 23:51:30leosotosetmessages: + msg3314
2008-06-03 18:54:29leosotocreate