-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: jlccn/Simple.Data
base: master
head repository: ThatRendle/Simple.Data
compare: master
- 12 commits
- 20 files changed
- 6 contributors
Commits on Nov 20, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 65baeba - Browse repository at this point
Copy the full SHA 65baebaView commit details
Commits on Nov 22, 2013
-
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.
Configuration menu - View commit details
-
Copy full SHA for 42f651e - Browse repository at this point
Copy the full SHA 42f651eView commit details
Commits on Dec 30, 2013
-
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") ).Configuration menu - View commit details
-
Copy full SHA for eb7578c - Browse repository at this point
Copy the full SHA eb7578cView commit details
Commits on Jan 10, 2014
-
Merge pull request ThatRendle#324 from jdscolam/master
Fix to issues ThatRendle#306 and ThatRendle#323
Configuration menu - View commit details
-
Copy full SHA for 35e2e06 - Browse repository at this point
Copy the full SHA 35e2e06View commit details
Commits on Jan 15, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 3606811 - Browse repository at this point
Copy the full SHA 3606811View commit details
Commits on Jan 23, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 042e919 - Browse repository at this point
Copy the full SHA 042e919View commit details
Commits on Mar 23, 2014
-
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
Configuration menu - View commit details
-
Copy full SHA for 7d7a565 - Browse repository at this point
Copy the full SHA 7d7a565View commit details
Commits on Mar 25, 2014
-
Fixes issue ThatRendle#338. (SqlBulkInserter breaks when the records …
…given to it aren't all the same.)
Matt Richard committedMar 25, 2014 Configuration menu - View commit details
-
Copy full SHA for 8b7bf0b - Browse repository at this point
Copy the full SHA 8b7bf0bView commit details
Commits on Mar 31, 2014
-
Merge pull request ThatRendle#339 from mattrrichard/master
Fixes issue ThatRendle#338. (SqlBulkInserter breaks when the records aren't homogenous)
Configuration menu - View commit details
-
Copy full SHA for e8be275 - Browse repository at this point
Copy the full SHA e8be275View commit details -
Merge pull request ThatRendle#336 from pmarflee/master
Don't run update if new values equal original
Configuration menu - View commit details
-
Copy full SHA for c6deac7 - Browse repository at this point
Copy the full SHA c6deac7View commit details -
Merge pull request ThatRendle#329 from sandranystrom/master
Fixed bug when running IN-query on strings with InMemoryAdapter
Configuration menu - View commit details
-
Copy full SHA for fc246cc - Browse repository at this point
Copy the full SHA fc246ccView commit details -
Merge pull request ThatRendle#327 from jplane/master
added support for dynamic indexer getter to SimpleRecord
Configuration menu - View commit details
-
Copy full SHA for 65ff01e - Browse repository at this point
Copy the full SHA 65ff01eView 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...master