-
Notifications
You must be signed in to change notification settings - Fork 929
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
base: master
Are you sure you want to change the base?
Commits on Jun 10, 2024
-
GH3530: Add locale specific tests to check for invalid type conversions.
David Ellingsworth authored and David Ellingsworth committedJun 10, 2024 Configuration menu - View commit details
-
Copy full SHA for f3fe3d2 - Browse repository at this point
Copy the full SHA f3fe3d2View commit details -
nhibernateGH-3530: Change id type in preparation for manually creatin…
…g the schema.
David Ellingsworth authored and David Ellingsworth committedJun 10, 2024 Configuration menu - View commit details
-
Copy full SHA for 2c8adc1 - Browse repository at this point
Copy the full SHA 2c8adc1View commit details -
nhibernateGH-3530: Attempt to manually create the schema using the cu…
…rrent dialect.
David Ellingsworth authored and David Ellingsworth committedJun 10, 2024 Configuration menu - View commit details
-
Copy full SHA for 1a29463 - Browse repository at this point
Copy the full SHA 1a29463View commit details -
nhibernateGH-3530: Add missing comma and space after Id field.
David Ellingsworth authored and David Ellingsworth committedJun 10, 2024 Configuration menu - View commit details
-
Copy full SHA for af82e96 - Browse repository at this point
Copy the full SHA af82e96View commit details -
nhibernateGH-3530: Use the same syntax as Table.SqlCreateString for t…
…he identity column.
David Ellingsworth authored and David Ellingsworth committedJun 10, 2024 Configuration menu - View commit details
-
Copy full SHA for c62a7e8 - Browse repository at this point
Copy the full SHA c62a7e8View commit details -
nhibernateGH-3530: Break up the tests by type so we can see which typ…
…es fail where.
David Ellingsworth authored and David Ellingsworth committedJun 10, 2024 Configuration menu - View commit details
-
Copy full SHA for 1394492 - Browse repository at this point
Copy the full SHA 1394492View commit details -
nhibernateGH-3530: Fix incorrect test for Double types.
David Ellingsworth authored and David Ellingsworth committedJun 10, 2024 Configuration menu - View commit details
-
Copy full SHA for 72367b2 - Browse repository at this point
Copy the full SHA 72367b2View commit details -
nhibernateGH-3530: Add a meaningful message when TestDouble fails.
David Ellingsworth authored and David Ellingsworth committedJun 10, 2024 Configuration menu - View commit details
-
Copy full SHA for e66e1c6 - Browse repository at this point
Copy the full SHA e66e1c6View commit details -
nhibernateGH-3530: Attempt to switch to a guid Id as some databases d…
…o not support the identity generator.
David Ellingsworth authored and David Ellingsworth committedJun 10, 2024 Configuration menu - View commit details
-
Copy full SHA for a9b0910 - Browse repository at this point
Copy the full SHA a9b0910View commit details -
nhibernateGH-3530: Guid key's are not identity columns and are define…
…d like all other columns.
David Ellingsworth authored and David Ellingsworth committedJun 10, 2024 Configuration menu - View commit details
-
Copy full SHA for 5282ab3 - Browse repository at this point
Copy the full SHA 5282ab3View commit details -
nhibernateGH-3530: Correctly add the primary key constraint for the I…
…d column.
David Ellingsworth authored and David Ellingsworth committedJun 10, 2024 Configuration menu - View commit details
-
Copy full SHA for 11d645e - Browse repository at this point
Copy the full SHA 11d645eView commit details -
nhibernateGH-3530: Allow all properties of the LocaleEntity to be nul…
…lable.
David Ellingsworth authored and David Ellingsworth committedJun 10, 2024 Configuration menu - View commit details
-
Copy full SHA for aa7cd99 - Browse repository at this point
Copy the full SHA aa7cd99View commit details -
nhibernateGH-3530: Separate the types into different tables to avoid …
…failure on default values.
David Ellingsworth authored and David Ellingsworth committedJun 10, 2024 Configuration menu - View commit details
-
Copy full SHA for 2666a44 - Browse repository at this point
Copy the full SHA 2666a44View commit details -
Configuration menu - View commit details
-
Copy full SHA for d10c4d8 - Browse repository at this point
Copy the full SHA d10c4d8View commit details -
nhibernateGH-3530: Remove trailing comma and space from last column i…
…n table generation.
David Ellingsworth authored and David Ellingsworth committedJun 10, 2024 Configuration menu - View commit details
-
Copy full SHA for fd4f95c - Browse repository at this point
Copy the full SHA fd4f95cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 956219f - Browse repository at this point
Copy the full SHA 956219fView commit details -
nhibernateGH-3530: Rename the Value column to DataValue to avoid conf…
…licts with reserved words.
David Ellingsworth authored and David Ellingsworth committedJun 10, 2024 Configuration menu - View commit details
-
Copy full SHA for 7ec4e58 - Browse repository at this point
Copy the full SHA 7ec4e58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6461ddd - Browse repository at this point
Copy the full SHA 6461dddView commit details -
nhibernateGH-3530: Add additional test that uses the DateTime type wi…
…th the dilect's suggested type. Perform some minor cleanup recommended by the DeepSource analysis.
David Ellingsworth authored and David Ellingsworth committedJun 10, 2024 Configuration menu - View commit details
-
Copy full SHA for e09ffe6 - Browse repository at this point
Copy the full SHA e09ffe6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2c7bd5 - Browse repository at this point
Copy the full SHA c2c7bd5View commit details -
nhibernateGH-3530: Let the SchemaExporter drop and create tables befo…
…re attempting to create them manually.
David Ellingsworth authored and David Ellingsworth committedJun 10, 2024 Configuration menu - View commit details
-
Copy full SHA for ea81464 - Browse repository at this point
Copy the full SHA ea81464View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06edc33 - Browse repository at this point
Copy the full SHA 06edc33View commit details -
nhibernateGH-3530: Add exception handler to handle cases when the tab…
…le already exists. Partially revert part of the previous commit which changed the responisbility of the SchemaExporter. Hopefully this fixes failing tests due to schema issues.
David Ellingsworth authored and David Ellingsworth committedJun 10, 2024 Configuration menu - View commit details
-
Copy full SHA for 91f2599 - Browse repository at this point
Copy the full SHA 91f2599View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9575cb - Browse repository at this point
Copy the full SHA f9575cbView commit details -
GH-5350: Rename Entity<T> to DataEntity<T> to address Deepsource issue.
David Ellingsworth authored and David Ellingsworth committedJun 10, 2024 Configuration menu - View commit details
-
Copy full SHA for a2cf98c - Browse repository at this point
Copy the full SHA a2cf98cView commit details -
GH-5350: Use StringBuilder.Append(char) for appending a single charac…
…ter.
David Ellingsworth authored and David Ellingsworth committedJun 10, 2024 Configuration menu - View commit details
-
Copy full SHA for f1661eb - Browse repository at this point
Copy the full SHA f1661ebView commit details -
nhibernateGH-3530: Switch to simple using statements per Deepsource.
David Ellingsworth authored and David Ellingsworth committedJun 10, 2024 Configuration menu - View commit details
-
Copy full SHA for 36b951e - Browse repository at this point
Copy the full SHA 36b951eView commit details -
nhibernateGH-3530: Switch to file scoped namespacing per Deepsource.
David Ellingsworth authored and David Ellingsworth committedJun 10, 2024 Configuration menu - View commit details
-
Copy full SHA for 2e3206f - Browse repository at this point
Copy the full SHA 2e3206fView commit details -
nhibernateGH-3530: Replace explicit type with var to avoid type dupli…
…cation.
David Ellingsworth authored and David Ellingsworth committedJun 10, 2024 Configuration menu - View commit details
-
Copy full SHA for 8625f25 - Browse repository at this point
Copy the full SHA 8625f25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58fe6c7 - Browse repository at this point
Copy the full SHA 58fe6c7View commit details -
nhibernateGH-3530: Switch to file scoped namespace per DeepSource.
David Ellingsworth authored and David Ellingsworth committedJun 10, 2024 Configuration menu - View commit details
-
Copy full SHA for 2be793d - Browse repository at this point
Copy the full SHA 2be793dView commit details -
GH-5350: Add global setting for specifying the locale of the database.
David Ellingsworth authored and David Ellingsworth committedJun 10, 2024 Configuration menu - View commit details
-
Copy full SHA for ac708f6 - Browse repository at this point
Copy the full SHA ac708f6View commit details
Commits on Jun 11, 2024
-
nhibernateGH-3530: Use type specific methods of DbDataReader where po…
…ssible and use Convert with the user provided locale if necessary.
David Ellingsworth authored and David Ellingsworth committedJun 11, 2024 Configuration menu - View commit details
-
Copy full SHA for bb38501 - Browse repository at this point
Copy the full SHA bb38501View commit details -
nhibernateGH-3530: Fix failing BooleanType test due to changed behavi…
…or of the BooleanType.
David Ellingsworth authored and David Ellingsworth committedJun 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 6dbd4f0 - Browse repository at this point
Copy the full SHA 6dbd4f0View commit details -
nhibernateGH-3530: Fix failing CharBooleanType test due to change in …
…behavior of the CharBooleanType.
David Ellingsworth authored and David Ellingsworth committedJun 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 97a516d - Browse repository at this point
Copy the full SHA 97a516dView commit details -
nhibernateGH-3530: Add tests for float type.
David Ellingsworth authored and David Ellingsworth committedJun 11, 2024 Configuration menu - View commit details
-
Copy full SHA for f8eb2a6 - Browse repository at this point
Copy the full SHA f8eb2a6View commit details -
nhibernateGH-3530: Add a mechanism to Drivers to execute a command an…
…d return a DbDataReader.
David Ellingsworth authored and David Ellingsworth committedJun 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 445d5a9 - Browse repository at this point
Copy the full SHA 445d5a9View commit details -
nhibernateGH-3530: Add a class for wrapping a DbDataReader.
David Ellingsworth authored and David Ellingsworth committedJun 11, 2024 Configuration menu - View commit details
-
Copy full SHA for fa84e8a - Browse repository at this point
Copy the full SHA fa84e8aView commit details -
nhibernateGH-3530: Add a DbDataReader for performing direct casts of …
…values returned from the indexer method.
David Ellingsworth authored and David Ellingsworth committedJun 11, 2024 Configuration menu - View commit details
-
Copy full SHA for f135115 - Browse repository at this point
Copy the full SHA f135115View commit details -
nhibernateGH-3530: Add TypeOfConnection and TypeOfCommand properties …
…to the ReflectionBasedDriver to allow derived classes to access the type information.
David Ellingsworth authored and David Ellingsworth committedJun 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 4da33b7 - Browse repository at this point
Copy the full SHA 4da33b7View commit details -
nhibernateGH-3530: The Oracle driver does not support DbDataReader.Ge…
…tChar and does not convert strings to datetime values. Add a custom OracleDbDataReader to address these issues.
David Ellingsworth authored and David Ellingsworth committedJun 11, 2024 Configuration menu - View commit details
-
Copy full SHA for b6b55f4 - Browse repository at this point
Copy the full SHA b6b55f4View commit details -
nhibernateGH-3530: The MySql driver doesn't properly convert strings …
…from the database to decimal types. Add a MySqlDbDataReader to correct this deficiency.
David Ellingsworth authored and David Ellingsworth committedJun 11, 2024 Configuration menu - View commit details
-
Copy full SHA for ec49d5f - Browse repository at this point
Copy the full SHA ec49d5fView commit details -
nhibernateGH-3530: Firebird incorrectly uses the current culture to c…
…onvert dates stores as strings. Address this issue by adding a FirebirdDbDataReader.
David Ellingsworth authored and David Ellingsworth committedJun 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 4b010ce - Browse repository at this point
Copy the full SHA 4b010ceView commit details -
nhibernateGH-3530: Many drivers lack support for the DbDataReader.Get…
…Char method. Add a NoCharDbDataReader to use with these drivers.
David Ellingsworth authored and David Ellingsworth committedJun 11, 2024 Configuration menu - View commit details
-
Copy full SHA for de669f2 - Browse repository at this point
Copy the full SHA de669f2View commit details -
nhibernateGH-3530: The Sql Server 2008 driver lacks support for the D…
…bDataReader.GetChar method, wrap it in a NoCharDbDataReader.
David Ellingsworth authored and David Ellingsworth committedJun 11, 2024 Configuration menu - View commit details
-
Copy full SHA for adf1f01 - Browse repository at this point
Copy the full SHA adf1f01View commit details -
nhibernateGH-3530: The MicrosoftDataSqlClientDriver does not support …
…the DbDataReader.GetChar method, wrap it with the NoCharDbDataReader.
David Ellingsworth authored and David Ellingsworth committedJun 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 6e49aac - Browse repository at this point
Copy the full SHA 6e49aacView commit details -
nhibernateGH-3530: The SAP SQL Anywhere driver does not support the D…
…bDataReader.GetChar method, wrap it in the NoCharDbDataReader.
David Ellingsworth authored and David Ellingsworth committedJun 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 6610fe2 - Browse repository at this point
Copy the full SHA 6610fe2View commit details -
nhibernateGH-3530: The Sql Server CE driver does not support the DbDa…
…taReader.GetChar method, wrap it in the NoCharDbDataReader.
David Ellingsworth authored and David Ellingsworth committedJun 11, 2024 Configuration menu - View commit details
-
Copy full SHA for b99474d - Browse repository at this point
Copy the full SHA b99474dView commit details -
nhibernateGH-3530: Ensure all DbDataReader.TryGet extention methods c…
…atch all types of exceptions.
David Ellingsworth authored and David Ellingsworth committedJun 11, 2024 Configuration menu - View commit details
-
Copy full SHA for f8637c7 - Browse repository at this point
Copy the full SHA f8637c7View commit details
Commits on Jun 14, 2024
-
nhibernateGH-3530: Add a warning when a driver throws an exception wh…
…ile retrieving a value.
David Ellingsworth authored and David Ellingsworth committedJun 14, 2024 Configuration menu - View commit details
-
Copy full SHA for b94e807 - Browse repository at this point
Copy the full SHA b94e807View commit details -
nhibernateGH-3530: The SAP SqlAnywhere driver does not implement DbDa…
…taReader.GetChar and incorrectly uses Convert without specifying an IFormatProvider. Wrap the SAP SqlAnywhere DbDataReader in a SqlAnywhereDbDataReader to correct these issues.
David Ellingsworth authored and David Ellingsworth committedJun 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 2b8c35e - Browse repository at this point
Copy the full SHA 2b8c35eView commit details -
nhibernateGH-3530: The Sybase SqlAnywhere DotNet4 driver does not imp…
…lement DbDataReader.GetChar and incorrectly uses Convert without specifying an IFormatProvider. Wrap the Sybase SqlAnywhere DotNet4 DbDataReader in a SqlAnywhereDbDataReader to correct these issues.
David Ellingsworth authored and David Ellingsworth committedJun 14, 2024 Configuration menu - View commit details
-
Copy full SHA for dff6329 - Browse repository at this point
Copy the full SHA dff6329View commit details -
nhibernateGH-3530: The Sybase SqlAnywhere driver does not implement D…
…bDataReader.GetChar and incorrectly uses Convert without specifying an IFormatProvider. Wrap the Sybase SqlAnywhere DbDataReader in a SqlAnywhereDbDataReader to correct these issues.
David Ellingsworth authored and David Ellingsworth committedJun 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 5c022a5 - Browse repository at this point
Copy the full SHA 5c022a5View commit details -
nhibernateGH-3530: Add an extension method to specify the return type…
…s when calling DbDataReader.GetValues()
David Ellingsworth authored and David Ellingsworth committedJun 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 0563713 - Browse repository at this point
Copy the full SHA 0563713View commit details