Skip to content

Commit 4326ce2

Browse files
committed
Clarified Query.onData to indicate it is only called for the first result set
1 parent 3867f59 commit 4326ce2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ Query.onSuccess( q, data )
252252

253253
Query.onData( q, data )
254254
-- Called when the query retrieves a row of data, [Table] data is the row.
255+
-- Note: If the query returns multiple results, this is only called for the first result set.
255256

256257

257258
-- PreparedQuery object

0 commit comments

Comments
 (0)