SirCyan

Results 5 comments of SirCyan

Confirmed that database handles seem to be corrupting with async_db_exec() and a MySQL backend as well. This is my code to reproduce: void main() { int db1, db2; db1 =...

> This is because you miss-used the callback paramter `db1cb` and `db2cb` above, they are "number of rows", not the "handles" , you shouldn't pass that into db_fetch() . I...

> The example in testsuite/single/tests/efuns/db.c was incorrect until it was updated 3 days ago when @thefallentree mentioned its not the handle, but the number of rows. > > You'll need...

Some more background, this is affecting this game: https://dev.sqt.wtf/cgit/cyan/fernandotel/.git/tree/ Which was written as a BBS door for notcurses direct mode, but it can't run on Syncterm, which is arguably the...

I'll let Deuce chime in more with that one, but my understanding is they overlapped in the automaton (that is to say, they both couldn't be detected independently), and after...