Robins
Robins
pi@raspberrypi:~/dl $ sudo lpinfo --include-schemes usb -l -v Device: uri = usb://Brother/HL-2130%20series?serial=G2N757640 class = direct info = Brother HL-2130 series make-and-model = Brother HL-2130 series device-id = MFG:Brother;CMD:PJL,HBP;MDL:HL-2130 series;CLS:PRINTER; location...
# Issue report (Not really a bug-report but)... The recentmost release v2.0.2 is ~18 months old, and it misses some important commits such as c179f353f4c20a41aae1bc72d185906c09fb8147, 9432217932faf12204b7b4b061bf3613871910c6 and e705c02ade30e4581589ab664b2962b2d4247185. It'd be...
## Feature Request Add support for `instance` during `CREATE FOREIGN SERVER` ## Detail *FreeTDS* allows setting `instance` config that allows connection to a specific instance of MSSQL running within a...
Add support for Postgres v13. These are the broad changes in v13, most base SQLs are not yet supported so NA for this task. 1. ALTER NO DEPENDS ON -...
SQL crashes the database: ``` SELECT hll_hash_any(cash_out(0::money)); ``` Crash Example ``` psql (15devel, server 15.2) SSL connection (protocol: TLSv1.2, cipher: ECDHE-RSA-AES256-GCM-SHA384, bits: 256, compression: off) postgres15@postgres=> SELECT hll_hash_any(cash_out(0::money)); SSL SYSCALL...
Progress on DB object completion would be a nice to have
Skip Table processing if can somehow estimate a table is already done. This is going to be heaven sent in case of re-runs of this SQL.... **Hint**: Comparing pg_stat_usr_tables.seq_tup_read to...
Allow non-superusers to run server-options regression test. The server_options test uses pg_user_mapping catalog that is only available to postgres superusers. Thus means non-superusers fail this regression test by design. Since...
While trying to narrow down a bug, I saw that SQLReduce could do a little better. Original SQLReduce output (sample provided): ``` SELECT WHERE Fn1 @@ Fn2(Fn3,Fn4) ``` This could...