agiletiger / agiletiger/ojotas
creating insert statement with ? placeholders breaks
Abierto
bug
- Lenguaje dominante
- TypeScript
- Estrellas
- 9
- Forks
- 4
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
the following script breaks, I thing in the toUnnamed function
INSERT INTO users (name, email, age) VALUES (?, ?, ?)
this works
INSERT INTO users (name, email, age) VALUES (:name, :email, :age)
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.