MicroLite-ORM / MicroLite

MicroLite ORM framework
microliteorm.wordpress.com
Apache License 2.0
85 stars 24 forks source link

Tests and fix for error with SqlUtility.RenumberParameters method #441

Closed jezza323 closed 8 years ago

jezza323 commented 8 years ago

Came across this error with a query similar to the one shown in the tests. I tracked it down to the RenumberParameters method and have applied a suitable fix.

TrevorPilley commented 8 years ago

Can you add an issue to explain what problem this is to fix?

jezza323 commented 8 years ago

See issue #442

TrevorPilley commented 8 years ago

Check out 1bbfb2f and see if that works for you - it passes your tests..

TrevorPilley commented 8 years ago

pushed to nuget as 6.2.9-beta, let me know if it solves your problem and i'll re-push it as 6.2.9

TrevorPilley commented 8 years ago

Following the conversations around this and #443, I've pushed 6.2.9-beta2 to nuget. Can you let me know if there are any further issues relating to re-numbering?