Lukas Joerg
- 活动总数 13
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 5
-
创建于 DataGrip: In Settings > Code Style a part of the settings information is being cut off
已回答I'm on DataGrip 2025.1.3 and the UI cuts off a part of the settings information.This is the case for the first five tabs ‘Case’ to ‘Expressions’. -
创建于 'match' branches and closing brace not properly aligned when 'match' is used with named arguments
‘match’ branches in function calls are currently aligned to left and intended from there, which is correct for function calls which do not use named arguments. But with named arguments, the alignme... -
已编辑于 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... -
已编辑于 Best 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...