Read-only mirror of https://github.com/sfa-siard/JdbcMsSql — Schweizerisches Bundesarchiv. Issues & pull requests at the source.
  • Java 99.6%
  • Shell 0.2%
  • Dockerfile 0.1%
  • TSQL 0.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-03-24 15:47:00 +01:00
.github/workflows chore: migrate to Java 17 2025-08-26 14:12:51 +02:00
.settings First change for JAVA 10 2018-07-11 15:08:05 +02:00
doc/licenses chore: update documentation 2025-09-22 14:14:03 +02:00
docker chore: migrate to Java 17 2025-08-26 14:12:51 +02:00
etc first public version 2018-04-05 13:17:14 +02:00
gradle/wrapper chore: migrate to Java 17 2025-08-26 14:12:51 +02:00
lib chore: migrate to Java 17 2025-08-26 14:12:51 +02:00
src fix: implement getSchemas in MsSqlDatabaseMetaData (#6) 2025-08-27 11:42:25 +02:00
testfiles added circle.jpg testfile 2022-06-09 08:48:22 +02:00
.classpath Sync with dev/enter 2018-12-03 13:37:16 +01:00
.gitattributes build: introduce gradle 2023-02-01 07:27:05 +01:00
.gitignore build: introduce gradle 2023-02-01 07:27:05 +01:00
.project first public version 2018-04-05 13:17:14 +02:00
build.gradle.kts chore: upgrade dependencies 2025-09-29 23:21:12 +02:00
docker-compose.yml test: run ms sql server instance with docker for local testing 2021-12-22 16:02:51 +01:00
gradlew build: introduce gradle 2023-02-01 07:27:05 +01:00
gradlew.bat build: introduce gradle 2023-02-01 07:27:05 +01:00
LICENSE.txt first public version 2018-04-05 13:17:14 +02:00
README.md Update README.md 2026-03-24 15:47:00 +01:00
RELEASE.txt 2.1.39 2019-06-27 12:14:47 +02:00
settings.gradle.kts chore: migrate to Java 17 2025-08-26 14:12:51 +02:00
test.properties chore: migrate to Java 17 2025-08-26 14:12:51 +02:00

⚠️ ARCHIVED REPOSITORY
This repository is archived and no longer maintained. All development has moved to the new monorepo:
https://github.com/sfa-siard/siard-suite

Please create any issues or pull requests in the new monorepo, which now contains all submodules including this one.

JdbcMsSql - SIARD 2.2 MS SQL Server JDBC Wrapper

This package contains the JDBC Wrapper for MS SQL Server for SIARD 2.2.

Getting started (for developers)

For building the binaries, Java JDK 17 must be installed. A running Microsoft SQL Server instance is needed before running the tests:

docker compose up -d

Build the project

./gradlew clean build

Versioning, tags, and releases

Versions and tags are managed with the Axion Release Plugin for Gradle.

Short overview:

./gradlew currentVersion  # Shows the current version

./gradlew release         # Creates a new release, adds a tag, and pushes it to remote

Documentation

Declaration

Contributions to the codebase have been made with the support of Windsurf. Windsurf is AI-powered code completion tool, that is trained exclusively on natural language and source code data with permissive licenses.