Olivier Guimbal
Olivier Guimbal
Hi, this message: > 1) Deletes > can truncate table and restart identity: > Error: 🔨 Not supported 🔨 : The query you ran generated an AST which parts have...
Thanks :) Wow ! Didnt even knew that keyword existed ! Are you interested in seeing this implemented in `pgsql-ast-parser ` only ? Or also to see [pg-mem](https://github.com/oguimbal/pg-mem) support it...
Enchanté :) You assumed correctly ! I wrote [a small guide](https://github.com/oguimbal/pg-mem/blob/master/CONTRIBUTING.md#how-to-implement-a-new-statement) a few days ago, which should give you some hints. I suppose this would enrich the `create table` statement:...
Pas de problème ! Bonne chance. Je suis dispo au besoin
Parser-side of this feature implemented in `[email protected]`, I'm transfering this issue to pg-mem
No problem ! This is not really clean code, but it is important to keep track of two things: 1) Column creation order matters, in order to know what something...
Yea, when I wrote that, I assumed that there was a way to reorder columns in postgres... After a quick check, it seems that there is not, so yes, a...
You may find quite a few suboptimal things like this, which are due to kind-of historical reasons rather than an actual good reason (mostly due to me exploring things, or...
Cool ! Not a problem, this is not pollution, since it corresponds to an actual feature that could be required by someone... I'll just deprioritize it, and deal with it...
Thanks for the feedback 🙂 Appreciate it. I'll try to investigate when I have more time. Happy to know you circumvented this issue.