Commit graph

24 commits

Author SHA1 Message Date
844b288a18 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
9166a5d6db update dependencies 2024-07-21 15:19:22 +02:00
210f1fa3fd update to gradle 8.7 2024-07-04 09:03:36 +02:00
07b20d8188 remove date parameter form table 2024-06-06 11:17:17 +02:00
6c064531ab use thread context class loader 2024-03-25 17:09:36 +01:00
8a92b3f45c remove user gradle preferences from project file 2023-12-18 09:49:40 +01:00
4e06d7c21b update to Gradle 8.5 2023-12-16 21:03:19 +01:00
8a4af5274e refactoring housekeeper 2023-10-20 15:06:36 +02:00
a9fa11e8de update to OpenJDK 21, Gradle 8.4 2023-10-17 16:32:20 +02:00
a7ac905757 set default timeout to 15 seconds 2023-08-31 10:07:39 +02:00
52097a4468 add isValid() to database API 2023-08-21 18:35:58 +02:00
98819d6577 add null as allowed value in SQL statement 2023-08-21 09:25:05 +02:00
35a058abe0 add autocommit property 2023-08-07 18:12:23 +02:00
ad589e0d12 remove limited/unlimited, add consumeRows 2023-08-03 16:50:32 +02:00
d8144bd168 next version 2023-07-26 17:05:38 +02:00
26bbb56b35 use column labels 2023-07-26 15:01:35 +02:00
1d4d908818 update to Gradle 8.1.1, update dependencies, move Flavor class out of constructors for DatabaseProvider 2023-04-28 11:05:24 +02:00
1047be8456 change flavor from enum to interface, fix int/long bug in JDBC pool, add queue implementation 2022-10-26 23:54:02 +02:00
Jörg Prante
7198e766c3 update to gradle 7.5 2022-08-05 14:38:28 +02:00
bd9d8b4009 cosmetic changes 2022-08-03 12:18:56 +02:00
Jörg Prante
1c1a1ed55a add batch methods to SqlUpdate 2022-08-01 11:23:14 +02:00
a9fb8eaa2f provide database from external DataSource 2022-08-01 07:39:13 +02:00
aec2061f68 update to gradle 7.4.2, add metadata column length API 2022-06-01 18:39:14 +02:00
21556e171e initial commit 2022-02-10 18:41:26 +01:00