dotnet / dotnet/orleans

AdoNet for some Stored Procedures do not support mysql5.7

Open
#9,488 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
10.9k
Forks
2.1k
Avg merge
14h 42m
Merged PRs (30d)
354

Description

Modifying MySQL Stored Procedures for Backward Compatibility (Version 5.7 Support)

Some MySQL stored procedure scripts currently don't support older versions (similar to the PostgreSQL compatibility issues we addressed). These need to be manually modified to ensure compatibility with version 5.7 and similar releases。
like procedure GetStreamMessages should modify byself

Contributor guide

Open the contributing guide

Research direction

Locate the MySQL stored procedure script for GetStreamMessages and review the existing procedure definitions mentioned in the issue. Compare them with the PostgreSQL compatibility work, then validate the modified procedures against MySQL 5.7; done means the affected procedures execute successfully on that version.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp, mysql
Domain
databases
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.