-
Submitted by: @jasonwharton
When I connect via UTF8 Charset and open a query and fetch a record and get the array data I get an error:
\(From the IBO SQL trace monitor\)
/\*\-\-\-
GET SLICE
A…
-
Submitted by: @dmitry-starodubov
Votes: 2
create table test\(
id numeric\(15\),
state smallint,
priority smallint\);
create descending index idx\_desc on test\(priority, state\);
set …
-
### What happened?
We are building an open-source Laravel application ([solidtime](https://github.com/solidtime-io/solidtime)) and [our production Docker image](https://github.com/solidtime-io/soli…
-
Dear maintainers,
We are looking to use SqlKata in one of our products. Our use case is that we want to be able to write queries that we can run against both our production database (Snowflake) and…
-
Hi *!
https://www.firebirdsql.org/en/community-news/firebird-5-0-1-improvements-in-optimizer
This SQL works with SubQueryConversion = false, but fails with SubQueryConversion = true.
The curs…
-
Submitted by: @sim1984
Is related to [QA584](https://github.com/FirebirdSQL/fbt-repository/issues?q=QA584+in%3Atitle)
User comment distorts non\-ASCII characters
c:\\Program Files\\Firebird\\Fire…
-
### Provide steps to reproduce a bug
As example we have a table called "ExtraData" what holds some additional information about anything. So the cli gives me on the end a "ExtraDatum" entity. So a …
-
Hello.
**Problem in backup**
put_array function (backup.epp)
https://github.com/FirebirdSQL/firebird/blob/d1e6921c0c6a0eba82623a450b3cb38d5092a358/src/burp/backup.epp#L962-L969
This switch…
-
### What happened?
Quick context:
Application on Symfony 6.4, Api Platform, Lexik JWT Bundle, very basic (CRUD-type) - almost default configuration.
Once deployed in production mode, my app start…
-
Submitted by: Helmut Steinberger (helste)
I have a stored procedure that has to return a result depending on paramaters passed to the SP\. It allways returns 0\. When I recompile the SP it returns a …