- FEAT type provider improve number of API calls.
- FEAT type provider can delete entities.
- FIX type provider could have issues when loading Result type.
- FIX inserted entities was flagged as modified and resent on when saving context
- FEAT improve errors reporting
- FIX Count expression visitor with predicate
- FIX RelationShips querying
- Can deserialize multi picklist and update them
- Fix addresses deserialization
- Using Salesforce API v30.0
- PR #23 FEAT: can use take and skip when selecting a member
- PR #21 FEAT: Paging, OrderBy multiple fields, OrElse in WhereArgs
- PR #20 FIX: QueryProvider CreateQuery (non-generic) not working
- Implement SOQL Count().
- Fix: assign entity Id after insert operation.
- Fix members select issues.
- Fix anonymous types select issues.
- Improve serialization.
- Only send modified properties during insert and update operations.
- Detect wrong references during code generation
- Implements SingleOrDefault Single and FirstOrDefault like with other linq frameworks
- Insert requests returns created id
- Add types converters for pick list
- Calculated fields are readonly
- Can specify table names using EntityNameAttribute on entities
- Plurialize tables and fix a wording in generator arguments
- Fix casting int to double in where clause
- Fix double serialization (was not in invariant culture)
- Merge PR #8 fixing DateTimes requests
- Fix some types handling (double, int, long) in where clauses