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
The Inf value for double columns is unspecified by SQL, but roundtrip_numeric_special checks for it. Suggest a tweak that defaults to false to disable the inf part of the check.
The text was updated successfully, but these errors were encountered:
- Added test for `dbIsValid()` on stale connections.
- `test_all()` and `test_some()` return `NULL` invisibly.
- Convert factor to character for iris data (#141).
- Don't specify `Inf` and `NaN` for lack of consistent support (#142).
- Clear result in `spec_meta_get_info_result` (#143).
- Use named argument for `n` in `dbGetQuery()` call.
- Minor fixes.
The Inf value for double columns is unspecified by SQL, but roundtrip_numeric_special checks for it. Suggest a tweak that defaults to false to disable the inf part of the check.
The text was updated successfully, but these errors were encountered: