Skip to content

Commit 5c9da5a

Browse files
Merge pull request #99 from flyway/update-community-db
Update community db
2 parents 766374d + d998cb6 commit 5c9da5a

File tree

86 files changed

+843
-500
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+843
-500
lines changed

flyway-community-db-support-archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.flywaydb</groupId>
77
<artifactId>flyway-community-db-support-archetype</artifactId>
8-
<version>10.20.0</version>
8+
<version>10.21.0</version>
99
<packaging>maven-archetype</packaging>
1010

1111
<name>Archetype - flyway-community-db-support-archetype</name>

flyway-community-db-support-archetype/src/main/resources/archetype-resources/src/main/java/org/flywaydb/community/database/ExampleDatabaseExtension.java

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,4 @@
1-
/*
2-
* Copyright (C) Red Gate Software Ltd 2010-2024
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
15-
*/
1+
162
package org.flywaydb.community.database;
173

184
import org.flywaydb.core.api.FlywayException;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
artifactId=flyway-database-example
2-
parentVersion=10.20.0
2+
parentVersion=10.21.0

flyway-database-clickhouse/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.flywaydb</groupId>
2525
<artifactId>flyway-community-db-support</artifactId>
26-
<version>10.20.0</version>
26+
<version>10.21.0</version>
2727
</parent>
2828

2929
<artifactId>flyway-database-clickhouse</artifactId>

flyway-database-clickhouse/src/main/java/org/flywaydb/community/database/ClickHouseDatabaseExtension.java

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
1-
/*
2-
* Copyright (C) Red Gate Software Ltd 2010-2024
3-
*
1+
/*-
2+
* ========================LICENSE_START=================================
3+
* flyway-database-clickhouse
4+
* ========================================================================
5+
* Copyright (C) 2010 - 2025 Red Gate Software Ltd
6+
* ========================================================================
47
* Licensed under the Apache License, Version 2.0 (the "License");
58
* you may not use this file except in compliance with the License.
69
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10+
*
11+
* http://www.apache.org/licenses/LICENSE-2.0
12+
*
1013
* Unless required by applicable law or agreed to in writing, software
1114
* distributed under the License is distributed on an "AS IS" BASIS,
1215
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1316
* See the License for the specific language governing permissions and
1417
* limitations under the License.
18+
* =========================LICENSE_END==================================
1519
*/
20+
1621
package org.flywaydb.community.database;
1722

1823
import org.flywaydb.core.api.FlywayException;

flyway-database-clickhouse/src/main/java/org/flywaydb/community/database/clickhouse/ClickHouseConfigurationExtension.java

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
1-
/*
2-
* Copyright (C) Red Gate Software Ltd 2010-2024
3-
*
1+
/*-
2+
* ========================LICENSE_START=================================
3+
* flyway-database-clickhouse
4+
* ========================================================================
5+
* Copyright (C) 2010 - 2025 Red Gate Software Ltd
6+
* ========================================================================
47
* Licensed under the Apache License, Version 2.0 (the "License");
58
* you may not use this file except in compliance with the License.
69
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10+
*
11+
* http://www.apache.org/licenses/LICENSE-2.0
12+
*
1013
* Unless required by applicable law or agreed to in writing, software
1114
* distributed under the License is distributed on an "AS IS" BASIS,
1215
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1316
* See the License for the specific language governing permissions and
1417
* limitations under the License.
18+
* =========================LICENSE_END==================================
1519
*/
20+
1621
package org.flywaydb.community.database.clickhouse;
1722

1823
import lombok.Getter;

