From a02e1b11510a9dee3f3bd34ca5602244bc25bf8c Mon Sep 17 00:00:00 2001 From: xyplayman Date: Wed, 14 Aug 2024 10:06:42 +0000 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=20postgresql=20=E6=96=B9?= =?UTF-8?q?=E8=A8=80=E7=9A=84=E6=97=B6=E9=97=B4=E6=8F=90=E5=8F=96=E5=87=BD?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xyplayman --- .../nop/dao/dialect/postgresql.dialect.xml | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/nop-dao/src/main/resources/_vfs/nop/dao/dialect/postgresql.dialect.xml b/nop-dao/src/main/resources/_vfs/nop/dao/dialect/postgresql.dialect.xml index fc7461724..8d84483df 100644 --- a/nop-dao/src/main/resources/_vfs/nop/dao/dialect/postgresql.dialect.xml +++ b/nop-dao/src/main/resources/_vfs/nop/dao/dialect/postgresql.dialect.xml @@ -143,6 +143,30 @@ + + + + + + + + \ No newline at end of file -- Gitee