mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
FIX: tableName detection for native statements on SQLServer (#1494)
This commit is contained in:
committed by
Rob Bygrave
parent
5522d56e8d
commit
fe71c7cc4e
@@ -139,7 +139,7 @@ public class TestNativeSqlBasic extends BaseTestCase {
|
||||
* Oracle does not support getTableName() via JDBC resultSet meta data
|
||||
*/
|
||||
@Test
|
||||
@IgnorePlatform({Platform.SQLSERVER, Platform.ORACLE}) // does only work in 'cursor' mode!
|
||||
@IgnorePlatform({Platform.ORACLE})
|
||||
public void partialAssoc() {
|
||||
|
||||
ResetBasicData.reset();
|
||||
|
||||
Reference in New Issue
Block a user