-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: SingletonTheory/ServiceStack.Text
base: master
head repository: SingletonTheory/ServiceStack.Text
compare: v3-fixes
- 9 commits
- 6 files changed
- 5 contributors
Commits on Oct 2, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 115711a - Browse repository at this point
Copy the full SHA 115711aView commit details
Commits on Oct 4, 2013
-
Configuration menu - View commit details
-
Copy full SHA for d6bfbe6 - Browse repository at this point
Copy the full SHA d6bfbe6View commit details
Commits on Oct 10, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 97c9333 - Browse repository at this point
Copy the full SHA 97c9333View commit details -
Merge pull request ServiceStack#383 from jeffgabhart/lowercase-unders…
…core Adds a failed LowercaseUnderscore Test to show regression
Configuration menu - View commit details
-
Copy full SHA for 02da9a3 - Browse repository at this point
Copy the full SHA 02da9a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62dbb23 - Browse repository at this point
Copy the full SHA 62dbb23View commit details
Commits on Oct 18, 2013
-
Nullable<DateTimeOffset> Deserialization Fix
Requesting this change to enable a DateTimeOffset? value to deserialize to null properly when the JSON request's field is null or missing. DateTime? already supports this functionality, but it appears to be missing currently for DateTimeOffset?
Configuration menu - View commit details
-
Copy full SHA for ad951a3 - Browse repository at this point
Copy the full SHA ad951a3View commit details -
Merge pull request ServiceStack#384 from aifdsc/v3-fixes
Nullable<DateTimeOffset> Deserialization Fix
Configuration menu - View commit details
-
Copy full SHA for 9347b76 - Browse repository at this point
Copy the full SHA 9347b76View commit details
Commits on Oct 28, 2013
-
Fixes two bugs in deserializing DateTime objects from strings.
1) Long-form dates "yyyy-MM-ddTHH:mm:ss.fffffffZ" are now correctedly parsed with Kind=Utc Previously, only short-form dates (no trailing ".ffff" milliseconds) were parsed as Kind=Utc. Long-form were parsed as Kind=Local 2) Added RepairXsdTimeSeparator() method to work around a bug in System.Data.SQLite v1.0.88, which sometimes uses a space instead of the 'T' separator between the time and date. Obligatory XKCD reference: http://xkcd.com/1179/
Doug Schmidt committedOct 28, 2013 Configuration menu - View commit details
-
Copy full SHA for 2dbc177 - Browse repository at this point
Copy the full SHA 2dbc177View commit details -
Merge pull request ServiceStack#386 from schmidt4brains/v3-fixes
Fixes two bugs in deserializing DateTime objects from strings.
Configuration menu - View commit details
-
Copy full SHA for 21f20b0 - Browse repository at this point
Copy the full SHA 21f20b0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...v3-fixes