Added Ms Sql Server timestamp support.#45
Conversation
|
Thank you for your pull, One of my developers will review it this week. Best Regards, Jon Performance Libraries Runtime Evaluation |
| { | ||
| public static bool UseDefaultForNotNullable { get; set; } | ||
|
|
||
| public static bool UseSqlServerTimestamp { get; set; } |
There was a problem hiding this comment.
Do you think this should be done as a separate setting, or maybe just add a reverse? I don't know any databases other than SqlServer that use this format.
If there are no such databases, then the point of setting is only to support backward compatibility. But even in this case, there will be support for the wrong format.
|
Hello @AntonD-W , The method However, indeed, as you commented, I believe added a static bool such as I will merge your pull and make the change. It should be released later tonight or tomorrow. Best Regards, Jon |
|
Thank you @JonathanMagnan |
|
Hello @AntonD-W , The v3.1.2 has been released. Honestly, I didn't know how to name this options so well, don't judge the name: Let me know if everything works as you wish. Best Regards, Jon |
|
Hello @JonathanMagnan Normal name |
No description provided.