Commit Graph

32 Commits (main)

Author SHA1 Message Date
Jörg Prante 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 2 weeks ago
Jörg Prante f7fd2df016 remove ThreadDeath and QueueException 3 months ago
Jörg Prante 07b20d8188 remove date parameter form table 3 months ago
Jörg Prante 0dd8138237 test table creation in lowercase on Oracle 4 months ago
Jörg Prante 6c064531ab use thread context class loader 6 months ago
Jörg Prante c2b05476f2 use logger with level arg 6 months ago
Jörg Prante 4e06d7c21b update to Gradle 8.5 9 months ago
Jörg Prante a7ac905757 set default timeout to 15 seconds 1 year ago
Jörg Prante 52097a4468 add isValid() to database API 1 year ago
Jörg Prante 98819d6577 add null as allowed value in SQL statement 1 year ago
Jörg Prante 95543ec9c6 add simple getTable 1 year ago
Jörg Prante ad589e0d12 remove limited/unlimited, add consumeRows 1 year ago
Jörg Prante b84de6995f add queue length operation 1 year ago
Jörg Prante 26bbb56b35 use column labels 1 year ago
Jörg Prante 1d4d908818 update to Gradle 8.1.1, update dependencies, move Flavor class out of constructors for DatabaseProvider 1 year ago
Jörg Prante 7378b91c28 cleaning the code, move sqlserver, table name normalization in flavor, get rid of properties/file handling in DatabaseProvider 2 years ago
Jörg Prante ca784dc6cf factor out subprojects: oracle, postgresql, mariadb, fix pool tests 2 years ago
Jörg Prante 1409d0e42d add table convenience routines, clean code 2 years ago
Jörg Prante 625c8999a3 move java.util.Date to java.time 2 years ago
Jörg Prante 1047be8456 change flavor from enum to interface, fix int/long bug in JDBC pool, add queue implementation 2 years ago
Jörg Prante bd9d8b4009 cosmetic changes 2 years ago
Jörg Prante 1c1a1ed55a add batch methods to SqlUpdate 2 years ago
Jörg Prante a9fb8eaa2f provide database from external DataSource 2 years ago
Jörg Prante 46eed697d4 add argNull, fix column size metadata setup 2 years ago
Jörg Prante 810099b8c5 remove close() from database provider commit and rollback in transact 2 years ago
Jörg Prante 8baa0b608b cosmetic 2 years ago
Jörg Prante aec2061f68 update to gradle 7.4.2, add metadata column length API 2 years ago
Jörg Prante 81a0bd8bc9 simple fix for colon use in SQL select statement 3 years ago
Jörg Prante d35071b910 replace Date by LocalDateTime 3 years ago
Jörg Prante 436ae935b8 cosmetic changes 3 years ago
Jörg Prante 83a12913cf clean logging in pool, add row count, use lambdas 3 years ago
Jörg Prante 21556e171e initial commit 3 years ago