mirror of
https://github.com/adamdruppe/arsd.git
synced 2025-04-26 21:30:12 +03:00
Range API needs size_t for .length.
This commit is contained in:
parent
61f0e5ed48
commit
47bacf0456
5 changed files with 6 additions and 6 deletions
|
@ -126,7 +126,7 @@ class PostgresResult : ResultSet {
|
|||
fetchNext();
|
||||
}
|
||||
|
||||
int length() {
|
||||
override size_t length() {
|
||||
return numRows;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue