File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1730,10 +1730,10 @@ public class C3P0DataSourceFactory extends UnpooledDataSourceFactory {
17301730]]> </source >
17311731
17321732 <p >
1733- The DB_VENDOR implementation databaseIdProvider sets as a databaseId the String returned by
1733+ The DB_VENDOR implementation databaseIdProvider sets as databaseId the String returned by
17341734 <code >DatabaseMetaData#getDatabaseProductName()</code >.
1735- As usually that string is too long and also, different versions of the same product return different values,
1736- so you may want to translate it to a shorter one by adding properties like follows:
1735+ Given that usually that string is too long and that different versions of the same product may return different values,
1736+ you may want to convert it to a shorter one by adding properties like follows:
17371737 </p >
17381738
17391739 <source ><![CDATA[ <databaseIdProvider type="DB_VENDOR">
You can’t perform that action at this time.
0 commit comments