Neto

Results 3 issues of Neto

Hi, I'm using FluentPDO, and I haven't found anywhere how to sum a value in an update query Like: ```sql UPDATE `users` SET `balance` = `balance` + 100 WHERE `id`...

Bug
3.0

I'm not able to use PDO::FETCH_COLUMN like fetchAll in PDO. It's used to return results in a single dimensional array instead of bi-dimensional array. It's possible to use this? ```...

Hi, Is there any way to run raw queries using Hydrahon? I want to truncate a table, but I haven't found a function in Hydrahon, and also haven't found a...