tarantool / tarantool/tarantool-python

DB-API: Provide type objects and constructors

Abierto
#175 0 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Database API feature
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

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. 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

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.