提交 d1ee5c8e authored 作者: Evgenij Ryazanov's avatar Evgenij Ryazanov

Fix long line in DataType

上级 84334d67
...@@ -464,8 +464,8 @@ public class DataType { ...@@ -464,8 +464,8 @@ public class DataType {
return dataType; return dataType;
} }
private static DataType createDate(int maxPrecision, int precision, String prefix, boolean supportsScale, int scale, private static DataType createDate(int maxPrecision, int precision, String prefix,
int maxScale) { boolean supportsScale, int scale, int maxScale) {
DataType dataType = new DataType(); DataType dataType = new DataType();
dataType.prefix = prefix + " '"; dataType.prefix = prefix + " '";
dataType.suffix = "'"; dataType.suffix = "'";
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论