fukamachi / cl-dbi

Database independent interface for Common Lisp
202 stars 28 forks source link

typo in Usage: Connecting and executing a query #51

Closed absrnd closed 4 years ago

absrnd commented 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)

fukamachi commented 4 years ago

Fixed the example. Thanks!