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
Hi @Temikus,
Thank you for bringing this to our attention! It does seem like there might be an opportunity to have better validation on the service backend for empty input scenarios since client-side validations aren't our typical approach.
You'll have to raise a bug report directly with the SQLAdmin service team. They will be best positioned to investigate this issue and implement potential fixes.
Observe:
service
is client instance hereif instance exist:
if instance doesn't exist:
EXPECTED RESULT:
Passing in
nil
should return eithernil
or an error.ACTUAL RESULT:
Passing in
nil
returns an invalid empty object.Somewhat related to #698, however, the behaviour is slightly different and API is different so submitting this separately. Feel free to dedup.
The text was updated successfully, but these errors were encountered: