Goran Schwarz

Results 9 issues of Goran Schwarz

I know this is a *SQL Formatter*, but can it also be used to **extract** table names from a SQL Statement! Previously I have worked with: * SQL Table Name...

Any chance this project (in the future) also can compose a "simple text" plan from the XML Content like the output from `set statistics profile on` or similar! That will...

enhancement

**Describe the issue** `query_id` in `pg_stat_activity` is NULL when connecting from JDBC, but not from `psql` **Driver Version?** 42.7.2 (postgresql-42.7.2.jar) **Java Version?** 21.0.1 (or any) **OS Version?** Windows 11 (I...

What about adding Execution Time, just below the "Cost: #%" in the output? The XML propert "ActualElapsedms" and "ActualCPUms" are there, why not display it, if they are present in...

Hi there! I have a Postgres function that looks like ``` CREATE OR REPLACE FUNCTION t1_dummy2_func() RETURNS integer AS $$ DECLARE v_rowcount int; BEGIN FOR i IN 1..10 LOOP select...

* in "qp-node" Added: "Time: #### s" when the element: "s:RunTimeInformation/s:RunTimeCountersPerThread/@ActualElapsedms" exists * in "qp-node" Added: "A={$ActualRows} of E={$EstimateRows} (###%)" when the element "s:RunTimeInformation/s:RunTimeCountersPerThread/@ActualRows" exists * in "qp-node" When it's...

**Description** Editor freezes for several seconds when editing or moving around in large documents **Steps to Reproduce** 1. Open a larger file (I normally work with SQL Files, 30-40K lines...

bug

Hi there! Is there ha H2 Java class/utility where I can read out the H2 Version from a no started `xxx.mv.db` file! In this post: https://groups.google.com/g/h2-database/c/TysP-wl_yUk @katzyn simply states `mv.db...

**"OpenSSH for Windows" version** 7.7.2.3 **Server OperatingSystem** Windows 10 Pro (just for testing) **Client OperatingSystem** Any ssh client, Linux or Windows **What is failing** When disconnecting (killing the client) from...

Issue-Bug
Investigate