Commented Issue: QueryableAttribute doesn't support operators on...
http://localhost:9022/api/FilterTests/GetProducts?$filter=DateTimeOffset eq datetimeoffset'2011-06-01T14:03:00'<br /><br />Respose Content: {"Message":"The query specified in the URI is not...
View ArticleEdited Issue: Make ODataModelBinder public [593]
Otherwsie, user won't be able to bind odata primitive for specified ID parameter
View ArticleCommented Issue: Make ODataModelBinder public [593]
Otherwsie, user won't be able to bind odata primitive for specified ID parameterComments: Youssef has added a FromODataUri attribute.
View ArticleEdited Issue: Make ODataModelBinder public [593]
Otherwsie, user won't be able to bind odata primitive for specified ID parameter
View ArticleEdited Issue: Considering support ModelState error in ODataError [565]
Discussed with Youssef that ODataError right now doesn't support custom error, so we will lose the modelstate's errors in odata error message.<br /><br />However, ModelState errors are very...
View ArticleEdited Issue: QueryableAttribute doesn't support compare complex type with...
Repro code:<br /> <br />public class BlahController : ApiController<br /> {<br /> [Queryable]<br /> public IQueryable<User> Get()<br /> {<br /> return...
View ArticleCommented Issue: QueryableAttribute doesn't support compare complex type with...
Repro code:<br /> <br />public class BlahController : ApiController<br /> {<br /> [Queryable]<br /> public IQueryable<User> Get()<br /> {<br /> return...
View ArticleEdited Feature: $format is not supported [582]
ODATA services should support $format ($format=json and $format=atom) query string parameters.<br />As described here http://www.odata.org/documentation/uri-conventions#FormatSystemQueryOption .
View ArticleEdited Feature: $format is not supported [582]
ODATA services should support $format ($format=json and $format=atom) query string parameters.<br />As described here http://www.odata.org/documentation/uri-conventions#FormatSystemQueryOption .
View ArticleEdited Issue: DataServiceVersion in $metadata should be 3.0 instead of 1.0 [496]
The attribute Indicates the version of the OData annotations used in the service metadata document. Client will use this value to check if it can read the document. Since we support inheritance and...
View ArticleEdited Feature: Fully support JSON light [664]
Currently we only support some payload kinds and some metadata levels and only writing. We should support the remaining payload kinds, metadata levels (minimal, no, streaming=true) and reading.
View ArticleCreated Issue: Remove fast path in UrlHelper.ODataLink once custom routes are...
From code comments:// Fast path link generation where we recognize an OData path of the form "prefix/{*odataPath}".// Link generation using HttpRoute.GetVirtualPath can consume up to 30% of processor...
View ArticleCommented Issue: WebSecurity should support setting the database schema [210]
When calling WebSecurity.InitializeDatabaseConnection, it should allow setting the database schema used thereafter.As stated in the post below, the only way to currently achieve this is by setting the...
View ArticleEdited Issue: Math functions doesn't support System.Double in $filter [684]
Define model:<br /><br />public class Model<br />{<br /> public double Double { get; set; }<br />}<br /><br />Send query: $filter=floor(Double) gt 5<br...
View ArticleCommented Issue: Math functions doesn't support System.Double in $filter [684]
Define model:<br /><br />public class Model<br />{<br /> public double Double { get; set; }<br />}<br /><br />Send query: $filter=floor(Double) gt 5<br...
View ArticleCommented Issue: MimeMultipartBodyPartParser fails if stream does not end...
Not sure if the spec requires a CR/LF combination at the end of a multipart stream, but there are many file uploaders out there that do not append a CRLF at the end. The MimeMultipartBodyPartParser...
View ArticleCommented Feature: OData does not support $inlinecount=allpages [330]
This is obviously very needed. See my comments about ODataResult on how this should be intelligently implemented without using things like ODataResult.Comments: Can you elaborate more on how to use...
View ArticleCommented Issue: MVC 4 Futures NuGet Package? [655]
Why is there no NuGet package for the MVC 4 Futures assembly? We had one for MVC 2 and MVC 3. I can sort-of use the MVC 3 Futures with MVC 4, but some methods moved from Futures to the main MVC...
View ArticleCreated Issue: "i" "I" character problem at SimpleMembershipProvider.cs [714]
in Turkish,we have "i" and "ı" characters. (...h,ı,i,j,k,l,m,...)"i" is lower, "İ" is upper of "i","ı" is lower, "I" is upper of "ı".When we use membership at MVC4, if "UserName" is includes "i"...
View ArticleCommented Issue: Delta is not populating GUIDs or INT fields [648]
I'm looking to do partial updates on a web api controller action by using the Delta wrapper.<br /><br />I have a model like such:<br /><br />public class Person<br...
View Article