Re: [Firebird-devel] Lucene: The Good Parts via hackernews

2015-06-08 Thread Roman Simakov
Hi! 2015-06-08 12:00 GMT+03:00 marius adrian popa : > I saw at the firebird conference that Red Database has Lucene FTS > I wonder if it can be contributed back into firebird We are open for this work. For firebird trunk we will prepare a patch anyway to merge our codebase. It requires merging wo

[Firebird-devel] Problem with MERGE

2015-06-08 Thread Claudio Valderrama C.
Hello, I want to hear opinions on this: currently, MERGE is always reported as this value of statement type: #define isc_info_sql_stmt_insert 2 It seems to be always an insert statement for the engine. So far so good. Now, please look at isql's process_record_count(): because the input p

[Firebird-devel] [FB-Tracker] Created: (CORE-4833) Create view statement doesnt validate timestamp literal is quoted then fails at runtime

2015-06-08 Thread Adam Gardner (JIRA)
Create view statement doesnt validate timestamp literal is quoted then fails at runtime --- Key: CORE-4833 URL: http://tracker.firebirdsql.org/browse/CORE-4833 Projec

[Firebird-devel] [FB-Tracker] Created: (CORE-4832) grant create database to does not work: "SQLSTATE = 0A000 / feature is not supported / Only grants to USER or ROLE are supported for CREATE DA

2015-06-08 Thread Pavel Zotov (JIRA)
grant create database to does not work: "SQLSTATE = 0A000 / feature is not supported / Only grants to USER or ROLE are supported for CREATE DATABASE" ---

[Firebird-devel] [FB-Tracker] Created: (CORE-4831) Revoke all on all from role -- failed with "SQL role does not exist in security database"

2015-06-08 Thread Pavel Zotov (JIRA)
Revoke all on all from role -- failed with "SQL role does not exist in security database" - Key: CORE-4831 URL: http://tracker.firebirdsql.org/browse/CORE-4831

[Firebird-devel] Lucene: The Good Parts via hackernews

2015-06-08 Thread marius adrian popa
I saw at the firebird conference that Red Database has Lucene FTS I wonder if it can be contributed back into firebird https://news.ycombinator.com/item?id=9198092 I saw there is an C++ implementation if we want to skip the jvm integration issues https://github.com/luceneplusplus/LucenePlusPlus -