Simonov Denis
Simonov Denis
If I understand correctly, it can be disabled like this SET QUERY TRANSFORMATION OFF in the BEFORE CONNECT trigger or just before the query is executed
@aafemt I agree, but the globally disabling of some optimizer algorithms would also not hurt, since it is not always possible to rewrite the query in such a way as...
I vote for hints and for global switches. The PLAN clause is too limited, and in my opinion, even harmful.
Please specify the exact version of Firebird on which this is being reproduced.
UNC should never be used. It is not safe to share the database folder. If you meant WNET, then it's better not to use it either. It is considered obsolete...
I do not agree with these changes. Why try to cast the return result to the RDB$BLOB_APPEND variant? Let this package work with handles and in a different way than...
I don't mind deleting append, but in this case it would be necessary to provide the blob_write procedure for new blobs. Let this package be a kind of analogue of...
> XNET error: XNET server initialization failed. Probably, another instance of the server is already running. To simultaneously run several servers using XNET, you need to configure the IpcName (firebird.conf)...
> And regarding failed gfix. The firebird.log now contains thousands of records like: > > > XXXX Tue Jan 2 13:16:27 2024 > > Database: XXXX > > Error: Record...
Csv and other ideas other than unlist are not discussed in this ticket. If you want other opportunities to hover tricky blobs, create separate tickets.