From: Lukáš V. <l.v...@gm...> - 2014-08-08 10:05:54
|
Hi i d'like to add support for option NoGarbageCollect to connection parameters. I purpouse this implementation: - Connection String will be extended with parameter "no garbage collect" (synonym: "nogarbagecollect") - Connection String Builder will be extended eigher (.NET property - bool name NoGarbageCollect) - FbConnectionInternal will add isc_dpb_no_garbace_collect into Database Parameter Buffer during BuildDpb method We use Firebird database for web application, and we run backups every night. So we d'like to keep garbage collect for backup and speed-up normal operation of web. Please let me know what you think about it. Lukáš Vykydal |
From: Jiří Č. <di...@ci...> - 2014-08-08 10:37:29
|
Looks fine to me. -- Mgr. Jiří Činčura Independent IT Specialist |
From: Jiří Č. <di...@ci...> - 2014-09-10 08:08:49
|
Hi, Is that your PR: https://sourceforge.net/p/firebird/NETProvider/merge-requests/1/ ? Because SF tells there's 0 commits. Maybe it's just broken (as usual) SF. Although looks like there's no branch for that. Anyhow. Feel free to send patch via email, it's not big. Or do it on GitHub, that one works fine. -- Mgr. Jiří Činčura Independent IT Specialist |
From: Lukáš V. <l.v...@gm...> - 2014-09-13 15:09:26
|
Hi, sorry for late answer, i wasn't on internet for last 5 days. Yes it sholud be. Tomorrow i'll try to do it on Github. 2014-09-10 10:08 GMT+02:00 Jiří Činčura <di...@ci...>: > Hi, > > Is that your PR: > https://sourceforge.net/p/firebird/NETProvider/merge-requests/1/ ? > Because SF tells there's 0 commits. Maybe it's just broken (as usual) SF. > Although looks like there's no branch for that. > > Anyhow. Feel free to send patch via email, it's not big. Or do it on > GitHub, that one works fine. > > -- > Mgr. Jiří Činčura > Independent IT Specialist > > ------------------------------------------------------------------------------ > Want excitement? > Manually upgrade your production database. > When you want reliability, choose Perforce > Perforce version control. Predictably reliable. > > http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > |
From: Lukáš V. <l.v...@gm...> - 2014-09-14 18:24:47
|
Hi, i just issued PR on GitHub. The PR is: https://github.com/cincuranet/NETProvider/pull/17 I hope it'll be ok this time. Lukáš Vykydal Od: Lukáš Vykydal [mailto:l.v...@gm...] Odesláno: Saturday, September 13, 2014 5:09 PM Komu: For users and developers of the Firebird .NET providers Předmět: Re: [Firebird-net-provider] Abbility to use "no garbage collect" connection parameter Hi, sorry for late answer, i wasn't on internet for last 5 days. Yes it sholud be. Tomorrow i'll try to do it on Github. 2014-09-10 10:08 GMT+02:00 Jiří Činčura <di...@ci...>: Hi, Is that your PR: https://sourceforge.net/p/firebird/NETProvider/merge-requests/1/ ? Because SF tells there's 0 commits. Maybe it's just broken (as usual) SF. Although looks like there's no branch for that. Anyhow. Feel free to send patch via email, it's not big. Or do it on GitHub, that one works fine. -- Mgr. Jiří Činčura Independent IT Specialist ------------------------------------------------------------------------------ Want excitement? Manually upgrade your production database. When you want reliability, choose Perforce Perforce version control. Predictably reliable. http://pubads.g.doubleclick.net/gampad/clk?id=157508191 <http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk> &iu=/4140/ostg.clktrk _______________________________________________ Firebird-net-provider mailing list Fir...@li... https://lists.sourceforge.net/lists/listinfo/firebird-net-provider |
From: Jiří Č. <di...@ci...> - 2014-09-14 18:26:34
|
Looks fine. Merged. Thanks. -- Mgr. Jiří Činčura Independent IT Specialist |