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
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
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
grant create database to does not work: "SQLSTATE = 0A000 / feature is
not supported / Only grants to USER or ROLE are supported for CREATE DATABASE"
---
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
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
-