Skip to content

feat: support set data type in mysql#266

Merged
doron050 merged 9 commits intomainfrom
236-support-set-mysql-data-type
Aug 13, 2025
Merged

feat: support set data type in mysql#266
doron050 merged 9 commits intomainfrom
236-support-set-mysql-data-type

Conversation

@SockworkOrange
Copy link
Collaborator

No description provided.

@SockworkOrange SockworkOrange linked an issue Aug 7, 2025 that may be closed by this pull request
@SockworkOrange SockworkOrange force-pushed the 236-support-set-mysql-data-type branch from be1a674 to 78e8c01 Compare August 7, 2025 21:33
@SockworkOrange SockworkOrange force-pushed the 236-support-set-mysql-data-type branch from 95c943b to 741095f Compare August 13, 2025 06:53
}
"""
},
[KnownTestType.PostgresXmlDataTypes] = new TestImpl
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a test for invalid XML

Assert.That(actual{{Consts.UnknownRecordValuePlaceholder}}.CBytea, Is.EqualTo(expected.CBytea));
void AssertSingularEquals(QuerySql.GetPostgresArrayTypesCntRow x, QuerySql.GetPostgresArrayTypesCntRow y)
{
Assert.That(x.Cnt, Is.EqualTo(y.Cnt));
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a missing assertion for type

@doron050 doron050 merged commit 7f80202 into main Aug 13, 2025
6 checks passed
@github-actions github-actions bot deleted the 236-support-set-mysql-data-type branch October 1, 2025 01:49
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.

support set mysql data type

2 participants