hamidhtc / h2database

Automatically exported from code.google.com/p/h2database
0 stars 0 forks source link

Bugfix post issue #475, #477 #480

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I've found a couple of post-merge problems with my recent submission around 
issues #475 and #477. I have attached a patch which addresses the following 
problems:

1. The merge on the TestPgServer unit test wasn't clean and some of the new 
tests aren't being called.
2. When I re-merged on #477 I wasn't passing in the new column index on null 
types post Noel's commit.
3. According to 
http://www.postgresql.org/docs/9.1/static/protocol-flow.html#AEN91739, when 
canceling a request, if an invalid secret is provided then no exception should 
be sent back to the client.

Original issue reported on code.google.com by arbfrank...@gmail.com on 24 Jun 2013 at 5:00

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks, patch applied.

Original comment by noelgrandin on 25 Jun 2013 at 9:33