Commit Graph

7 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
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
660414424e
Javadoc and refactor pandalib-db 2022-08-01 22:21:04 +02:00
d2ca501203 renamed modules dir 2022-07-20 13:28:01 +02:00