Uwe (ObjectBox)
Uwe (ObjectBox)
Thanks! Did you by chance debug this and verified that the converter actually restores as `Long`? E.g. it hits this line: https://github.com/objectbox/objectbox-java/blob/289cc2c29b6c049471a601366615f1bf2ac035eb/objectbox-java/src/main/java/io/objectbox/converter/FlexObjectConverter.java#L290 I'll try to reproduce this once I have...
We tried to reproduce this and using the [converter I suggested works](https://github.com/objectbox/objectbox-java/issues/1181#issuecomment-2205105018). Edit: I also added flex properties to the [supported types list](https://docs.objectbox.io/advanced/custom-types) with a strong hint to read the...
Thanks for reporting! We'll try to verify this once there is time.
@gigabaitkajiutec74 Please avoid asking for updates, we will provide them when we have them. Reading and answering comments like this take time away from actually working on tasks.
Thanks for reporting! The generator package is open source, so you can [inspect its build.yaml](https://github.com/objectbox/objectbox-dart/blob/main/generator/build.yaml) to find out the names. But I guess it would not hurt to add the...
Thanks for reporting. But please clarify: do you want to delete all of them one by one using the query you have given? Or really just one? If you need...
@poldz123 Thanks for clarifying. I got confused because you wrote "delete all of them" multiple times. As I said, this is not expected and we need to investigate this.
Thanks for reporting. The [current publisher implementation](https://github.com/objectbox/objectbox-swift/blob/a1db7f7b00f5118028060af0cb28c8fc57c04e95/Source/ios-framework/CommonSource/Combine.swift#L218-L221) indeed does send the `finished` event once it receives a `none` demand (so demand for 0) from the subscriber. I guess the underlying...
> Is automatic inclusion of this generated file planned for the SPM plugin in the future? If we find a way to do this, then likely yes. Out of curiosity,...