i'm unclear on the semantics of `setMaxRows()` vs ...
# dev
j
i'm unclear on the semantics of
setMaxRows()
vs the sql connector's `limitClause()`; seems both will do the same thing as long as streaming mode is used so, is there a preference for each?
setMaxRows()
seems more natural and relies on driver implementation, but, limit clause was added too