Hi Mathias,
Thanks for your kind words. and if you would like to donate, you can use this link.
In answer to your questions/features:
Thanks for your kind words. and if you would like to donate, you can use this link.
In answer to your questions/features:
- I'd love to add support for MySQL and PostgreSQL, and have them both installed. However, I am very time poor, and can really only hit the easy win requested features. There is a discussion here, and a case here. I remember seeing a discussion and ac_4 wanting to help too.
- Totally agree. There are two cases for this: 47 and 14.
- Detecting IsRowVersion is easy, however automatically IsConcurrencyToken is impossible. So the best I could do is to add a boolean flag to the Column class, and allow the developer to set the flag within the database.tt settings file within the UpdateColumn(). Alternatively, I could setup an array of schema, table, column names, so the user just lists an array of these to which IsConcurrencyToken is set.
- I could add a customAttribute property to the Column, which could be set within the database.tt settings file within the UpdateColumn().
- I'll see if I can get the time to do this.