flyway-database-clickhouse/src/main/java/org/flywaydb/community/database/clickhouse/ClickHouseConnection.java

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
1-
/*
2-
* Copyright (C) Red Gate Software Ltd 2010-2024
3-
*
1+
/*-
2+
* ========================LICENSE_START=================================
3+
* flyway-database-clickhouse
4+
* ========================================================================
5+
* Copyright (C) 2010 - 2025 Red Gate Software Ltd
6+
* ========================================================================
47
* Licensed under the Apache License, Version 2.0 (the "License");
58
* you may not use this file except in compliance with the License.
69
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10+
*
11+
* http://www.apache.org/licenses/LICENSE-2.0
12+
*
1013
* Unless required by applicable law or agreed to in writing, software
1114
* distributed under the License is distributed on an "AS IS" BASIS,
1215
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1316
* See the License for the specific language governing permissions and
1417
* limitations under the License.
18+
* =========================LICENSE_END==================================
1519
*/
20+
1621
package org.flywaydb.community.database.clickhouse;
1722

1823
import org.flywaydb.core.internal.database.base.Connection;

flyway-database-clickhouse/src/main/java/org/flywaydb/community/database/clickhouse/ClickHouseDatabase.java

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
1-
/*
2-
* Copyright (C) Red Gate Software Ltd 2010-2024
3-
*
1+
/*-
2+
* ========================LICENSE_START=================================
3+
* flyway-database-clickhouse
4+
* ========================================================================
5+
* Copyright (C) 2010 - 2025 Red Gate Software Ltd
6+
* ========================================================================
47
* Licensed under the Apache License, Version 2.0 (the "License");
58
* you may not use this file except in compliance with the License.
69
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10+
*
11+
* http://www.apache.org/licenses/LICENSE-2.0
12+
*
1013
* Unless required by applicable law or agreed to in writing, software
1114
* distributed under the License is distributed on an "AS IS" BASIS,
1215
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1316
* See the License for the specific language governing permissions and
1417
* limitations under the License.
18+
* =========================LICENSE_END==================================
1519
*/
20+
1621
package org.flywaydb.community.database.clickhouse;
1722

1823
import org.flywaydb.core.api.configuration.Configuration;

flyway-database-clickhouse/src/main/java/org/flywaydb/community/database/clickhouse/ClickHouseDatabaseType.java

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
1-
/*
2-
* Copyright (C) Red Gate Software Ltd 2010-2024
3-
*
1+
/*-
2+
* ========================LICENSE_START=================================
3+
* flyway-database-clickhouse
4+
* ========================================================================
5+
* Copyright (C) 2010 - 2025 Red Gate Software Ltd
6+
* ========================================================================
47
* Licensed under the Apache License, Version 2.0 (the "License");
58
* you may not use this file except in compliance with the License.
69
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10+
*
11+
* http://www.apache.org/licenses/LICENSE-2.0
12+
*
1013
* Unless required by applicable law or agreed to in writing, software
1114
* distributed under the License is distributed on an "AS IS" BASIS,
1215
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1316
* See the License for the specific language governing permissions and
1417
* limitations under the License.
18+
* =========================LICENSE_END==================================
1519
*/
20+
1621
package org.flywaydb.community.database.clickhouse;
1722

1823
import org.flywaydb.community.database.ClickHouseDatabaseExtension;

flyway-database-clickhouse/src/main/java/org/flywaydb/community/database/clickhouse/ClickHouseParser.java

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
1-
/*
2-
* Copyright (C) Red Gate Software Ltd 2010-2024
3-
*
1+
/*-
2+
* ========================LICENSE_START=================================
3+
* flyway-database-clickhouse
4+
* ========================================================================
5+
* Copyright (C) 2010 - 2025 Red Gate Software Ltd
6+
* ========================================================================
47
* Licensed under the Apache License, Version 2.0 (the "License");
58
* you may not use this file except in compliance with the License.
69
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10+
*
11+
* http://www.apache.org/licenses/LICENSE-2.0
12+
*
1013
* Unless required by applicable law or agreed to in writing, software
1114
* distributed under the License is distributed on an "AS IS" BASIS,
1215
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1316
* See the License for the specific language governing permissions and
1417
* limitations under the License.
18+
* =========================LICENSE_END==================================
1519
*/
20+
1621
package org.flywaydb.community.database.clickhouse;
1722

1823
import org.flywaydb.core.api.configuration.Configuration;

0 commit comments

Comments
 (0)