Team-uMigrate / umigrate

Source code for the uMigrate project
13 stars 2 forks source link

API: Fix most liked comment in serializer #282

Closed deandrebaker closed 3 years ago

deandrebaker commented 3 years ago

Postgresql seems to not like the use of the Length function and keeps breaking. This is probably because the server uses postgresql. We need to find another way to achieve the same functionality.

Maybe try convert the result of Length() to a string