We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02fc0c1 commit 0406523Copy full SHA for 0406523
1 file changed
chat2db-client/src/components/ConnectionEdit/config/dataSource.ts
@@ -618,7 +618,7 @@ export const dataSourceFormConfigs: IConnectionConfig[] = [
618
},
619
],
620
onChange: (data: IConnectionConfig) => {
621
- data.baseInfo.pattern = /jdbc:h2:tcp:(.*)?/;
+ data.baseInfo.pattern = /jdbc:h2:(.*)?/;
622
data.baseInfo.template = 'jdbc:h2:{file}';
623
return data
624
}
0 commit comments