dal icon indicating copy to clipboard operation
dal copied to clipboard

Ctrip Database Access Layer

Results 34 dal issues
Sort by recently updated
recently updated
newest added

Bumps [gson](https://github.com/google/gson) from 2.8.0 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...

dependencies

Bumps log4j-api from 2.8.2 to 2.16.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.logging.log4j:log4j-api&package-manager=maven&previous-version=2.8.2&new-version=2.16.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

![image](https://user-images.githubusercontent.com/50900636/112803327-bf64f400-90a5-11eb-878a-e17a04afc7f0.png) com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'mode_type' in 'field list' sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) java.lang.reflect.Constructor.newInstance(Constructor.java:423) com.mysql.jdbc.Util.handleNewInstance(Util.java:425) com.mysql.jdbc.Util.getInstance(Util.java:408) com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944) com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3933) com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3869) com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2524) com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2675) com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2465) com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1912) com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2020) com.ctrip.platform.dal.dao.datasource.jdbc.DalPreparedStatement.lambda$executeQuery$0(DalPreparedStatement.java:30) com.ctrip.platform.dal.dao.datasource.jdbc.DalConnection.innerExecute(DalConnection.java:411) com.ctrip.platform.dal.dao.datasource.jdbc.DalStatement.innerExecute(DalStatement.java:307) com.ctrip.platform.dal.dao.datasource.jdbc.DalStatement.executeStatement(DalStatement.java:314) com.ctrip.platform.dal.dao.datasource.jdbc.DalPreparedStatement.executeQuery(DalPreparedStatement.java:30) com.ctrip.platform.dal.dao.client.DalDirectClient$10.call(DalDirectClient.java:548) com.ctrip.platform.dal.dao.client.DalDirectClient$10.call(DalDirectClient.java:546)...

version 2.2.11 Constructor threw exception; nested exception is java.lang.NoClassDefFoundError: com/ctrip/framework/dal/cluster/client/base/ComponentOrdered

Bumps httpclient from 4.5.3 to 4.5.13. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.httpcomponents:httpclient&package-manager=maven&previous-version=4.5.3&new-version=4.5.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps httpclient from 4.5.3 to 4.5.13. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.httpcomponents:httpclient&package-manager=maven&previous-version=4.5.3&new-version=4.5.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps commons-io from 2.5 to 2.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.5&new-version=2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps commons-io from 2.5 to 2.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.5&new-version=2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

我在dal.xml定义了一个主数据源,其他数据源定义在这个主数据源的表里,那么我怎样连接这些表里的数据源,绕开dal.xml,有没有提供这样的方法? I wanna define main data source in dal.xml, define other data source in table of major data source How can I connecting other data source in table of major...

when executing mvn clean install, it throws errors: can not resolve parent POM for com.ctrip.platform:dal-client-parent:2.2.2. So what is the repository for DAL?