Roger Pack

Results 159 issues of Roger Pack

Might be nice to set the per-connection "application_name" so if somebody does a "select * from pg_stat_activity" it'll be more obvious which connections are psequel. Cheers!

Sometimes with "very large" queries (many lines) (like...200M) it would be nice to just save results straight to a file (saving 10,000 at a time isn't fun). Or possibly create...

It would be nice ("save a click") if psequel remembered the "last selected schema" (per connection) instead of defaulting back to public after reconnect. Thanks! -roger-

enhancement

Here is a query `select pg_get_viewdef('some_view', true);` It returns output like this (as viewed from psql console): ``` pg_get_viewdef ----------------------------------------------------- SELECT workflow_instances.workflow_instance_id, + workflow_instances.callback_url, + ... ``` In psequel, it...

enhancement

Today if you enter from the "query pane" select * from table_name; it says "1345 row(s) affected" at the bottom. Which is scary if you were doing some updates but...

Exception: packet 254 not implemented (Exception) from lib/mysql/src/mysql/connection.cr:29:9 in 'initialize' from lib/mysql/src/mysql/connection.cr:4:3 in 'new' connecting to mysql 8 instance...

cross compiling for windows from linux results in a ton of undefined reference to `nettle_mpz_sizeinbase_256_u' type errors: CMakeFiles/srt-live-transmit.dir/linklibs.rsp is "missing" some pkg deps of gnutls (nettle, hogweed, etc.) ``` cmake...

Type: Bug
[build]
help wanted

Anybody know if this api is covered? https://devnet.familysearch.org/docs/api/source_links_module

authentication doesn't seem to be handled... For feedback sake, if one forgets to authenticate, seemingly unrelated errors are thrown...expected? $com.familytree_v2.pedigree :me TypeError: can't convert nil into String from C:/installs/Ruby187/lib/ruby/gems/1.8/gems/ruby-fs- stack-0.5.3/lib/ruby-fs-stack/fs_communicator.rb:181:in...

Last I checked...