-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Nested table "Phone" doesn't work #23
Comments
How can I reproduce the problem? |
Once I mentioned there was a strange behaviour in TableBase.getSubTable() - it returns different instance for each method call, and there are not mutually synchronized, so putting date into one instance won't get it shown in the other subtable instance. I guess this is the cause of the this issue... |
The unit test SubtableTest demonstrates that when data is inserted into a subtable, it is not stored. The JNI API should be checked. |
Nested table "Phone" doesn't work
The text was updated successfully, but these errors were encountered: