baomidou / dynamic-datasource

dynamic datasource for springboot 多数据源 动态数据源 主从分离 读写分离 分布式事务
https://www.kancloud.cn/tracy5546/dynamic-datasource/2264611
Apache License 2.0
4.74k stars 1.19k forks source link

sqlserver的with (nolock) 无法使用 #252

Closed kyan54 closed 4 years ago

kyan54 commented 4 years ago

Enviroment

JDK Version(required): 1.8

SpringBoot Version(required): 2.1

dynamic-datasource-spring-boot-starter Version(required):3.1.1

druid Version(optional):1.1.21

Describe

使用多数据源连接sqlserver的时候,如果查询语句里代用with (nolock)的话就会报错. 比如在xml里写sql:select * from user with (nolock) 这样就会报错,不支持语法,但是如果去掉多数据源的配置是可以执行的 这个bug希望解决一下。最近有大用。。 非常感谢。

Expected Result:

Actual Result:

Steps to reproduce

huayanYu commented 4 years ago

和本程序无关。