Results 116 comments of Olivier Guimbal

Hi, thanks for the feedback. You're right, this syntax is not supported as of today :( To be honnest, I didnt know it existed ! Adding that to the todo...

Hi ! It's on my roadmap 👍 FYI: Currently, query args passed by adapters are handled [like this](https://github.com/oguimbal/pg-mem/blob/88580b80297926059d2c51ed66ba4b18cc3bf8a4/src/adapters.ts#L11-L20) Thanks :)

Hi, I'm fine thanks ! Good catch 👍 Adding to the todo list...

That's a bug. Sorry for the delay, I dont have time to work on pg-mem these days :( I'll fix when I can... otherwise, if anyone wants to fix it,...

Quite good analysis 😊 Actually, this issue is a duplicate of #61 ... and will be fixed when the underlying cause #38 is fixed. It requires a non trivial refactoring...

Hi, I currently dont have any tested workaround, but I never looked into one. That said, this could work: ```typescript const db = newDb(); const incriminatedQuery = `SELECT columns.*, pg_catalog.col_description(('"'...

Hi ! I juste verified (and added some fixes & unit tests related to sequences - see referenced commit), but I cannot see how you got this issue if your...

Ah ! Okay I get your problem now. I did not understood that you were refering to a sequence related to a serial counter. I think not... to be honnest,...

Thanks :) That's always nice to read !