jbubriski / ST4bby

A POCO generator that doesn't rely on the Entity Framework.
MIT License
18 stars 8 forks source link

Investigate how to **correctly** support decimals #20

Open jbubriski opened 12 years ago

jbubriski commented 12 years ago

We now have support for decimals, but as codeimpossible pointed out, we're not sure how this behaves with the various decimal SQL types.

codeimpossible commented 12 years ago

Never had support for decimal types. Not sure if we should handle different values (money, decimal, float) also, how would we handle the length?