fwcd / kotlin-language-server

Kotlin code completion, diagnostics and more for any editor/IDE using the Language Server Protocol
MIT License
1.58k stars 202 forks source link

increase the max length of varchar column of ClassPathCacheEntry table #532

Closed dtsuzuku-ibm closed 6 months ago

dtsuzuku-ibm commented 6 months ago

Sometimes the length of path to compiledjar may get longer than 255. For example, the path to the cache of this artifact https://mvnrepository.com/artifact/com.ibm.websphere.appserver.api/com.ibm.websphere.appserver.api.security.authorization.saf/1.3.78 may be like following: /Users/username/.gradle/caches/modules-2/files-2.1/com.ibm.websphere.appserver.api/com.ibm.websphere.appserver.api.security.authorization.saf/1.3.78/5fb520b6711e772218e7f9917d51d1c4347e4cf4/com.ibm.websphere.appserver.api.security.authorization.saf-1.3.78.jar

It might be better to make this limitation longer.

dtsuzuku-ibm commented 6 months ago

@fwcd @daplf

Is there any other thing to address?

fwcd commented 6 months ago

My tick carries no weight

I believe it does, you did design the database after all 😄

Thanks!