You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add C#-friendly names to enums.
* Obsolete the old `TILEDB_` enum values.
* Use the new enum values throughout the codebase.
* Make `Status` internal.
No public API accepts or returns it, there is no reason for it to be public.
* Document the enums and their values.
* Remove a blank line.
* Fix typo.
* Deprecate the EnumUtil methods that accept the low-level enum types.
* Suppress obsolete warnings.
* Move away from the old EnumUtil methods.
* Hide the EnumUtil methods that convert between strings and enums.
* Document EnumUtil and make Constants static.
* Deprecate `Constants.TILEDB_VAR_NUM` and replace it with `VariableSized` in `Attribute` and `Dimension`.
0 commit comments