Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unstable #41

Open
wants to merge 10 commits into
base: unstable
Choose a base branch
from
Open

Unstable #41

wants to merge 10 commits into from

Commits on Oct 7, 2010

  1. Configuration menu
    Copy the full SHA
    9f6cbd8 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2010

  1. Configuration menu
    Copy the full SHA
    f0db4f5 View commit details
    Browse the repository at this point in the history
  2. Fix for IList, IEnumerable, ICollections properties to be restored by…

    … using the current value of the property
    csteeg committed Oct 8, 2010
    Configuration menu
    Copy the full SHA
    0b9aa28 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2010

  1. added support for not nullable int and long to be id property generat…

    …ed by HiLo when that property equals zero
    tadeuszwojcik committed Oct 11, 2010
    Configuration menu
    Copy the full SHA
    46d50da View commit details
    Browse the repository at this point in the history
  2. added fluent mapping methods which allow specify in configurationmapp…

    …ings ignored/ignoredifnull/immutable properties instead of attributes
    tadeuszwojcik committed Oct 11, 2010
    Configuration menu
    Copy the full SHA
    bb786cc View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2010

  1. Configuration menu
    Copy the full SHA
    93442fe View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2010

  1. Configuration menu
    Copy the full SHA
    5e43f0d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'unstable' of http://github.com/TadeuszWojcik/NoRM into …

    …unstable
    
    Conflicts:
    	NoRM.Tests/MongoConfigurationTests.cs
    	NoRM/BSON/ReflectionHelper.cs
    	NoRM/Collections/MongoCollectionGeneric.cs
    	NoRM/Configuration/IMongoConfigurationMap.cs
    	NoRM/Configuration/MongoConfiguration.cs
    	NoRM/Configuration/MongoConfigurationMap.cs
    	NoRM/Configuration/PropertyMappingExpression.cs
    csteeg committed Oct 13, 2010
    Configuration menu
    Copy the full SHA
    b0695ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5033f2 View commit details
    Browse the repository at this point in the history
  4. Typo in the list-fix that actually broke deserializing Lists instead …

    …of fixing them :)
    
    IList, IEnumerable and ICollection as properties works now though....
    csteeg committed Oct 13, 2010
    Configuration menu
    Copy the full SHA
    38d7543 View commit details
    Browse the repository at this point in the history