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
Fix Copilot review round 3: reject bare str for select param, update docstrings
- Add TypeError guard rejecting bare str passed to select parameter
(prevents character-joined $select like "L,o,g,i,c,a,l,N,a,m,e")
- Update docstrings in _odata.py and tables.py to document that select=[]
is equivalent to None (all properties returned)
- Add test_select_bare_string_raises_type_error unit test
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments