-
Notifications
You must be signed in to change notification settings - Fork 600
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- ColumnInfo.cs - IGridReader.cs - PocoData.cs - AsyncReader.cs - DatabaseConfigurationExtensions.cs - Interfaces (db operations) - Attribute classes add missing `#if ASYNC` scopes, fix disparite usage of `!NET40` to wrap async methods: - IAlterPocoAsync.cs - IConnection.cs - IStoredProcAsync.cs renamed parameter names for variables and callback methods: - DatabaseConfigurationExtensions.cs `configure`->`cofigurer` - IGridReader.cs `func`->`projector` - IQuery.cs `cb`->`projector` `itemsPerPage`->`maxItemsPerPage` `sqlCount`->`countSql` (match countArgs format) `sqlPage`->`pageSql` (match pageArgs format) `primaryKey`->`pocoOrPrimaryKey` (selective for specific context...eg `Exists`, `ExistsAsync`) - IQueryAsync.cs `receivePocoCallback`->`action` `itemsPerPage`->`maxItemsPerPage` `sqlCount`->`countSql` (match countArgs format) `sqlPage`->`pageSql` (match pageArgs format) - IStoredProcAsync.cs `receivePocoCallback`->`action` - ParametersHelper.cs `args_src`->`srcArgs` (consistent naming convention for public visible parameters) `args_dest`->`destArgs` (consistent naming convention for public visible parameters) renamed type names: - DatabaseConfigurationExtensions.cs `T`->`TProvider` `T`->`TMapper` - IGridReader.cs `TRet`->`TResult` - IQuery.cs `TRet`->`TResult` - IQueryAsync.cs other notable changes - bugs: see todo comments - Page{T}, IQuery, IQueryAsync: switch from "itemsPerPage" to "maxItemsPerPage"
- Loading branch information
Showing
41 changed files
with
1,505 additions
and
1,465 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
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
Oops, something went wrong.