Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow a client to close a prepared handle #2720

Closed
monetdb-team opened this issue Nov 30, 2020 · 0 comments
Closed

Allow a client to close a prepared handle #2720

monetdb-team opened this issue Nov 30, 2020 · 0 comments
Labels
enhancement New feature or request SQL

Comments

@monetdb-team
Copy link

Date: 2010-11-12 19:59:47 +0100
From: @grobian
To: SQL devs <>
Version: 2.40.1 (Oct2010) [obsolete]

Last updated: 2011-03-28 17:31:35 +0200

Comment 15193

Date: 2010-11-12 19:59:47 +0100
From: @grobian

An Xclose equivalent for prepared handles should be made available, so we can close the prepared structure on the server, as soon as the client detects it is no longer necessary (e.g. Java garbage collector initiates a call to finalize()).

Perhaps we can reuse Xclose if we would guarantee resultsets and prepared handles never to have the same ID. Would allow for easy closing of a prepared handle from the client's perspective though, since resultsets and prepared handles are effectively the same in the protocol.

Comment 15346

Date: 2010-12-15 11:50:06 +0100
From: @grobian

Changeset 4a5fded5bea7 made by Fabian Groffen fabian@cwi.nl in the MonetDB repo, refers to this bug.

For complete details, see http//devmonetdborg/hg/MonetDB?cmd=changeset;node=4a5fded5bea7

Changeset description:

Send Xclose command for prepared handles, bug #2720

Comment 15364

Date: 2010-12-17 14:23:26 +0100
From: @grobian

Xrelease for prepared statements is implemented in the development sources

Comment 15365

Date: 2010-12-17 14:29:12 +0100
From: @grobian

Changeset e1d213ea606c made by Fabian Groffen fabian@cwi.nl in the MonetDB repo, refers to this bug.

For complete details, see http//devmonetdborg/hg/MonetDB?cmd=changeset;node=e1d213ea606c

Changeset description:

Add ChangeLog entry for bug #2720

Comment 15637

Date: 2011-03-28 17:31:35 +0200
From: @sjoerdmullender

The Mar2011 version has been released.

@monetdb-team monetdb-team added enhancement New feature or request SQL labels Nov 30, 2020
@sjoerdmullender sjoerdmullender added this to the Ancient Release milestone Feb 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request SQL
Projects
None yet
Development

No branches or pull requests

2 participants