RoyChase
Results
3
comments of
RoyChase
I'd be happy to contribute if there was a set of tasks that were agreed. .Net core support would be #1 for me but I'm not sure where to start
Do you have an example for the MappingSchema that might work on a CreateTable?
Ok I was being dumb. I've added the following and it seems to be ok as a workaround ```c# var ms = new MappingSchema(); ms.AddScalarType(typeof(long), DataType.Int32); connection.AddMappingSchema(ms); ``` If a...