Ficzus Istvan

Results 3 comments of Ficzus Istvan

Hi! I'm experiencing the same issue. I tried registering a type parser: `const registerCustomTypeParsers = () => { types.setTypeParser(2206, (val) => { console.log({ val }) return val }) // 2206...

Thanks @vin1627 ! Directly accessing the underlying postgres db solved the issue. I was trying to generate/run migrations when I encountered this error. The ugly solution for me is to...

Hi! I'm experiencing the same behavior. Any updates on this issue? "typeorm": "^0.3.20", "typeorm-aurora-data-api-driver": "^3.0.1"