-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't specify dbtype for DateTime et al; fixed npgsql 6 issue (#1723)
* context: #1716 #1716 - change type-map to allow nullable - change DateTime/TimeSpan to null - do not specify DbType for null - semi-breaking change: swap GetDbType to SetDbType, noting that it is marked [Obsolete] and internal-use-only - semi-breaking change: make LookupDbType return nullable (same internal-use/[Obsolete]) * add test for Npgsql 6.0.0-rc.1 * try list parameters (like arrays) * never assign -1 (sentinel) as the .DbType * postgres tests
- Loading branch information
Showing
5 changed files
with
73 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters