-
```
Modulo: Freedom
Versão atual:1.2.2
Sistema operacional:Windows 7
Opção do menu:
Ação em que o erro ocorre: Programa não abre.
Descrição detalhada do problema:
Não consigo executar o programa, qu…
-
Can you also complete the HVNC plugin??
-
Request on TABLE_A whith a join on VIEW_B.
I don't understand why Firebird builds VIEW_B because the join is lapsed since TABLE_A is empty
`SELECT
TABLE_A.ID
FROM
TABLE_A
JOIN VIEW_…
-
Submitted by: Fidel Viegas (araujofh)
Votes: 1
I was playing around with the employee\.fdb database and I noticed that jaybird does not yet support Types\.ARRAY type\. Since I did not find anything …
-
Submitted by: Maxim Kuzmin (cybermax)
When in EXECUTE BLOCK happens exception, Firebird says the following information, for example:
"The insert failed because a column definition includes validatio…
-
```
select * from RDB$SQL.EXPLAIN(q'{
select
cast('' as char(32000))
from rdb$database
}');
Statement failed, SQLSTATE = HY004
Dynamic SQL Error
-SQL error code = -204
-Data type unknown…
-
Submitted by: @pavel-zotov
create database 'tb\.fdb'; commit;
create sequence g;
commit;
create table c\(id int, f char\(31\)\); commit;
\-\- fill table \`c\` with IDs and character strings:
…
-
we need it
-
- [ ] Сделать приложение-пустышку на gh-pages, чтобы понять, как работают push-уведомления
- [ ] Интегрировать уведомления в наше приложение (согласовать с #7 , там тоже используется сервис-воркер)
…
-
Hello!
I tried to compile lucene_udr and lucene++ on Windows. After quite some time and updating paths in LuceneUdr.sln I succeeded but Firebird could not load my compiled UDR. There was no warnin…