Message3219

Author leosoto
Recipients leosoto
Date 2008-06-03.18:54:29
SpamBayes Score 0.017327104
Marked as misclassified No
Message-id <1212519269.86.0.414207843378.issue1044@psf.upfronthosting.co.za>
In-reply-to
Content
Without this, queries like cursor.execute('select ?', [1L]) fails on
postgresql, because the JDBC driver doesn't automatically map
BigIntegers to Type.BIGINT.
History
Date User Action Args
2008-06-03 18:54:30leosotosetspambayes_score: 0.0173271 -> 0.017327104
recipients: + leosoto
2008-06-03 18:54:29leosotosetspambayes_score: 0.0173271 -> 0.0173271
messageid: <1212519269.86.0.414207843378.issue1044@psf.upfronthosting.co.za>
2008-06-03 18:54:29leosotolinkissue1044 messages
2008-06-03 18:54:29leosotocreate