Skip to content

Commit 2628b5e

Browse files
committed
No new line after batch item for MySQL
1 parent 2fcf88e commit 2628b5e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Orm/Xtensive.Orm.MySql/Sql.Drivers.MySql/v5_0/Translator.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ public override string DdlStatementDelimiter
3535
get { return ";"; }
3636
}
3737

38-
public override string BatchItemDelimiter
39-
{
40-
get { return ";\r\n"; }
41-
}
38+
//public override string BatchItemDelimiter
39+
//{
40+
// get { return ";\r\n"; }
41+
//}
4242

4343
public override void Initialize()
4444
{

0 commit comments

Comments
 (0)