pandrews-hdai

Results 8 comments of pandrews-hdai

I've basically been flopping back and forth between this error and `TypeError: this.lib.Database is not a constructor` regardless of what versions of either sequelize (5.21.3, 5.21.10, 5.22.1, 5.22.3, ^6.5.0) or...

@marcuspoehls Good to know. I may have some time to tinker with it. I assume you'd prefer to avoid introducing additional dependencies so if I do put time into a...

@marcuspoehls Unfortunately no, I'm US based so I elected to take the holiday and just haven't had the spare time to prioritize anything around this issue afterwards. Though I'm blocked...

@marcuspoehls I've built a working timeout in my own code and have been trying to patch it into your code for the pool as well but the test isn't working...

Also with the pre-built pgloader: pgloader version "3.6.2" compiled with SBCL 1.4.0-1.el7

Having the same problem as well. Definitely resulting from Sequelize's attempt to guess what columns are part of the unique key to write the upsert around. The root cause of...

I have a functioning workaround requiring no fixes in Sequelize itself, but some checks or type defs might help future-proof the functionality: IF you are defining the indexes declaratively like...

@RuriRyan I had gotten some mileage out of also setting the "quote identifiers" flag in addition, because not downcasing is apparently not the same configuration as maintaining existing case and...