databases/mysql80-{client, server}: Update to 8.0.45
Bugs Fixed
InnoDB: Under certain circumstances, when using the que_eval_sql
interface, a race condition could occur. (Bug #118705, Bug #38310595)
Binary log purged before persisted binlog_expire_* options were
loaded. (Bug #38554467)
When 2 of 6 instances in a geographically dispersed InnoDB Cluster
lost connectivity, the primary server became unresponsive, causing the
COMMIT and INSERT operations to become unresponsive as well. (Bug
Fixed several issues relating to Thread Pool blocking connections
from closing. (Bug #38170188, Bug #36782728, Bug #38549372)
GTID gaps were generated because of the replica- skip-errors option.
(Bug #28590993)
[9 lines not shown]
databases/rainfrog: Add new port
Rainfrog is a lightweight, terminal-based tool for interacting with databases.
Features:
- efficient navigation via vim-like keybindings and mouse controls
- query editor with keyword highlighting, session history, and favorites
- quickly copy data, filter tables, and switch between schemas
- shortcuts to view table metadata and properties
- cross-platform (Android via termux, FreeBSD, Linux, MacOS, Windows)
Supported databases:
- Postgres
- MySQL
- Sqlite
- Redshift (via wire protocol of Postgres)
- DuckDB
[3 lines not shown]
databases/py-harlequin: Add new port
Harlequin is an easy, fast, and beautiful database client for the terminal.
It has all the features you'd expect from an SQL IDE, delightfully running
right in your terminal.
- View tables, columns, and their types across one or more attached
databases. Optionally view local files or S3 objects.
- A full-featured editor: autocomplete, open, save, format, cut, copy, paste,
and more. Supports multiple tabbed buffers!
- View 1M+ results in an interactive table. Multiple queries loaded into
separate tabs.
- Full Screen
- Export query results and configure the export using a helpful UI.
- View a list of executed queries and a summary of results. Select to insert
into a new buffer.
https://harlequin.sh/
textproc/py-textual-textarea: Add new port
Textual-textarea is a text area (multi-line input) with syntax highlighting for
Textual.
It offers a full-featured text editor experience with VS-Code-like bindings, in
your Textual App:
- Syntax highlighting and support for Pygments themes.
- Move cursor and scroll with mouse or keys (including ctrl+arrow, PgUp/Dn,
ctrl+Home/End).
- Open (ctrl+o) and save (ctrl+s) files.
- Cut (ctrl+x), copy (ctrl+c), paste (ctrl+u/v), optionally using the system
clipboard.
- Comment selections with ctrl+/.
- Indent and dedent (optionally for a multiline selection) to tab stops with
Tab and shift+Tab.
- Automatic completions of quotes and brackets.
- Select text by double-, triple-, or quadruple-clicking.
[3 lines not shown]
textproc/py-textual-fastdatatable: Add new port
Textual-fastdatatable is a performance-focused reimplementation of Textual's
DataTable widget, with a pluggable data storage backend.
https://github.com/tconbeer/textual-fastdatatable
shells/powershell: Install the lib/powershell/ref symlink
This fixes a error that happens when typing
Add-Type -TypeDefinition @"
using System;
"@ -Language CSharp
into PowerShell's prompt.
It is yet unclear if all .NET DLLs should actually be installed under /ref,
but this is still better than non-working Add-Type command.
Reported by: Luke Brennan <lukebrennan at outlook.com>