No description
Find a file
2024-08-22 10:23:25 +02:00
gradle update gradle setup 2024-07-22 17:01:57 +02:00
jdbc-connection-pool use thread context class loader 2024-03-25 17:09:36 +01:00
jdbc-mariadb use thread context class loader 2024-03-25 17:09:36 +01:00
jdbc-oracle test table creation in lowercase on Oracle 2024-04-29 15:17:22 +02:00
jdbc-postgresql remove ThreadDeath and QueueException 2024-06-12 22:56:24 +02:00
jdbc-query do not be too smart, just do not close the data source in the provider, it is the pool which still must provide connections. This pool has to be externally closed 2024-08-22 10:23:25 +02:00
jdbc-sqlserver update to Gradle 8.5 2023-12-16 21:03:19 +01:00
jdbc-test update to Gradle 8.5 2023-12-16 21:03:19 +01:00
.gitignore initial commit 2022-02-10 18:41:26 +01:00
build.gradle update gradle setup 2024-07-22 17:01:57 +02:00
gradle.properties do not be too smart, just do not close the data source in the provider, it is the pool which still must provide connections. This pool has to be externally closed 2024-08-22 10:23:25 +02:00
gradlew update to OpenJDK 21, Gradle 8.4 2023-10-17 16:32:20 +02:00
gradlew.bat update to gradle 8.7 2024-07-04 09:03:36 +02:00
LICENSE.txt initial commit 2022-02-10 18:41:26 +01:00
NOTICE.txt cleaning the code, move sqlserver, table name normalization in flavor, get rid of properties/file handling in DatabaseProvider 2022-10-30 11:42:00 +01:00
settings.gradle do not be too smart, just do not close the data source in the provider, it is the pool which still must provide connections. This pool has to be externally closed 2024-08-22 10:23:25 +02:00