Menelaos Perdikeas

Results 5 issues of Menelaos Perdikeas

I looked at the documentation and couldn't discover how to configure this. I've also asked on Stackoverflow about this (https://stackoverflow.com/q/64034218/274677) but no answer was forthcoming. Is it possible to not...

**Describe the bug** I am using `xmlbuilder2` in Node writing my code in TypeScript. I am unsure what is the recommended / idiomatic way to import the type `XMLBuilder` which...

bug

This is using Ora2Pg v23.0 I have an index on a Oracle table declared like this: `CREATE INDEX ... ON ... ("col_a", TO_NUMBER(SUBSTR("col_b",2,1))) ` This is converted in PostgreSQL as:...

I have an Oracle database with hundreds of tables that contain a column named ISNULL (a reserved word in PostgreSQL12 apparently). It would be nice if I could do (in...

enhancement

I installed volatile-highlights through melpa with the following in my .emacs file: (use-package volatile-highlights :config (volatile-highlights-mode t)) Installation seemed to work and I do see "VHl" on the status line...