itsnuba

Results 3 comments of itsnuba

i have similar issue when validating data with gqlgen the model im using ``` type ReminderForm struct { Reminder time.Time `bson:"reminder" validate:"required,datetime"` Note *string `bson:"note"` } ``` the error im...

im also experiencing the same error for validating migration file using `aqueduct db validate` Anybody have a workaround? i cannot reset the migration because its used on production db

i believe this one is fixed on postgres version 2.1.1 https://github.com/stablekernel/postgresql-dart/issues/119 but im not sure how or is it posible to change aqueduct postgres depedencies