MicroLite-ORM / MicroLite

MicroLite ORM framework

Home Page:microliteorm.wordpress.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convention mapping when entity is generic type includes grave accent (backtick) character

pleb opened this issue · comments

Consider

public class Customer {}
public class Customer<int> {}

Either, in my opinion, should resolve to a table name of Customer. However, currently the generic type version resolves to Customer1`.