jbubriski / ST4bby

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

did some refactoring. #1

Closed codeimpossible closed 12 years ago

codeimpossible commented 12 years ago

Made a sql to c# type mappings dictionary. Added mappings for short/int/long. Changed nullable story to user Nullable<> instead of the ? notation, I thought this was clearer. also, removed a lot of the straight up T4 generation in favor of string formats with generation at the end.

codeimpossible commented 12 years ago

ugh the diff for this is terrible. Shoot me an email when you take a look at this... the diff probably won't help you any.

jbubriski commented 12 years ago

Some major issues with the code, going to close it for now. Resubmit when it works :)