-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] - Generador para tipo de dato Byte no suministrado #48
Labels
bug
Something isn't working
Comments
jselvamadrigal
changed the title
[BUG] - Generador para tipo de dato Byte no suministrado.
[BUG] - Generador para tipo de dato Byte no suministrado
Jun 20, 2020
Para reproducir el error presentado:
|
Se puede corregir el bug, cambiando el tipo de datos de Byte a Short en las tablas que almacenaran pocos registros y así nos ahorramos espacio en memoria.
` |
me parece que esto ya está corregido, |
berroteran
changed the title
[BUG] - Generador para tipo de dato Byte no suministrado
48 [BUG] - Generador para tipo de dato Byte no suministrado
Jun 30, 2020
@berroteran si ya se encuentra solucionado |
luchonetvv
changed the title
48 [BUG] - Generador para tipo de dato Byte no suministrado
[BUG] - Generador para tipo de dato Byte no suministrado
Jun 30, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Se produce un error durante las pruebas unitarias creadas para el task/47, el error es el siguiente
El error indica que se esta un GeneratedValue pero no se esta proporcionando una estrategia para generar un tipo de dato Byte.
The text was updated successfully, but these errors were encountered: