kuseman / queryeer

Query IDE based on payloadbuilder library
Apache License 2.0
0 stars 0 forks source link

Copy session from previous #1

Open kuseman opened 2 years ago

kuseman commented 2 years ago

It's very common to want to query something different from the same context (same catalog settings etc.) and hence opening a new tab. But this loses all context now so one have to setup the context from scratch.

Copy the current context to the new context. (copy constructor on QuerySession?)

kuseman commented 1 year ago

Might be enough to just copy catalog properties from source