plainblack / ving

An opinionated web services starter for Nuxt3 that provides REST and per-field privileges out of the box.
https://plainblack.github.io/ving/
58 stars 7 forks source link

rest.mjs fixColumnData line 24 uses a type of "number" but I think it should be "int" #157

Closed rizen closed 1 month ago

rizen commented 1 month ago

might also need to deal with other number types like float or tinyint or mediumint

rizen commented 1 month ago

fixed