Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH3530: Add locale specific tests to check for invalid type conversions. #3548

Open
wants to merge 54 commits into
base: master
Choose a base branch
from

Conversation

deAtog
Copy link
Contributor

@deAtog deAtog commented May 15, 2024

This pull request is a work in progress for adding locale specific tests.

@deAtog deAtog force-pushed the GH-3530 branch 8 times, most recently from db08376 to 59b82e0 Compare May 15, 2024 17:33
@deAtog deAtog changed the title WIP - GH3530: Add locale specific tests to check for invalid type conversions. GH3530: Add locale specific tests to check for invalid type conversions. May 15, 2024
@deAtog deAtog force-pushed the GH-3530 branch 2 times, most recently from 2f4730f to 9e0e6b2 Compare May 30, 2024 21:13
@deAtog deAtog force-pushed the GH-3530 branch 12 times, most recently from 1fef1a9 to c2035fe Compare June 10, 2024 18:39
@deAtog deAtog force-pushed the GH-3530 branch 6 times, most recently from cc0aff8 to 3d8bc0e Compare June 11, 2024 13:17
David Ellingsworth added 22 commits June 11, 2024 15:34
…ssible and

use Convert with the user provided locale if necessary.
…to the ReflectionBasedDriver to allow derived classes to access the type information.
…tChar and does not convert strings to datetime values. Add a custom OracleDbDataReader to address these issues.
…from the database to decimal types. Add a MySqlDbDataReader to correct this deficiency.
…onvert dates stores as strings. Address this issue by adding a FirebirdDbDataReader.
…Char method. Add a NoCharDbDataReader to use with these drivers.
…bDataReader.GetChar method, wrap it in a NoCharDbDataReader.
…the DbDataReader.GetChar method, wrap it with the NoCharDbDataReader.
…bDataReader.GetChar method, wrap it in the NoCharDbDataReader.
…taReader.GetChar method, wrap it in the NoCharDbDataReader.
…taReader.GetChar and incorrectly uses Convert without specifying an IFormatProvider. Wrap the SAP SqlAnywhere DbDataReader in a SqlAnywhereDbDataReader to correct these issues.
…lement DbDataReader.GetChar and incorrectly uses Convert without specifying an IFormatProvider. Wrap the Sybase SqlAnywhere DotNet4 DbDataReader in a SqlAnywhereDbDataReader to correct these issues.
…bDataReader.GetChar and incorrectly uses Convert without specifying an IFormatProvider. Wrap the Sybase SqlAnywhere DbDataReader in a SqlAnywhereDbDataReader to correct these issues.
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.

1 participant