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
String sql = client.nsqlGenerateSql(newNsqlRequest("how many trips were over 10 miles?"));
36
36
```
37
37
38
-
## Testing
39
-
40
-
- New unit test suites (`SearchTest`, `NsqlTest`) covering request/response shape, validation, and error handling, all against local mock servers with no live runtime required.
41
-
42
38
## Compatibility
43
39
44
40
- Public API unchanged: both features are new methods; nothing existing was renamed, removed, or retyped.
0 commit comments