ormpp icon indicating copy to clipboard operation
ormpp copied to clipboard

Fixing error when the user try to delete all results of a table

Open daniellima32 opened this issue 5 years ago • 1 comments

There is an error when the user try to delete all values of an table. This correction fix this error.

daniellima32 avatar May 07 '19 13:05 daniellima32

Good, thank you.

Please use constexpr, constexpr auto count_of_conditions = sizeof...(Args); further more, you'd better test the code with vs2017, i'm not sure if it's still have problems.

qicosmos avatar May 08 '19 01:05 qicosmos