Andreas Thuresson

Results 6 issues of Andreas Thuresson

Unless I'm misunderstanding having the setting PasteMethod set to 0 should mean when I use a hotstring my clipboard should not be replaced. This is not the case, I have...

bug :bug:

I think it would be nice if parameters were supported for snippets. This would probably work similar to variables but the value is entered as an argument/parameter instead (unless it's...

enhancement

The way multi line works for snippets currently it seems initial white space is ignored. This can be a problem because sometimes you want to start a line with some...

enhancement

I think it would be nice to support other separators than just ",". I haven't looked into this "User-Defined Aggregate Functions" very closely but if a second parameter can't be...

If I try this: ``` SELECT listagg_clob (col1) FROM ( SELECT 'abc' || LEVEL || CHR (10) col1 FROM DUAL CONNECT BY LEVEL < 1000) ``` at line 514 of...

It's nice to have an identifier for each separate execution (job execution, web service call etc). When a lot of things happens at the same time it can get a...