Closed absrnd closed 4 years ago
In the first code snippet on the main README file, I think there is a typo:
(loop for row = (dbi:fetch result) while row ;; process "row". )
the row assignment should be (dbi:fetch query)
(dbi:fetch query)
Fixed the example. Thanks!
In the first code snippet on the main README file, I think there is a typo:
(loop for row = (dbi:fetch result) while row ;; process "row". )
the row assignment should be
(dbi:fetch query)