sid 40f11ebb77 Process keyword fields correctly in FromRow macro
This PR fixes the the incorrect handling of keywords fields of a struct in the FromRow macro.
Currently a struct with a field like 'r#type' will try to read values from a column with the exact same name with r# prefix. With this change this field will now map to a database column with the correct name 'type' without the r# prefix.
2020-03-30 19:30:50 +05:30
..
2020-03-28 17:50:27 -07:00
2020-03-20 11:26:13 +08:00
2020-03-17 19:35:01 -07:00
2020-03-28 17:50:27 -07:00
2020-03-14 17:43:44 -07:00
2020-03-20 10:21:15 +01:00