Luccas
Explore posts from serversmysql InsertResult always empty
* Kysely version
- "kysely": "^0.23.5"
* Which dialect are you using
- i tried PlanetScaleDialect and MysqlDialect, same result in both
* The exact code you're trying to run
* How it fails
- the received return from console.log is
[ InsertResult {} ]
* What are you expecting to happen
- return id of insert
* Any errors you see
- no errors17 replies