Trevor Pilley

Results 47 issues of Trevor Pilley

Created https://github.com/TrevorPilley/MicroLite/tree/Sybase branch for implementation, needs: - SybaseSqlAnywhereCharacters - SybaseSqlAnywhereDialect - SybaseDbDriver

enhancement
on hold

Created https://github.com/TrevorPilley/MicroLite/tree/Oracle branch for implementation, needs: - OracleSqlCharacters - OracleSqlDialect - OracleDbDriver

enhancement
on hold

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...

enhancement
breaking change
on hold

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,...

enhancement
breaking change
on hold

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...

enhancement
on hold

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...

on hold
limitation

In addition to .NET 4.5.2 & 4.6.2 #453

enhancement
on hold

https://www.itu.int/dms_pub/itu-t/oth/02/02/T020200000D0001PDFE.pdf

enhancement