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: jlccn/Simple.Data
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ThatRendle/Simple.Data
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 20 files changed
  • 6 contributors

Commits on Nov 20, 2013

  1. Fix to issue ThatRendle#323

    See for more details:
    ThatRendle#323
    jdscolam committed Nov 20, 2013
    Configuration menu
    Copy the full SHA
    65baeba View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2013

  1. Solves Casting String to GUID

    When retrieving a string from the database and trying to map it to a
    GUID the safe convert would throw an exception and return null.  This
    allows for converting strings to GUIDS if possible.
    jdscolam committed Nov 22, 2013
    Configuration menu
    Copy the full SHA
    42f651e View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2013

  1. Adding Schema Support

    This commit adds schema support to Simple.Data.Ado providers via the new
    ISchemaConnectionProvider interface, and allows them to support a schema
    per instance of Database.Open(...).  This is primarily used for Oracle
    databases.  In order to use the schema, just add the schema name to the
    appropriate Database.Open call (e.g.
    Database.OpenNamedConnection("TestConnectionName", "TEST_SCHEMA_NAME")
    ).
    jdscolam committed Dec 30, 2013
    Configuration menu
    Copy the full SHA
    eb7578c View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2014

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

Commits on Jan 15, 2014

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

Commits on Jan 23, 2014

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

Commits on Mar 23, 2014

  1. Don't run update if new values equal original

    Don't run update if new values equal original, and return zero for the
    number of rows changed
    pmarflee committed Mar 23, 2014
    Configuration menu
    Copy the full SHA
    7d7a565 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2014

  1. Fixes issue ThatRendle#338. (SqlBulkInserter breaks when the records …

    …given to it aren't all the same.)
    Matt Richard committed Mar 25, 2014
    Configuration menu
    Copy the full SHA
    8b7bf0b View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2014

  1. Merge pull request ThatRendle#339 from mattrrichard/master

    Fixes issue ThatRendle#338. (SqlBulkInserter breaks when the records aren't homogenous)
    ThatRendle committed Mar 31, 2014
    Configuration menu
    Copy the full SHA
    e8be275 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ThatRendle#336 from pmarflee/master

    Don't run update if new values equal original
    ThatRendle committed Mar 31, 2014
    Configuration menu
    Copy the full SHA
    c6deac7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request ThatRendle#329 from sandranystrom/master

    Fixed bug when running IN-query on strings with InMemoryAdapter
    ThatRendle committed Mar 31, 2014
    Configuration menu
    Copy the full SHA
    fc246cc View commit details
    Browse the repository at this point in the history
  4. Merge pull request ThatRendle#327 from jplane/master

    added support for dynamic indexer getter to SimpleRecord
    ThatRendle committed Mar 31, 2014
    Configuration menu
    Copy the full SHA
    65ff01e View commit details
    Browse the repository at this point in the history
Loading