Re: [Firebird-devel] Unique constraint not working on first command after encryption

2017-11-28 Thread Jiří Činčura
OK, the Firebird-4.0.0.816-0_Win32 behaves correctly. Will this go into 3.0.3 as well? -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the vibrant tech community on one of the world's most engaging tec

[Firebird-devel] Code Quality Comparison of Firebird, MySQL, and PostgreSQL

2017-11-28 Thread marius adrian popa
Code Quality Comparison of Firebird, MySQL, and PostgreSQL https://www.viva64.com/en/b/0542/ -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdotFir

Re: [Firebird-devel] Making Firebird "leak" resources

2017-11-28 Thread Jiří Činčura
OK, I found ticket in tracker - CORE-5416 - about exactly the same behavior. Already fixed. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the vibrant tech community on one of the world's most engagin

Re: [Firebird-devel] Unique constraint not working on first command after encryption

2017-11-28 Thread Jiří Činčura
> Committed to master. Great. I'll check the snapshot build tomorrow and I'll let you know. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the vibrant tech community on one of the world's most engagin

Re: [Firebird-devel] Unique constraint not working on first command after encryption

2017-11-28 Thread Alex Peshkoff via Firebird-devel
On 11/28/17 17:03, Jiří Činčura wrote: Jiří, can you try with this patch? I'm 99% sure it will help you to but if you can check it will be great. Can you maybe commit it to some branch/master and I'll get the fresh build from CI/nightly when it's done? I'm currently not in front of a computer wi

[Firebird-devel] [FB-Tracker] Created: (CORE-5673) Unique constraint not working in encrypted database on first command

2017-11-28 Thread Alexander Peshkov (JIRA)
Unique constraint not working in encrypted database on first command Key: CORE-5673 URL: http://tracker.firebirdsql.org/browse/CORE-5673 Project: Firebird Core Issue Type:

Re: [Firebird-devel] Unique constraint not working on first command after encryption

2017-11-28 Thread Jiří Činčura
> Jiří, can you try with this patch? I'm 99% sure it will help you to but > if you can check it will be great. Can you maybe commit it to some branch/master and I'll get the fresh build from CI/nightly when it's done? I'm currently not in front of a computer with toolset to build Firebird myself.

Re: [Firebird-devel] Unique constraint not working on first command after encryption

2017-11-28 Thread Alex Peshkoff via Firebird-devel
On 11/27/17 20:39, Jiří Činčura wrote: I've reproduced an issue. Somewhere between catching error in looper and rethrowing it again when leaving looper tdbb_status_vector is cleaned Great to know, you found it. Jiří, can you try with this patch? I'm 99% sure it will help you to but if you ca

[Firebird-devel] Making Firebird "leak" resources

2017-11-28 Thread Jiří Činčura
Hello, I have an interesting behavior in provider. In a loop I'm starting a transaction and executing a statement. When I first free the statement and then commit, then the memory usage of Firebird stays flat. But when I do first commit and then free the memory keep climbing until I disconnect. C

[Firebird-devel] [FB-Tracker] Created: (CORE-5672) Incorrect result set (missing records) may be returned by the ORDER BY query navigating on an index

2017-11-28 Thread Marcel Portner (JIRA)
Incorrect result set (missing records) may be returned by the ORDER BY query navigating on an index --- Key: CORE-5672 URL: http://tracker.firebirdsql.org/browse/CORE-