Skip to content

Conversation

@JaBistDuNarrisch
Copy link

Fixes #89
Fixes #90

{
if (defaultValueDateTime.Kind != DateTimeKind.Utc)
{
throw new Exception("We only accept UTC values as default DateTime values.");
Copy link
Member

Choose a reason for hiding this comment

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

We?

Copy link
Member

Choose a reason for hiding this comment

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

Unspecified is not okay?

Copy link
Author

@JaBistDuNarrisch JaBistDuNarrisch Aug 11, 2025

Choose a reason for hiding this comment

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

No unspecified is not ok. You need to set UTC explicitly

DateTimeKind.Unspecified is not ok

Copy link
Author

Choose a reason for hiding this comment

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

Ok, will change the "We only accept..." and merge it.

@JaBistDuNarrisch JaBistDuNarrisch merged commit b09d7b4 into master Aug 11, 2025
1 check passed
@JaBistDuNarrisch JaBistDuNarrisch deleted the get-columns-postgre branch August 11, 2025 08:43
@JaBistDuNarrisch JaBistDuNarrisch self-assigned this Aug 11, 2025

[TestFixture]
[Category("Postgre")]
public class PostgreSQLTransformationProvider_GetColumnsDefaultTypeTests : PostgreSQLTransformationProviderTestBase

Choose a reason for hiding this comment

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

Name nicht gleich wie Datei.


[TestFixture]
[Category("Postgre")]
public class PostgreSQLTransformationProvider_GetColumnTypeTests : PostgreSQLTransformationProviderTestBase

Choose a reason for hiding this comment

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

Name nicht gleich wie Datei.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

4 participants