Skip to content

Commit d6a37c1

Browse files
committed
v17.1.1
1 parent 5d8b023 commit d6a37c1

File tree

11 files changed

+18
-18
lines changed

11 files changed

+18
-18
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>us.fatehi</groupId>
88
<artifactId>schemacrawler-database-plugins-parent</artifactId>
9-
<version>16.29.1</version>
9+
<version>17.1.1</version>
1010
<relativePath>./schemacrawler-database-plugins-parent/pom.xml</relativePath>
1111
</parent>
1212
<artifactId>schemacrawler-database-plugins-aggregator</artifactId>

schemacrawler-access/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>us.fatehi</groupId>
77
<artifactId>schemacrawler-database-plugins-parent</artifactId>
8-
<version>16.29.1</version>
8+
<version>17.1.1</version>
99
<relativePath>../schemacrawler-database-plugins-parent/pom.xml</relativePath>
1010
</parent>
1111
<artifactId>schemacrawler-access</artifactId>
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>io.github.spannm</groupId>
2727
<artifactId>ucanaccess</artifactId>
28-
<version>5.1.3</version>
28+
<version>5.1.4</version>
2929
<exclusions>
3030
<exclusion>
3131
<groupId>org.hsqldb</groupId>

schemacrawler-access/src/test/resources/testAccessWithConnection.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
System Information
44
========================================================================
55

6-
generated by SchemaCrawler 16.29.1
7-
generated on 2025-10-03 02:23:08
6+
generated by SchemaCrawler 17.1.1
7+
generated on 2025-10-07 01:58:03
88
database version UCanAccess driver for Microsoft Access databases using HSQLDB V2007 [VERSION_12]
9-
driver version Ucanaccess 5.1.3
9+
driver version Ucanaccess 5.1.4
1010

1111

1212

@@ -573,7 +573,7 @@ PUBLIC.UCA_METADATA.PROP [table]
573573
------------------------------------------------------------------------
574574
NAME VARCHAR(16777216) NOT NULL
575575
MAX_LEN INTEGER
576-
DEFAULT_VALUE VARCHAR(20)
576+
DEFAULT_VALUE VARCHAR(500)
577577
DESCRIPTION VARCHAR(16777216)
578578

579579
Primary Key
@@ -781,7 +781,7 @@ auto commit failure closes all result sets false
781781
catalog separator .
782782
catalog term CATALOG
783783
catalogs PUBLIC
784-
client info properties columnOrder, concatNulls, encrypt, ignoreCase, immediatelyReleaseResources, inactivityTimeout, jackcessOpener, keepMirror, lobScale, lockMdb, memory, mirrorFolder, newDatabaseVersion, openExclusive, password, preventReloading, reMap, readOnlyMirror, showSchema, singleConnection, skipIndexes, supportsAccessLike, sysSchema, user
784+
client info properties charset, columnOrder, concatNulls, encrypt, ignoreCase, immediatelyReleaseResources, inactivityTimeout, jackcessOpener, keepMirror, lobScale, lockMdb, memory, mirrorFolder, newDatabaseVersion, openExclusive, password, preventReloading, reMap, readOnlyMirror, showSchema, singleConnection, skipIndexes, supportsAccessLike, sysSchema, user
785785
data definition causes transaction commit true
786786
data definition ignored in transactions false
787787
database major version 2
@@ -943,9 +943,9 @@ uses local files false
943943

944944
JDBC Driver Information
945945
-=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=-
946-
connection url jdbc:ucanaccess://C:\Users\sualeh\AppData\Local\Temp\10661908426727554124\resourcef7e7bf67-0699-4db7-9a00-fd0b0986a351.data;showSchema=true;sysSchema=true
946+
connection url jdbc:ucanaccess://C:\Users\sualeh\AppData\Local\Temp\16607160983693300038\resource7e7d5384-0048-40aa-9a7d-72e06f598dc3.data;showSchema=true;sysSchema=true
947947
driver name Ucanaccess
948-
driver version 5.1.3
948+
driver version 5.1.4
949949
driver class name net.ucanaccess.jdbc.UcanaccessDriver
950950
is JDBC compliant true
951951
supported JDBC version 4.2

schemacrawler-cassandra/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>us.fatehi</groupId>
77
<artifactId>schemacrawler-database-plugins-parent</artifactId>
8-
<version>16.29.1</version>
8+
<version>17.1.1</version>
99
<relativePath>../schemacrawler-database-plugins-parent/pom.xml</relativePath>
1010
</parent>
1111
<artifactId>schemacrawler-cassandra</artifactId>

schemacrawler-database-plugins-distrib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>us.fatehi</groupId>
88
<artifactId>schemacrawler-parent</artifactId>
9-
<version>16.29.1</version>
9+
<version>17.1.1</version>
1010
</parent>
1111
<artifactId>schemacrawler-database-plugins-distrib</artifactId>
1212
<packaging>pom</packaging>

schemacrawler-database-plugins-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>us.fatehi</groupId>
88
<artifactId>schemacrawler-parent</artifactId>
9-
<version>16.29.1</version>
9+
<version>17.1.1</version>
1010
</parent>
1111
<artifactId>schemacrawler-database-plugins-parent</artifactId>
1212
<packaging>pom</packaging>

schemacrawler-derby/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>us.fatehi</groupId>
77
<artifactId>schemacrawler-database-plugins-parent</artifactId>
8-
<version>16.29.1</version>
8+
<version>17.1.1</version>
99
<relativePath>../schemacrawler-database-plugins-parent/pom.xml</relativePath>
1010
</parent>
1111
<artifactId>schemacrawler-derby</artifactId>

schemacrawler-hana/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>us.fatehi</groupId>
77
<artifactId>schemacrawler-database-plugins-parent</artifactId>
8-
<version>16.29.1</version>
8+
<version>17.1.1</version>
99
<relativePath>../schemacrawler-database-plugins-parent/pom.xml</relativePath>
1010
</parent>
1111
<artifactId>schemacrawler-hana</artifactId>

schemacrawler-sapiq/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>us.fatehi</groupId>
77
<artifactId>schemacrawler-database-plugins-parent</artifactId>
8-
<version>16.29.1</version>
8+
<version>17.1.1</version>
99
<relativePath>../schemacrawler-database-plugins-parent/pom.xml</relativePath>
1010
</parent>
1111
<artifactId>schemacrawler-sapiq</artifactId>

schemacrawler-timesten/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>us.fatehi</groupId>
77
<artifactId>schemacrawler-database-plugins-parent</artifactId>
8-
<version>16.29.1</version>
8+
<version>17.1.1</version>
99
<relativePath>../schemacrawler-database-plugins-parent/pom.xml</relativePath>
1010
</parent>
1111
<artifactId>schemacrawler-timesten</artifactId>

0 commit comments

Comments
 (0)