mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#910 - SQL Server update
This commit is contained in:
@@ -52,7 +52,7 @@ public class BaseTestCase {
|
||||
* so tests that do this need to be skipped for SQL Server.
|
||||
*/
|
||||
public boolean isMsSqlServer() {
|
||||
return platformName().startsWith("mssqlserver");
|
||||
return platformName().startsWith("sqlserver");
|
||||
}
|
||||
|
||||
public boolean isH2() {
|
||||
|
||||
Reference in New Issue
Block a user