Re: Promises and MySql seem to not return

Chris Angelico <[email protected]> Wed, 20 Mar 2024 22:55:01 +1100
Newsgroups gmane.comp.lang.pike.user
Message-ID <CAPTjJmo8mXv3+E79RADckbnfAqofCtTT5T9Btw4DML7ycS1LCw@mail.gmail.com>
On Wed, 20 Mar 2024 at 21:30, Henrik Grubbstr=C3=B6m <[email protected]> wr=
ote:
>
> Thanks for the report and test case.
>
> Fixed in Pike master. It was due to the initialization order
> in Sql.Promise::create().

Thanks! Confirmed fixed.

> > Side note: Pike actually doesn't build against the latest MySQL due to
> > the removal of some ancient deprecated functions, so I have been using
> > the MariaDB client which is what ships with Debian anyway. They're
> > meant to be equivalent so I doubt this is the cause of the issue.
>
> Please make a report at https://git.lysator.liu.se/pikelang/pike/.
>

Done.

https://git.lysator.liu.se/pikelang/pike/-/issues/10149

ChrisA