Commit Graph

14 Commits

Author SHA1 Message Date
d411618e63 Fix Javadoc warnings due to Java 21 update (+ some other warnings)
The default implicit constructor must also have a doc comment, so I have to make it explicit and either properly restrict the visibility of the constructor, or actually document it.
2024-06-06 23:59:32 +02:00
2942a030a6 pandalib-db do not relocate commons-logging classes 2024-04-17 22:55:18 +02:00
69af006001 Updated some dependencies 2024-03-18 16:55:23 +01:00
5d294ea172 DB: some improvements
- Refactor auto-conversion of custom types
- Ability to create a WHERE ... IN ... expression with a custom left operand
- Typos in Javadoc
2024-03-02 23:23:45 +01:00
56632867ec DB: forgot static 2024-03-02 22:17:11 +01:00
0c074b9354 DB: custom WHERE expression 2024-03-02 22:14:53 +01:00
bd3bea8381 Some refactoring in pandalib-util 2023-08-27 13:37:17 +02:00
9ac7a98257 SQLElement: better error handling of the get method + A nullable field that is not set will return null instead of throwing an exception. 2023-08-24 12:40:38 +02:00
5edd8cdfec Various code simplification/fixes and a lot of typo/grammar fixes (may brake some stuff) 2023-06-20 00:15:46 +02:00
54bc8ab99a
Mostly javadoc, and also some fixes there and there 2022-08-10 03:04:12 +02:00
660414424e
Javadoc and refactor pandalib-db 2022-08-01 22:21:04 +02:00
c7a470e391 Fix warnings and stuff 2022-07-22 18:37:15 +02:00
c827027e77 reformat POM files 2022-07-22 17:10:34 +02:00
d2ca501203 renamed modules dir 2022-07-20 13:28:01 +02:00