Re: Promises and MySql seem to not return

2024-03-19 Thread Chris Angelico
On Wed, 20 Mar 2024 at 08:09, Henrik Grubbström (Lysator) @ Pike (-) importmöte för mailinglistan <6...@lyskom.lysator.liu.se> wrote: > > > Hey, folks. > > Hi Mike. > > > We have a MySql database we need to connect to on this project, and > > having trouble getting asynchronous requests to work. >

Promises and MySql seem to not return

2024-03-19 Thread Henrik Grubbstr�m (Lysator) @ Pike (-) importm�te f�r mailinglistan
> Hey, folks. Hi Mike. > We have a MySql database we need to connect to on this project, and > having trouble getting asynchronous requests to work. > > If we use `dbconn->typed_query`, we get the expected response. > > With promise_query, seeing: `SQL status: still running...` > > Chris

Promises and MySql seem to not return

2024-03-19 Thread Mike Kilmer
Hey, folks. We have a MySql database we need to connect to on this project, and having trouble getting asynchronous requests to work. If we use `dbconn->typed_query`, we get the expected response. With promise_query, seeing: `SQL status: still running...` Chris Angelico promises (pun