FrostbittenKing

Results 4 issues of FrostbittenKing

Hi, we discovered a problem with this driver when running applications in Openshift 4. In openshift 4 /dev/random takes too long to generate the 24 random bytes with the CryptoUtil.nounce(nounceLength,secureRandom)...

Hi, we discovered a problem persisting byte data into a postgresql text column after switching to pgjdbc-ng from the classical postgres jdbc driver. I located the issue in the JavaTypeMapping...

Hi, I'm using rsense in combination with auto-complete and some other stuff(yas, etc). It works pretty well, except, see title. Little example: 'a'.a: menu pops up with all kind of...

Hi, Since changes in spring boot 3.1.1 (to be precise, in spring-data-jpa 3.1.1), SQLText fails to correctly parse expressions like `....where my_number like('%'||?||'%')`. spring boot replaces `where my_number like %:paramName%`...