Database.each() documented return value doesn't match code
Nadie ha tomado este issue todavía.
- Lenguaje dominante
- JavaScript
- Estrellas
- 13.7k
- Forks
- 1.1k
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Database.each() is documented as returning the Database instance:
Returns:
( Database ) — The database object. Usefull for method chaining
The source code, however, shows that it returns either the result of the done callback or undefined. Either the documentation or the code appears wrong.
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Línea de trabajo
Read src/api.js at the linked lines and compare its behavior with the Database.each documentation. Determine whether the implementation or the documented return value is authoritative, then align the affected source or documentation and verify that the API reference matches the resulting behavior.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- javascript, sqlite
- Área
- database
- Tipo de issue
- Error
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 42/100