This repository was archived by the owner on Dec 24, 2022. It is now read-only.
Commit 454ef31
Fix for parsing static method inside non-static method. (#616)
* Support for Conditional expression in filter
* Fixes for conditional expressions in filter and sorting
* Using GetFieldValue in InsertOnly just like in Insert.
* Change SqliteBoolConverter DbType to Int32
* Unit test for SqliteBoolConverter, InsertOnly
* Fix for parsing static method inside non-static method.
* Just formatting
* Change access modifier to public for method "IsSqlClass"1 parent ba74dc6 commit 454ef31
File tree
2 files changed
+28
-4
lines changed- src/ServiceStack.OrmLite/Expressions
- tests/ServiceStack.OrmLite.Tests
2 files changed
+28
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
794 | 794 | | |
795 | 795 | | |
796 | 796 | | |
797 | | - | |
| 797 | + | |
798 | 798 | | |
799 | 799 | | |
800 | 800 | | |
| |||
2104 | 2104 | | |
2105 | 2105 | | |
2106 | 2106 | | |
| 2107 | + | |
| 2108 | + | |
| 2109 | + | |
| 2110 | + | |
| 2111 | + | |
| 2112 | + | |
| 2113 | + | |
| 2114 | + | |
| 2115 | + | |
| 2116 | + | |
2107 | 2117 | | |
| 2118 | + | |
2108 | 2119 | | |
2109 | 2120 | | |
2110 | 2121 | | |
| |||
2131 | 2142 | | |
2132 | 2143 | | |
2133 | 2144 | | |
2134 | | - | |
2135 | | - | |
2136 | | - | |
2137 | 2145 | | |
2138 | 2146 | | |
2139 | 2147 | | |
| 2148 | + | |
| 2149 | + | |
| 2150 | + | |
2140 | 2151 | | |
2141 | 2152 | | |
2142 | 2153 | | |
| |||
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
861 | 861 | | |
862 | 862 | | |
863 | 863 | | |
| 864 | + | |
| 865 | + | |
| 866 | + | |
| 867 | + | |
| 868 | + | |
| 869 | + | |
| 870 | + | |
| 871 | + | |
| 872 | + | |
| 873 | + | |
| 874 | + | |
| 875 | + | |
| 876 | + | |
864 | 877 | | |
865 | 878 | | |
866 | 879 | | |
| |||
0 commit comments