Lars Weber

Results 5 issues of Lars Weber

A "declare external function" command is not correctly generated when the input and output parameter are of BLOB type. This is being generated: ``` DECLARE EXTERNAL FUNCTION U_FOO BLOB SUB_TYPE...

I'd like to implement support for operation names as of [https://graphql.org/learn/queries/#operation-name](https://graphql.org/learn/queries/#operation-name) My idea would be to implement support for this as an additional attribute that can be attached to the...

Added FbBlobStream to be able to stream a blob from the database rather than having to fetch it completely. Especially useful when dealing with large BLOBs. This is a working...

With the newest version, the return type of `getData()` changed from `any` to `unknown`. This should be included in the list of breaking changes. Why was this change necessary in...

approved