Lukas Joerg

- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Lukas Joerg created a post, Proposal/idea for 'Destructured parameter 'abc' is never used' warning
I prefer to use this: val result = listOfPairs .groupBy { (theId, aValue) -> theId } ... instead of this: val result = listOfPairs .groupBy { it.first } Since in this example I have no use for .s... -
Lukas Joerg commented, -
Lukas Joerg created a post, AnsweredBest approach for copying multiple tables from one database to another?
I have two databases with identical structure, one in MySQL and the other is HyperSQL. I can easily transfer a table or two in the DataGrip IDE (Copy to Database...), but to transfer the complete d...