Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sync2/sqlstore/syncedtable.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ func (st *SyncedTable) genRecentCount() expr.Statement {
Get()
}

// genRecentCount generates a SELECT statement that returns the rows in the table added
// genSelectRecent generates a SELECT statement that returns the rows in the table added
// starting with the specified timestamp, taking into account the filter expression and
// the rowid cutoff.
func (st *SyncedTable) genSelectRecent() expr.Statement {
Expand Down
Loading