canonical / sqlair

Friendly type mapping for SQL databases
Apache License 2.0
17 stars 8 forks source link

Change mapKey and structField to be passed by reference #75

Closed Aflynn50 closed 1 year ago

Aflynn50 commented 1 year ago

This PR changes the implementation of typeMember for mapKey and structField. It is now the pointer that implements the type rather than the struct itself. The structs are also passed by reference around the code rather than being copied.