Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hugoware/CSMongo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ritcoder/CSMongo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 12 commits
  • 47 files changed
  • 1 contributor

Commits on Apr 30, 2010

  1. Added AddToset,Push,Pull,Pop

    Added overload to Set that accepts a fieldname and a value
    ritcoder committed Apr 30, 2010
    Configuration menu
    Copy the full SHA
    dfb2079 View commit details
    Browse the repository at this point in the history
  2. ...

    ritcoder committed Apr 30, 2010
    Configuration menu
    Copy the full SHA
    7725473 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a913fe View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2010

  1. Minor update.

    ritcoder committed Aug 22, 2010
    Configuration menu
    Copy the full SHA
    15c365b View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2010

  1. Minor update.

    ritcoder committed Oct 6, 2010
    Configuration menu
    Copy the full SHA
    9204764 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2010

  1. Added Find and Modify. This has allowed for the generation of increme…

    …ntal values for documents
    ritcoder committed Oct 27, 2010
    Configuration menu
    Copy the full SHA
    57862cc View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2010

  1. Added SetFilter function

    ritcoder committed Nov 2, 2010
    Configuration menu
    Copy the full SHA
    9665e42 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2010

  1. Minor updates

    ritcoder committed Nov 7, 2010
    Configuration menu
    Copy the full SHA
    e6d5bce View commit details
    Browse the repository at this point in the history
  2. Added support for sorting

    ritcoder committed Nov 7, 2010
    Configuration menu
    Copy the full SHA
    9ed847f View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2011

  1. Added MongoRegexType

    Fixed error with MongoQuery.Match
    Removed AsWithId extension method. An unresolved error was occuring with some anonymous object when used  as templates
    Changed default return count = 1000
    MongoCollection now executes $set and $unset in one request
    Added support for mapreduce, group and distinct and sum. These are methods of MongoQuery
    Queries can now include orderby
    Some minor code changes
    ritcoder committed Apr 10, 2011
    Configuration menu
    Copy the full SHA
    0a3dd5b View commit details
    Browse the repository at this point in the history

Commits on May 18, 2011

  1. Update MongoQuery.Select to pull all records

    Added property to set a  collection as readonly.
    ritcoder committed May 18, 2011
    Configuration menu
    Copy the full SHA
    cf5beac View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2011

  1. Configuration menu
    Copy the full SHA
    4cb6f99 View commit details
    Browse the repository at this point in the history
Loading