Vanmanh Dao
Results
6
issues of
Vanmanh Dao
#5 #6 #7
To hook to generate custom tags in protobuf
If I have 2 tables with similar names, eg: `some_type` and `some_types`, then I get only one message named `SomeType`, with all fields are merged from 2 tables above. Obviously,...
Currently, I got the error: ``` no compatible protobuf type found for `json`. column: `table_name`.`col_name` ```