Results 3 comments of Andrii

Great idea! I will try to find time to investigate it!

Hi @luizcarlospedrosogomes ! You can try the example from here: https://github.com/andryuha49/odata-v4-typeorm/blob/master/examples/server/src/server.ts or more complicated example: ```js function getEntityMetadata(connection: Connection, target: Function) { const metedata = connection.getMetadata(target); const properties = metedata.ownColumns...

As I see all those changes included in #31. Can we close that MR (#28) and test all changes together in #31?