• Joined on 2020-09-16
mymtw commented on pull request xorm/xorm#1795 2020-09-16 17:00:42 +00:00
Add pgx driver support

Hi, pgx docs says that it supports postgres uuid type, can you add tests or support of uuid here? It is very useful feature.

Would be cool to see these features:

1. Select and struct fill for uuid field as string.
2. After Insert() operation db returning uuid primary key field and fill struct field(currently it not works)