-
Please see below code to reproduce what seems to be a buggy behavior:
```
[Alias("MyDTO")]
public class TypeV1 {
public string TextProperty { get; set; }
}
[Alias("MyDTO")]
…
-
```
A cool feature to have in dapper would be native support for the JSV-format
found in ormlite. This might be conflict of interest
considering the current design philosophy of dapper but it would s…
-
```
A cool feature to have in dapper would be native support for the JSV-format
found in ormlite. This might be conflict of interest
considering the current design philosophy of dapper but it would s…
-
```
A cool feature to have in dapper would be native support for the JSV-format
found in ormlite. This might be conflict of interest
considering the current design philosophy of dapper but it would s…
-
```
A cool feature to have in dapper would be native support for the JSV-format
found in ormlite. This might be conflict of interest
considering the current design philosophy of dapper but it would s…
-
Hi @TrevorPilley,
I generally use EF for my apps and that usually that is fine. But recently I've been developing with Mono in Linux and Mac and although EF is supported it's kinda of heavy for the t…
-
This signature exists for SqlExpression.OrderBy(string orderBy) but not for descending method.
Is it a forgetting?
-
I'm running under Linux on Mono 4.0.3. I tried upgrading one of my projects from ServiceStack/OrmLite 4.0.42 to the latest in nuget (4.0.48), and doing scalar selects on enum types has started throwin…
-
```
What steps will reproduce the problem?
1.XML exported database (Supermemo PPC 4.50, PocketPC)
2.Import as SuperMemo PPC XML
3.Conversion stops after few seconds, "Conversion failure..."
What is t…
-
```
A cool feature to have in dapper would be native support for the JSV-format
found in ormlite. This might be conflict of interest
considering the current design philosophy of dapper but it would s…