eelke
|
7734661d26
|
missing includes
technically it was wrong all the time but it only showed up with newer visual c++ compiler.
|
2020-10-15 19:12:11 +02:00 |
|
eelke
|
104ab5de1e
|
Codegen now supports the database column type in the field template.
This allows for inserting it as a comment which is very useful while
tweaking your typemappings as you can see what the input was.
|
2018-11-17 10:14:31 +01:00 |
|
eelke
|
be0064f730
|
The codegen now can properly lookup array types.
Array type lookup failed previously because the typemapping class was
not yet receiving the list of types from the database. Fix was to pass
this data
|
2018-11-17 09:47:50 +01:00 |
|
eelke
|
8f4845d4d2
|
Lot of code for generating code. Working on unit tests.
|
2018-09-09 21:04:23 +02:00 |
|