22
useVim
5y

it wasn't working yesterday,

did nothing.

It's working today...

Comments
  • 2
    me yesterday:

    - writes SQL query
    - passes it to PDO
    - fetches result - NULL.
    - sets MariaDB to log all queries
    - copys NULL returning query
    - pastes it into mysql terminal
    - it works
    - checks if $q->fetch() statement is OK, it's ok

    - rewrites whole thing and it works (even if it outputs exacly same query)

    Why...
  • 1
    Tags are separated by comma 😉
  • 1
    @Sumafu professional ranters hm
  • 1
    Multithreading issues

    Dynamic data

    Thermal issue

    Some other strange bug

    Whatever it is, try to find it, or else it will haunt you forever.
  • 1
    @ddephor memory issue also
  • 0
    for those interested. it was this.

    https://anseki.github.io/leader-lin...
Add Comment