cloudwan / gohan

Gohan is an API Gateway Server written by Go that makes it easy for developers to create and maintain REST-style API
http://www.slideshare.net/natiueno/gohan-61170476
Other
109 stars 44 forks source link

[CW-1625] Added DeleteFilter to Tx interfaces #760

Closed zimnx closed 4 years ago

zimnx commented 4 years ago
zimnx commented 4 years ago

Tests locally passed. There might be issue with MariaDB which is returning float64 for int64 types. I'm still investigating it, but please don't hesitate to review this change ;)

zimnx commented 4 years ago

Tests locally passed. There might be issue with MariaDB which is returning float64 for int64 types. I'm still investigating it, but please don't hesitate to review this change ;)

Already fixed. DB driver was returning []uint8 instead int64. For fix see newest commit.