-
Submitted by: Alfonso Presa (foncci)
Previosly when updating a table with a script Firebird admitted a to add a not NULL field without a Default value\. I understand the reasons why it changed but wh…
-
Submitted by: @hvlad
SQL\> set autoddl off;
SQL\> create table test\_cs\_\_master
CON\> \(
CON\> str\_pk varchar\(32\) character set UNICODE\_FSS not null,
CON\>
CON\> primary key \(str\_pk\)
CON\>…
-
Submitted by: Alexey Pavlov (alexx83)
Votes: 1
Using mingw\-w64 toolchains firebird cannot be builded\. There are a lot of issues:
1\. Mingw\-w64 has winpthreads library and Firebird can be builded…
-
Submitted by: @pavel-zotov
WI\-T3\.0\.0\.31844
C:\\MIX\\firebird\\QA\\fbt\-repo\\tmp\>isql \-q
SQL\> set sql dialect 1;
SQL\> create database 'c:\\temp\\c1712dia1\_emb\.fdb';
SQL\> select cast\…
-
Submitted by: Martin Schwedhelm (schwedhelm_m)
1\. Start fbServer with FIREBIRD\_LOCK="C:\\A"
2\. Start client application which uses fbembed\.dll with FIREBIRD\_LOCK="C:\\B"
3\. Try to open a data…
-
Submitted by: @pavel-zotov
Attachments:
[fb30-memory-usage-under-bfa.zip](https://github.com/FirebirdSQL/jira-attachments/raw/main/CORE/CORE-4643/12653_fb30-memory-usage-under-bfa.zip)
LI\-T6\.3\.0…
-
I think the destroy procedure should be
Pool.prototype.destroy = function() {
var self = this;
this.internaldb.forEach(function(db) {
if (db.connection._pooled == false)
…
-
As a start I am aware FB2.5 is no longer supported (we are still blocked with the migration
because of the cursor stability change). I am filing this issue in case somebody knows a solution
and as a…
-
Submitted by: @pavel-zotov
Test \(file name = \`idx\_gstat\.sql\`\):
====
shell del C:\\MIX\\firebird\\QA\\fbt\-repo\\tmp\\gstat\_idx\_test\.fdb 2\>nul;
create database 'localhost/3333:C:\\MIX…
-
Submitted by: František Jahoda (frantisek.jahoda)
Regular backups with "gbak \-b" failed at these error
gbak: ERROR:BLOB not found
gbak: ERROR:gds\_$receive failed
gbak:Exiting before completion…