Skip to content

feat(sql): Add MySQL data types, fix TINYBLOB spelling#3331

Open
mikenikles wants to merge 1 commit intotauri-apps:v2from
mikenikles:add-more-mysql-data-types
Open

feat(sql): Add MySQL data types, fix TINYBLOB spelling#3331
mikenikles wants to merge 1 commit intotauri-apps:v2from
mikenikles:add-more-mysql-data-types

Conversation

@mikenikles
Copy link
Copy Markdown
Contributor

@mikenikles mikenikles commented Mar 7, 2026

Fixes #1444
Fixes #2010

Adds support for MySQL DECIMAL, SET, GEOMETRY, BINARY, VARBINARY data types. Also fixes the TINIYBLOB => TINYBLOB spelling.

@mikenikles mikenikles requested a review from a team as a code owner March 7, 2026 11:24
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 7, 2026

Package Changes Through fc1af2e

There are 12 changes which include sql with minor, sql-js with minor, fs with minor, fs-js with minor, http with patch, http-js with patch, updater with patch, updater-js with patch, dialog with minor, dialog-js with minor, deep-link with patch, deep-link-js with patch

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
api-example 2.0.41 2.0.42
api-example-js 2.0.37 2.0.38
deep-link-example-js 2.2.10 2.2.11
deep-link 2.4.7 2.4.8
deep-link-js 2.4.7 2.4.8
fs 2.4.5 2.5.0
fs-js 2.4.5 2.5.0
dialog 2.6.0 2.7.0
dialog-js 2.6.0 2.7.0
http 2.5.7 2.5.8
http-js 2.5.7 2.5.8
persisted-scope 2.3.5 2.3.6
single-instance 2.4.0 2.4.1
sql 2.3.2 2.4.0
sql-js 2.3.2 2.4.0
updater 2.10.0 2.10.1
updater-js 2.10.0 2.10.1

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

@mikenikles mikenikles force-pushed the add-more-mysql-data-types branch from 9a9879f to fc1af2e Compare March 7, 2026 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[bug] SQL Plugins Query mysql Return unsupported datatype: BINARY [sql] Select the sql column datatype Decimal is not support.

1 participant