Arnaud Benhamdine
Arnaud Benhamdine
duplicate of https://github.com/t4t5/sweetalert/pull/935 ?
> I'm not sure if this keyword is used much. > I've never seen the syntax before encountering it on that database view It's a very common pattern. Frankly, I...
> Would be nice to run multiple queries in parallel with just one connection. Forking in the backend probably would be faster than client opening multiple connections. pipelining has nothing...
No unfortunately, I don't have time to finish the PR (and I didn't even look at the native driver)
One test is failing on appveyor : 
> Just in case, this is how I improved the test in my project to support Node 19, @abenhamdine : > > ```ts > expect.stringMatching( > // the 2nd option...
> Perhaps then this pr can just be limited to node 18 to get it landed, otherwise just waiting for that dependency update is all the is needed. Ok I...
FI the node 19 error is fixed upstream in https://github.com/expressjs/body-parser/releases/tag/1.20.2
I have rebased the branch on top of master, and have updated nodejs versions with last 16 and 18 versions available in GH and appveyor. However, nodejs 18 and 19...
nodejs 18 tests are passing again, but nodejs 19 tests are still blocked by the same error, even with body-parser 1.20.2 :