James-A1
Results
2
issues of
James-A1
Hi, I'm using postgresql and I just tried to use the pixie's update method like so: ``` QB::table('persons')->where('id', $id)->update(['name' => 'Jack']); ``` It is giving me a syntax error by...
Hi guys, I'm using postgres with uuid's as primary keys, not auto incremental keys. When I try to insert using pixie, I'm getting the error: ``` PDOException with message 'SQLSTATE[55000]:...
bug
duplicate