Skip to content

Commit 6d7fa5c

Browse files
committed
Update changelog and bump version for 2.5.5
1 parent 4c10533 commit 6d7fa5c

File tree

14 files changed

+66
-50
lines changed

14 files changed

+66
-50
lines changed

CHANGELOG.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,25 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/#semantic-versioning-200).
55

6+
## [2.5.5] - 2025-03-06
67
### :bug: Fixed
8+
- Various reader failover fixes ([PR #1227](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1227)) & ([PR #1246](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1246)).
79
- Avoid encoding MariaDB connection properties ([PR #1237](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1237)).
10+
- Custom domains during failover ([PR #1265](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1265))
11+
- Skip failover on interrupted thread ([Issue #1283](https://github.com/aws/aws-advanced-jdbc-wrapper/issues/1283))
12+
- Log message parameters ([PR #1303](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1303))
813

914
### :crab: Changed
10-
- Changed default value for `limitlessTransactionRouterMonitorIntervalMs` from 15s to 7.5s ([PR #1302](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1302)).
15+
- Revise default monitor poll rate from 15s to 7.5s for the Limitless Connection Plugin. For more information see the [docs](https://github.com/aws/aws-advanced-jdbc-wrapper/blob/main/docs/using-the-jdbc-driver/using-plugins/UsingTheLimitlessConnectionPlugin.md).
16+
- Consolidate cache clean-up in a single place ([PR #1234](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1234)).
17+
- Relocate custom handlers ([PR #1235](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1235)).
18+
- Improve forceConnect pipeline ([PR #1238](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1238)).
19+
- Update deprecated ConnectionProviderManager function calls ([PR #1256](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1256)).
20+
- Remove mysql-connector-j library dependency for MariaDb ([PR #1287](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1287)).
21+
- Refactor AuroraTestUtility ([PR #1252](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1252)).
22+
23+
### :magic_wand: Added
24+
- Documentation for Fastest Response Strategy Plugin. See [List of Available Plugins](https://github.com/aws/aws-advanced-jdbc-wrapper/blob/main/docs/using-the-jdbc-driver/UsingTheJdbcDriver.md#list-of-available-plugins).
1125

1226
## [2.5.4] - 2024-12-23
1327
### :bug: Fixed
@@ -410,6 +424,7 @@ The Amazon Web Services (AWS) Advanced JDBC Driver allows an application to take
410424
- The [AWS IAM Authentication Connection Plugin](./docs/using-the-jdbc-driver/using-plugins/UsingTheIamAuthenticationPlugin.md)
411425
- The [AWS Secrets Manager Connection Plugin](./docs/using-the-jdbc-driver/using-plugins/UsingTheAwsSecretsManagerPlugin.md)
412426

427+
[2.5.5]: https://github.com/awslabs/aws-advanced-jdbc-wrapper/compare/2.5.4...2.5.5
413428
[2.5.4]: https://github.com/awslabs/aws-advanced-jdbc-wrapper/compare/2.5.3...2.5.4
414429
[2.5.3]: https://github.com/awslabs/aws-advanced-jdbc-wrapper/compare/2.5.2...2.5.3
415430
[2.5.2]: https://github.com/awslabs/aws-advanced-jdbc-wrapper/compare/2.5.1...2.5.2

Maintenance.md

+32-31
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,36 @@
11
# Release Schedule
22

3-
| Release Date | Release |
4-
|--------------------|------------------------------------------------------------------------------------------|
5-
| October 5, 2022 | [Release 1.0.0](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/1.0.0) |
6-
| January 31, 2023 | [Release 1.0.1](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/1.0.1) |
7-
| Mar 30, 2023 | [Release 1.0.2](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/1.0.2) |
8-
| April 28, 2023 | [Release 2.0.0](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.0.0) |
9-
| May 11, 2023 | [Release 2.1.0](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.1.0) |
10-
| May 21, 2023 | [Release 2.1.1](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.1.1) |
11-
| June 14, 2023 | [Release 2.2.0](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.2.0) |
12-
| June 16, 2023 | [Release 2.2.1](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.2.1) |
13-
| July 5, 2023 | [Release 2.2.2](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.2.2) |
14-
| July 31, 2023 | [Release 2.2.3](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.2.3) |
15-
| August 25, 2023 | [Release 2.2.4](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.2.4) |
16-
| October 3, 2023 | [Release 2.2.5](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.2.5) |
17-
| November 15, 2023 | [Release 2.3.0](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.3.0) |
18-
| November 29, 2023 | [Release 2.3.1](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.3.1) |
19-
| December 18, 2023 | [Release 2.3.2](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.3.2) |
20-
| January 23, 2024 | [Release 2.3.3](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.3.3) |
21-
| March 1, 2024 | [Release 2.3.4](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.3.4) |
22-
| March 14, 2024 | [Release 2.3.5](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.3.5) |
23-
| May 01, 2024 | [Release 2.3.6](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.3.6) |
24-
| June 05, 2024 | [Release 2.3.7](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.3.7) |
25-
| July 31, 2024 | [Release 2.3.8](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.3.8) |
26-
| August 9, 2024 | [Release 2.3.9](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.3.9) |
27-
| September 25, 2024 | [Release 2.4.0](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.4.0) |
28-
| October 18, 2024 | [Release 2.5.0](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.5.0) |
29-
| October 24, 2024 | [Release 2.5.1](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.5.1) |
30-
| November 5, 2024 | [Release 2.5.2](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.5.2) |
31-
| November 29, 2024 | [Release 2.5.3](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.5.3) |
32-
| December 23, 2024 | [Release 2.5.4](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.5.4) |
3+
| Release Date | Release |
4+
|--------------------|-------------------------------------------------------------------------------------------|
5+
| October 5, 2022 | [Release 1.0.0](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/1.0.0) |
6+
| January 31, 2023 | [Release 1.0.1](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/1.0.1) |
7+
| Mar 30, 2023 | [Release 1.0.2](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/1.0.2) |
8+
| April 28, 2023 | [Release 2.0.0](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.0.0) |
9+
| May 11, 2023 | [Release 2.1.0](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.1.0) |
10+
| May 21, 2023 | [Release 2.1.1](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.1.1) |
11+
| June 14, 2023 | [Release 2.2.0](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.2.0) |
12+
| June 16, 2023 | [Release 2.2.1](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.2.1) |
13+
| July 5, 2023 | [Release 2.2.2](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.2.2) |
14+
| July 31, 2023 | [Release 2.2.3](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.2.3) |
15+
| August 25, 2023 | [Release 2.2.4](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.2.4) |
16+
| October 3, 2023 | [Release 2.2.5](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.2.5) |
17+
| November 15, 2023 | [Release 2.3.0](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.3.0) |
18+
| November 29, 2023 | [Release 2.3.1](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.3.1) |
19+
| December 18, 2023 | [Release 2.3.2](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.3.2) |
20+
| January 23, 2024 | [Release 2.3.3](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.3.3) |
21+
| March 1, 2024 | [Release 2.3.4](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.3.4) |
22+
| March 14, 2024 | [Release 2.3.5](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.3.5) |
23+
| May 01, 2024 | [Release 2.3.6](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.3.6) |
24+
| June 05, 2024 | [Release 2.3.7](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.3.7) |
25+
| July 31, 2024 | [Release 2.3.8](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.3.8) |
26+
| August 9, 2024 | [Release 2.3.9](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.3.9) |
27+
| September 25, 2024 | [Release 2.4.0](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.4.0) |
28+
| October 18, 2024 | [Release 2.5.0](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.5.0) |
29+
| October 24, 2024 | [Release 2.5.1](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.5.1) |
30+
| November 5, 2024 | [Release 2.5.2](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.5.2) |
31+
| November 29, 2024 | [Release 2.5.3](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.5.3) |
32+
| December 23, 2024 | [Release 2.5.4](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.5.4) |
33+
| March 6, 2025 | [Release 2.5.45](https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/tag/2.5.5) |
3334

3435
`aws-advanced-jdbc-wrapper` [follows semver](https://semver.org/#semantic-versioning-200) which means we will only
3536
release breaking changes in major versions. Generally speaking patches will be released to fix existing problems without
@@ -83,4 +84,4 @@ from the updated source after the PRs are merged.
8384
| Major Version | Latest Minor Version | Status | Initial Release | Maintenance Window Start | Maintenance Window End |
8485
|---------------|----------------------|-------------|-----------------|--------------------------|------------------------|
8586
| 1 | 1.0.2 | Maintenance | Oct 5, 2022 | Apr 28, 2023 | Apr 28, 2024 |
86-
| 2 | 2.5.4 | Current | Apr 28, 2023 | N/A | N/A |
87+
| 2 | 2.5.5 | Current | Apr 28, 2023 | N/A | N/A |

benchmarks/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ The benchmarks do not measure the performance of target JDBC drivers nor the per
77
## Usage
88
1. Build the benchmarks with the following command `../gradlew jmhJar`.
99
1. the JAR file will be outputted to `build/libs`
10-
2. Run the benchmarks with the following command `java -jar build/libs/benchmarks-2.5.4-jmh.jar`.
10+
2. Run the benchmarks with the following command `java -jar build/libs/benchmarks-2.5.5-jmh.jar`.
1111
1. you may have to update the command based on the exact version of the produced JAR file

docs/GettingStarted.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If you are using the AWS JDBC Driver as part of a Gradle project, include the wr
1616
1717
```gradle
1818
dependencies {
19-
implementation group: 'software.amazon.jdbc', name: 'aws-advanced-jdbc-wrapper', version: '2.5.4'
19+
implementation group: 'software.amazon.jdbc', name: 'aws-advanced-jdbc-wrapper', version: '2.5.5'
2020
implementation group: 'org.postgresql', name: 'postgresql', version: '42.5.0'
2121
}
2222
```
@@ -30,16 +30,16 @@ You can use pre-compiled packages that can be downloaded directly from [GitHub R
3030
For example, the following command uses wget to download the wrapper:
3131

3232
```bash
33-
wget https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/download/2.5.4/aws-advanced-jdbc-wrapper-2.5.4.jar
33+
wget https://github.com/awslabs/aws-advanced-jdbc-wrapper/releases/download/2.5.5/aws-advanced-jdbc-wrapper-2.5.5.jar
3434
```
3535

3636
Then, the following command adds the AWS JDBC Driver to the CLASSPATH:
3737

3838
```bash
39-
export CLASSPATH=$CLASSPATH:/home/userx/libs/aws-advanced-jdbc-wrapper-2.5.4.jar
39+
export CLASSPATH=$CLASSPATH:/home/userx/libs/aws-advanced-jdbc-wrapper-2.5.5.jar
4040
```
4141

42-
> **Note**: There is also a JAR suffixed with `-bundle-federated-auth`. It is an Uber JAR that contains the AWS JDBC Driver as well as all the dependencies needed to run the Federated Authentication Plugin. **Our general recommendation is to use the `aws-advanced-jdbc-wrapper-2.5.4.jar` for use cases unrelated to complex Federated Authentication environments**. To learn more, please check out the [Federated Authentication Plugin](./using-the-jdbc-driver/using-plugins/UsingTheFederatedAuthPlugin.md#bundled-uber-jar).
42+
> **Note**: There is also a JAR suffixed with `-bundle-federated-auth`. It is an Uber JAR that contains the AWS JDBC Driver as well as all the dependencies needed to run the Federated Authentication Plugin. **Our general recommendation is to use the `aws-advanced-jdbc-wrapper-2.5.5.jar` for use cases unrelated to complex Federated Authentication environments**. To learn more, please check out the [Federated Authentication Plugin](./using-the-jdbc-driver/using-plugins/UsingTheFederatedAuthPlugin.md#bundled-uber-jar).
4343
4444
### As a Maven Dependency
4545

@@ -50,7 +50,7 @@ You can use [Maven's dependency management](https://search.maven.org/search?q=g:
5050
<dependency>
5151
<groupId>software.amazon.jdbc</groupId>
5252
<artifactId>aws-advanced-jdbc-wrapper</artifactId>
53-
<version>2.5.4</version>
53+
<version>2.5.5</version>
5454
</dependency>
5555
</dependencies>
5656
```
@@ -61,15 +61,15 @@ You can use [Gradle's dependency management](https://search.maven.org/search?q=g
6161

6262
```gradle
6363
dependencies {
64-
implementation group: 'software.amazon.jdbc', name: 'aws-advanced-jdbc-wrapper', version: '2.5.4'
64+
implementation group: 'software.amazon.jdbc', name: 'aws-advanced-jdbc-wrapper', version: '2.5.5'
6565
}
6666
```
6767

6868
To add a Gradle dependency in a Kotlin syntax, use the following configuration:
6969

7070
```kotlin
7171
dependencies {
72-
implementation("software.amazon.jdbc:aws-advanced-jdbc-wrapper:2.5.4")
72+
implementation("software.amazon.jdbc:aws-advanced-jdbc-wrapper:2.5.5")
7373
}
7474
```
7575

docs/using-the-jdbc-driver/UsingTheJdbcDriver.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ If there is an unreleased feature you would like to try, it may be available in
227227
<dependency>
228228
<groupId>software.amazon.jdbc</groupId>
229229
<artifactId>aws-advanced-jdbc-wrapper</artifactId>
230-
<version>2.5.5-SNAPSHOT</version>
230+
<version>2.5.6-SNAPSHOT</version>
231231
<scope>system</scope>
232232
<systemPath>path-to-snapshot-jar</systemPath>
233233
</dependency>

docs/using-the-jdbc-driver/using-plugins/UsingTheFederatedAuthPlugin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This JAR is a drop-in ready solution and is **recommended for customers who do n
3232
As this plugin has a number of transitive dependencies, the goal of this JAR is to eliminate the need to manually source all the dependencies and avoid potential issues with managing them.
3333
In that spirit, the dependencies in this JAR are shaded with the prefix `shaded` to avoid potential package conflicts with pre-existing packages in your environment.
3434

35-
It is important to note that the Uber JAR is bundled with the AWS Java RDS SDK and is larger (**15 MB**) than our `aws-advanced-jdbc-wrapper-2.5.4.jar`. So please take that into account when deciding if this solution is for you.
35+
It is important to note that the Uber JAR is bundled with the AWS Java RDS SDK and is larger (**15 MB**) than our `aws-advanced-jdbc-wrapper-2.5.5.jar`. So please take that into account when deciding if this solution is for you.
3636

3737
If you would like to download and install the bundled Uber JAR, follow these [instructions](../../GettingStarted.md#direct-download-and-installation).
3838

examples/SpringBootHikariExample/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ In this tutorial, you will set up a Spring Boot application using Hikari and the
44

55
> Note: this tutorial was written using the following technologies:
66
> - Spring Boot 2.7.0
7-
> - AWS JDBC Driver 2.5.4
7+
> - AWS JDBC Driver 2.5.5
88
> - Postgresql 42.5.4
99
> - Java 8
1010

examples/SpringHibernateExample/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ In this tutorial, you will set up a Spring Boot and Hibernate application with t
55
> Note: this tutorial was written using the following technologies:
66
> - Spring Boot 2.7.1
77
> - Hibernate
8-
> - AWS JDBC Driver 2.5.4
8+
> - AWS JDBC Driver 2.5.5
99
> - Postgresql 42.5.4
1010
> - Gradle 7
1111
> - Java 11

examples/SpringTxFailoverExample/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ In this tutorial, you will set up a Spring Boot application using the AWS JDBC D
44

55
> Note: this tutorial was written using the following technologies:
66
> - Spring Boot 2.7.0
7-
> - AWS JDBC Driver 2.5.4
7+
> - AWS JDBC Driver 2.5.5
88
> - Postgresql 42.5.4
99
> - Java 8
1010

examples/SpringWildflyExample/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ In this tutorial, you will set up a Wildfly and Spring Boot application with the
55
> Note: this tutorial was written using the following technologies:
66
> - Spring Boot 2.7.1
77
> - Wildfly 26.1.1 Final
8-
> - AWS JDBC Driver 2.5.4
8+
> - AWS JDBC Driver 2.5.5
99
> - Postgresql 42.5.4
1010
> - Gradle 7
1111
> - Java 11

examples/VertxExample/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
In this tutorial, you will set up a Vert.x application with the AWS JDBC Driver, and use the driver to execute some simple database operations on an Aurora PostgreSQL database.
44

55
> Note: this tutorial was written using the following technologies:
6-
> - AWS JDBC Driver 2.5.4
6+
> - AWS JDBC Driver 2.5.5
77
> - PostgreSQL 42.5.4
88
> - Java 8
99
> - Vert.x 4.4.2

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
aws-advanced-jdbc-wrapper.version.major=2
1616
aws-advanced-jdbc-wrapper.version.minor=5
17-
aws-advanced-jdbc-wrapper.version.subminor=4
17+
aws-advanced-jdbc-wrapper.version.subminor=5
1818
snapshot=false
1919
nexus.publish=true
2020

wrapper/src/test/resources/hibernate_files/hibernate-core.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dependencies {
6161
transitive = true
6262
}
6363
testImplementation "joda-time:joda-time:2.3"
64-
testImplementation files('/app/libs/aws-advanced-jdbc-wrapper-2.5.4.jar')
64+
testImplementation files('/app/libs/aws-advanced-jdbc-wrapper-2.5.5.jar')
6565
testImplementation dbLibs.postgresql
6666
testImplementation dbLibs.mysql
6767
testImplementation dbLibs.h2

wrapper/src/test/resources/hibernate_files/java-module.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ dependencies {
9797
// Since both the DB2 driver and HANA have a package "net.jpountz" we have to add dependencies conditionally
9898
// This is due to the "no split-packages" requirement of Java 9+
9999

100-
testRuntimeOnly files('/app/libs/aws-advanced-jdbc-wrapper-2.5.4.jar')
100+
testRuntimeOnly files('/app/libs/aws-advanced-jdbc-wrapper-2.5.5.jar')
101101
testRuntimeOnly dbLibs.mysql
102102

103103
if ( db.startsWith( 'db2' ) ) {

0 commit comments

Comments
 (0)