-
Notifications
You must be signed in to change notification settings - Fork 408
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Questions about Type ID #525
Comments
Sorry for the late response.
Yes.
Yes.
The type id coult limitation was a design decision and can not be changed otherwise it will invalidate exists databases. But I think you can use same typeId for multiple models by writing custom adapters, a bit hacky but might work. |
Can you give us the example about this part?
|
Same problem here, we have pretty big app, and that limit is getting problematic. |
This comment has been minimized.
This comment has been minimized.
Isar is stable now: |
@mbaumgartenbr, I guess I will migrate to Isar; I wish I noticed this sooner :) Do you know if Isar has the number of types limit issue in this question? |
I haven't tried it out yet but I assume it doesn't because this was one of the many reasons the author started working on Isar in the first place. |
since I have implement different typeid's but same hiveobjects like in every model from 0 to 10 or required but sometimes it worked but sometimes data stuck and can not view it |
Link -> https://docs.hivedb.dev/#/custom-objects/type_adapters?id=register-adapter
"Every type has a unique typeId which is used to find the correct adapter when a value is brought back from disk. All typeIds between 0 and 223 are allowed."
Originally posted by @Minsamin in #518 (comment)
The text was updated successfully, but these errors were encountered: