Closed jimlambrt closed 2 years ago
Describe the bug
WithWhere(...) causes an error when used WithVersion(...) since the sql generated for the version clause doesn't honor the WithTable(...) table name.
To Reproduce
Use both options together when updating a resource.
Expected behavior
sql generated by WithVersion(...) option should use the WithTable(...) option when used together.
fixed by PR #10
Describe the bug
WithWhere(...) causes an error when used WithVersion(...) since the sql generated for the version clause doesn't honor the WithTable(...) table name.
To Reproduce
Use both options together when updating a resource.
Expected behavior
sql generated by WithVersion(...) option should use the WithTable(...) option when used together.