Swift-Kuery-ORM icon indicating copy to clipboard operation
Swift-Kuery-ORM copied to clipboard

Control over data types and sizes

Open EnriqueL8 opened this issue 6 years ago • 1 comments

A way of specifying the data types used in the database for the model.

EnriqueL8 avatar Mar 09 '18 15:03 EnriqueL8

I agree with this. I have an enum that subclasses string, but it should be a varchar or char, instead it creates text, but then has issues with the enum class when doing additional QueryParam filtering. As it doesn't see the Enum : String, but as an default and converting to String. Having more fine grain control over it would also assist with the MySQL bind issue I'm having locally trying to find a work-around on this in the meantime.

xeokeri avatar Dec 03 '18 00:12 xeokeri