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 {
1730
1730
]]> </source >
1731
1731
1732
1732
<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
1734
1734
<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:
1737
1737
</p >
1738
1738
1739
1739
<source ><![CDATA[ <databaseIdProvider type="DB_VENDOR">
You can’t perform that action at this time.
0 commit comments