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

Ability to use "no garbage collect" connection parameter [DNET563] #535

Closed
firebird-automations opened this issue Aug 7, 2014 · 5 comments

Comments

@firebird-automations
Copy link

Submitted by: Lukáš Vykydal (cafee)

Hi,

we d'like to add support for no garbage collect option to .net provider.

Parameter in connection string will be called "No Garbage Collect".

Can we implement it and send patch ?

Bye

Lukáš Vykydal

@firebird-automations
Copy link
Author

Commented by: @cincuranet

You mean for backup/restore? There's already flag for that: NoGarbageCollect = 0x08.

@firebird-automations
Copy link
Author

Commented by: Lukáš Vykydal (cafee)

No, i mean for normal database connection.

I mean abbility to specify isc_dpb_no_garbage_collect in Database Parameter Block for normal connection to database.

We don't want to perform Garbage collect during normal operation of database ( querying database). We want to collect garbage only on request ( like every night backup of database).

@firebird-automations
Copy link
Author

Commented by: @cincuranet

Sure. Feel free to discuss the implementation first in mailing list and then knock yourself out and issue PR.

@firebird-automations
Copy link
Author

Modified by: @cincuranet

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

Fix Version: vNext [ 10630 ]

@firebird-automations
Copy link
Author

Modified by: @cincuranet

summary: Abbility to use "no garbage collect" connection parameter => Ability to use "no garbage collect" connection parameter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants