Closed vicary closed 3 years ago
Closing this because the authors don't seem to care, and I can't bother to figure out the relation between this package and the embedded version inside typeorm.
The source code inside typeorm/typeorm does seems to include the "set"
keyword, but I just ended up not using it for the moment. I may update this issue when I have to use it in the future.
Package versions and database engine type (please complete the following information):
Describe the bug MySQL supports SET data type, which I also confirmed with raw DDL in AWS console that it works in Aurora Serverless.
But when I synchronize with a SET column, it throws the following error:
To Reproduce Synchronize with the following entity,