You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Skipping this test when running on Managed Service due to the specifics of
27
+
// how AUTO_INCREMENT works (https://docs.singlestore.com/cloud/reference/sql-reference/data-definition-language-ddl/create-table/#auto-increment-behavior)
28
+
if(AppConfig.ManagedService)
29
+
{
30
+
returnTask.CompletedTask;
31
+
}
32
+
33
+
returnbase.Can_include_prey(async);
34
+
}
35
+
36
+
[ConditionalFact]
37
+
publicoverridevoidCan_insert_update_delete()
38
+
{
39
+
// Skipping this test when running on Managed Service due to the specifics of
40
+
// how AUTO_INCREMENT works (https://docs.singlestore.com/cloud/reference/sql-reference/data-definition-language-ddl/create-table/#auto-increment-behavior)
0 commit comments