tarantool / tarantool/tarantool-python
DB-API: Provide type objects and constructors
Nadie ha tomado este issue todavía.
- Lenguaje dominante
- Python
- Estrellas
- 108
- Forks
- 51
- Merge medio
- 1 d 8 h
- PR fusionados (30 d)
- 1
Descripción
https://www.python.org/dev/peps/pep-0249/#type-objects-and-constructors
The standard defines the following type objects:
- STRING type
- BINARY type (supported in tarantool since 2.2.0-645-gb4e61e1b6)
- NUMBER type
- DATETIME type (not supported in tarantool yet)
- ROWID type (not supported in tarantool)
The standard also defines a set of constructors for those types. All of them are relevant to DATETIME except the following:
- Binary(string)
Let's provide types, which is supported in tarantool. Let's decide how to better deal with types, which are not supported in tarantool and which are supported in some versions.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
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
Comienza con la sección «Type Objects and Constructors» de PEP 249 y revisa la superficie existente de DB-API en tarantool-python. Define los objetos o constructores STRING, BINARY y NUMBER compatibles, y establece cómo deben gestionarse los tipos DATETIME y ROWID no compatibles, así como la compatibilidad dependiente de la versión.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- python
- Área
- databases
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 35/100