Mark Rotteveel

Results 341 comments of Mark Rotteveel

Are there any databases that already support this? What syntax do they use?

I think absence of such features in other DBMS is a good indication that we shouldn't implement it either, and presence of such feature could help us in determining syntax...

In my opinion, this should not be off by default, new features or improvements that are off by default don't get used.

What is taking much CPU, your application or Firebird server? If Firebird is taking a lot of CPU, then you have dumped the stack of the wrong process (i.e. your...

On 2021-10-15 12:13, PavelEmelyanov wrote: > Thanks for the answer. > > I'm not a firebird guru, so could you provide more details? > > As for transaction management, all...

Based on the discussion on firebird-devel, it seems the first BLOB argument should have determined the type of the result of `BLOB_APPEND`, instead of using `BLOB SUB_TYPE TEXT CHARACTER SET...

> PS it not uses CHARACTER SET OCTETS before, it was charset of connection. I looked at it with connection character set `NONE` and `UTF8`, and in both cases for...

BTW: The current commit is on master, shouldn't it also go into v4.0-release?

Using the connection character set for the `NULL` case sounds fine.

@aafemt The appropriate way would be to use `BLOB_APPEND(bin_blob, NULL)` instead of `BLOB_APPEND(NULL, bin_blob)`.