Skip to content

v9.10.0

Compare
Choose a tag to compare
@doug-martin doug-martin released this 17 Sep 20:33
· 81 commits to master since this release
  • [FIXED] SELECT inherits dialect from INSERT in INSERT FROM SELECT. #229, #223 - @vlanse
  • [FIXED] SQLServer dialect: support prepared statements with TOP. #230, #225 - @vlanse
  • [ADDED] IsPrepared to SQLExpression interface. #231 - @vlanse