Results 116 comments of Olivier Guimbal

Yes, you must try against an actual postgres database to know what is returned :/

Date implementation of pg-mem is a bit naïve: Everything is handled the same way, and pg-mem is not aware of timezones. So Dates, datetime, timestamp, timetampz ... they're all implemented...

Thanks :) I'll add that to my todolist, but I dont have time to work on it these days :(

Hi ! Thanks for the report. I dont have much time these days, but i'll try to look into this asap !

No problem :) Adding it to todo list ... i'll deal with it when I have some spare time !

Seems like a bug... I'll try to have a look, but I dont have time these days :( Thanks for the report and for your kind words

Hi, Sorry, I dont have time to work on pg-mem these days :( If you're intetersted in contributing, you could create the underlying datatype. The type system is not very...

Given that pg-mem does not support concurrent transactions, supporting `select for update` has no meaning. (if two transactions run il parallel, the last one to commit will fail). pg-mem does...

Nice catch ! Thanks for the feedback, and for the kind words :) Note to myself: [here is how](https://github.com/brianc/node-postgres/blob/4b229275cfe41ca17b7d69bd39f91ada0068a5d0/packages/pg/lib/utils.js#L151-L165) pg seems to normalize input (called [here](https://github.com/brianc/node-postgres/blob/4b229275cfe41ca17b7d69bd39f91ada0068a5d0/packages/pg/lib/query.js#L12)). Will fix when I...

Hi ! I dont have much time these days, but I'm adding that to my todo list. Thanks for the report :)