Trevor Pilley
Trevor Pilley
Created https://github.com/TrevorPilley/MicroLite/tree/Sybase branch for implementation, needs: - SybaseSqlAnywhereCharacters - SybaseSqlAnywhereDialect - SybaseDbDriver
Created https://github.com/TrevorPilley/MicroLite/tree/Oracle branch for implementation, needs: - OracleSqlCharacters - OracleSqlDialect - OracleDbDriver
The idea here will be that the core MicroLite library will contain the Session API and support for MS SQL Server along with all the other classes and interfaces for...
We will move from the old static API: ``` CSharp Configure.Fluently().ForMsSqlServer("")... ``` To a newer instance based API: ``` CSharp var config = new SessionConfiguration(); config.UseLog4Net(); config.UseMsSqlConnection("") ``` The Listeners,...
This will allow a mixture of convention and attribute based mapping plus any custom conventions defined by an end user. The resolution will work similar to how the routing works...
When a projection is used, the type converters are not invoked so if you have the following: ``` CSharp public enum CustomerStatus { ... } public class Customer { public...
https://www.itu.int/dms_pub/itu-t/oth/02/02/T020200000D0001PDFE.pdf