[Firebird-devel] [FB-Tracker] Created: (CORE-6202) External table file names not transliterated to OS character set

2019-12-04 Thread Kjell Rilbe (JIRA)
External table file names not transliterated to OS character set Key: CORE-6202 URL: http://tracker.firebirdsql.org/browse/CORE-6202 Project: Firebird Core Issue Type: Bug

Re: [Firebird-devel] IResultSet and IStatement releasing

2019-12-04 Thread Adriano dos Santos Fernandes
On 04/12/2019 17:59, Jiří Činčura wrote: > Hi, > > do I have to call IResultSet::close and IStatement::free if it's immediatelly > followed by calling release method? > close/free already calls release, so no, unless you had called addRef, you should not call both. But I have a preference to

[Firebird-devel] IResultSet and IStatement releasing

2019-12-04 Thread Jiří Činčura
Hi, do I have to call IResultSet::close and IStatement::free if it's immediatelly followed by calling release method? -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel

[Firebird-devel] ODP: CORE-6199 - few question about Firebird 4

2019-12-04 Thread Karol Bieniaszewski
>> IMO, it will be much better if you describe the task you need to solve Task is in CORE-6199 but i need only part of it. My current solution is with OAT + RDB$RECORD_VERSION and now i am looking into FB4 changes if it can help more. It is better now because of existence of

Re: [Firebird-devel] CORE-6199 - few question about Firebird 4

2019-12-04 Thread Vlad Khorsun
03.12.2019 10:04, liviuslivius wrote: Vlad, currently this query cannot use and index     SELECT o.* FROM orders o WHERE RDB$GET_TRANSACTION_CN(o.RDB$RECORD_VERSION) > your_last_queried_CN; also creating expression index is not good here as CN is not stable. What if CN will be written into

[Firebird-devel] [FB-Tracker] Created: (CORE-6201) Trailing spaces in varchar in where

2019-12-04 Thread Alexander Muylaert (JIRA)
Trailing spaces in varchar in where --- Key: CORE-6201 URL: http://tracker.firebirdsql.org/browse/CORE-6201 Project: Firebird Core Issue Type: Bug Components: Charsets/Collation Affects