Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/dazinator/CrmAdo

An ADO.NET Provider for Dynamics Crm
https://github.com/dazinator/CrmAdo

Merge pull request #76 from waffle-iron/master

waffle.io Badge

d0894aa18b6111187b401eab7a11e0c8d78fb79b authored about 9 years ago by Darrell <[email protected]>
add waffle.io badge

368ddbff4232e8e88d8499e9387c02208f000643 authored about 9 years ago by Making GitHub Delicious <[email protected]>
Merge branch 'master' of https://github.com/dazinator/CrmAdo

f350f5dba53007c8989986ae74680be9e2bd4efe authored about 9 years ago by Darrell Tunnell <[email protected]>
Closes #73 - A new setting can be set to preserve the casing of column names when they are sent to CRM rather than ToLowering(). This is because although the logical attribute name in CRM should always be in lower case, sometimes developers may find themselves in a scenario where someone has changed this name to a non lower case one in the CRM database directly. tut tut.

338b78a46a7f46001e870b7d963f4811d6bf3af8 authored about 9 years ago by Darrell Tunnell <[email protected]>
Update README.md

71a0c50bb40abc0f9ac809c1839d0876dcd24c30 authored about 9 years ago by Darrell <[email protected]>
Update README.md

df7d5459c2179842cec629ad933f0baf1625b7c5 authored about 9 years ago by Darrell <[email protected]>
Update README.md

94d10a2149db5f0e670c958ac194e2749f8a79b2 authored about 9 years ago by Darrell <[email protected]>
Update README.md

da3529bb558c9443e73cc2a768d0bdb1727c35cb authored about 9 years ago by Darrell <[email protected]>
Update README.md

33ef88590cffc6016099633999948567bf68b180 authored about 9 years ago by Darrell <[email protected]>
merged latest from master

c9e08864be4b52b54d595354ee0dd5ef342bcd18 authored about 9 years ago by Darrell Tunnell <[email protected]>
Fixed build - new key container name to match documentation.

Fixed failing integration test for UniqueIndexes schema collection.

2fa0ccb4b879d574163e27cd7fc85c2a9cae6480 authored about 9 years ago by Darrell Tunnell <[email protected]>
Update app.Debug.config

89e0ea074837a84790de15a1ce288d587caeddaf authored about 9 years ago by Darrell <[email protected]>
closes #22

329dc217d74129d1dec76a9b816f9cfa5e77c998 authored over 9 years ago by dazinator <[email protected]>
closes #71

81bd8f9fb434f16c48d41b92e01649476d00bfc0 authored over 9 years ago by Darrell Tunnell <[email protected]>
#67 fixed unit tests

95c8741fcb77324aa94e4d2c5caf20b29d174ef1 authored over 9 years ago by dazinator <[email protected]>
#67 change to schema table to add in schema and catalog for column metadata. Fix for GetSchema foregin key columns schema collection.

fb1d8a908eea95ed09ded22d97a60ff73ca3413f authored over 9 years ago by dazinator <[email protected]>
#67 added schema collections for ForginKeyColumns

910cbdef9a22cb3e16b25b7479a0bfaafe59a2bb authored over 9 years ago by dazinator <[email protected]>
#67

Schema and Catalog supported in queries, but not column alias

63375f3f9f1f3a199b9be5a2b19ac233ff6e7c3c authored over 9 years ago by dazinator <[email protected]>
#67 and fixes #68

d60d74e8014e36f0391bc7c388ef63eb8e2ff98d authored over 9 years ago by dazinator <[email protected]>
#67 added test coverage for selecting columns using schema and tablename prefix identifiers.

a61b3c3ebe695ac7d3c503b5a161e774f1b3fa86 authored over 9 years ago by dazinator <[email protected]>
#67 fixed missing switch case for getting unique keys.

7b18f68972a886fe0f977f0ace098d4e854c4755 authored over 9 years ago by dazinator <[email protected]>
#67 - upgraded nunit, more work on schema collections, particularly on index, index columns, and foreign keys, also added a unique keys collection for easier mapping for ddex providers.

23382c82f66fc03d9f9252024d5efc9ab57d8a04 authored over 9 years ago by dazinator <[email protected]>
aligned number o identifer parts for columns with sql servers (4) #67

9270bb277675c4928bd9ff791d90e07784e1bcd9 authored over 9 years ago by dazinator <[email protected]>
column restrictions now match sql servers #67

1d064744644f7b3afe3da5882a2df1900be7c531 authored over 9 years ago by dazinator <[email protected]>
#67 increased restrictions on tables meatdata collection, to be 4, in line with sql server restrictions.

169d9d38614f1013f4b86013562bb49de5e4a126 authored over 9 years ago by dazinator <[email protected]>
#67 implemented databases schema collection, and test

ce0b1941e47221f7d694ede1bfc916ba85da63c1 authored over 9 years ago by dazinator <[email protected]>
#67 fixed some issues with column ordering

87a5425e3d345dffbaee1381b9a2e943ef5957c8 authored over 9 years ago by dazinator <[email protected]>
#67 some changes

53862604e91539f2fd9c032c89ec647dda891a1a authored over 9 years ago by dazinator <[email protected]>
#67 fix

c397d34cca7b796dece3e85d266655c2f35cd30e authored over 9 years ago by dazinator <[email protected]>
#67 schema collections algined further, column ordering and casing changed to match sql servers.

76465441902aa1a7f37f82748ee02bdb960d8f23 authored over 9 years ago by dazinator <[email protected]>
#67 - columns schema collection - IsNullable changed to return YES / NO string in line with Sql server - even though it makes more sense to be a bool (the way it was before). Column ordering for tables / columns and casing now alinged with sql server. Default value column now returns the default value as a string in a similar format to sql server i.e rather than TRUE it will return '((1))' etc.

1efece71859848aab46df273a9fba310b1109c5f authored over 9 years ago by dazinator <[email protected]>
fixed unit test

680d2e5ca1f25fe0f74afcdf5534952f8746da62 authored over 9 years ago by dazinator <[email protected]>
Corrected some schema information #67

f42068f472334fd85807320805dda6bcd0956c74 authored over 9 years ago by dazinator <[email protected]>
closes #66 and closes #65

024940252b9283b9a8cbe90e3b2853a648c61f0c authored over 9 years ago by dazinator <[email protected]>
Added integration test coverage for using a schema prefix in a from clause of a select statement

d97ac18d2a1332f4df07d4763c1c250bb6ea5307 authored over 9 years ago by dazinator <[email protected]>
fixes #64

837447af44612cfc5baa67cff3405a0bbe9b6f48 authored over 9 years ago by dazinator <[email protected]>
Fixes #63

9326fdcbf810301ad8c4a3456c5bbdf3deb73e8f authored over 9 years ago by dazinator <[email protected]>
closes #62

5162be96d442fa756235a7d9471f159eaf72376e authored over 9 years ago by dazinator <[email protected]>
Ignored EF tests

3e54f028aab6f117b5156f76a88a104b950857c6 authored over 9 years ago by dazinator <[email protected]>
Corrected Nuspec issue, removed SQLGeneration dependency

8249f4e0d9f19e88c8074af0fa4d256762b8591a authored over 9 years ago by dazinator <[email protected]>
unit test fix

fa9e08f3eacab4b0b80e48426e8f971c3c580845 authored over 9 years ago by dazinator <[email protected]>
Merge pull request #60 from dazinator/feature-batch

New Feature - Send mutiple sql commands as one batch!

bb153b366fd1888a58c29e0417e1a4d5cc8ae5af authored over 9 years ago by Darrell <[email protected]>
#24 - a couple more integration tests added.

d1f80e3ce82178aaab0d768fa61277e977135576 authored over 9 years ago by dazinator <[email protected]>
Integration tests all passing

e9f199716452b729a78a589ead103a6b590fda5b authored over 9 years ago by dazinator <[email protected]>
getting tests to pass

a810a8dc770dd5e1ce81194c55379c722df135a3 authored over 9 years ago by dazinator <[email protected]>
fixes #58

339d7744972eff3ff2eff9e04341afddee10a87b authored over 9 years ago by dazinator <[email protected]>
closes #57 and #24

17fd79835507300258dd954ce70e608fa15d9b08 authored over 9 years ago by dazinator <[email protected]>
#24

More tests passing

9973ef2723f22f48023f90be4c499759c8f3d71f authored over 9 years ago by dazinator <[email protected]>
#24 - Batch operation now implemented.

5634af2cf4fd62e08b86964c156e201a3092f8de authored over 9 years ago by dazinator <[email protected]>
Merge pull request #56 from dazinator/OrgCommandRefactoring

closes #55

93268a5245f82e04e5660bc27f355b43bfe9d135 authored over 9 years ago by Darrell <[email protected]>
closes #55

907416f252b8f1c709ee4b035ad2650b0baeb1aa authored almost 10 years ago by dazinator <[email protected]>
updated git release notes

90d8dfe42fee9b5906781ee0ed8e36547e63abea authored almost 10 years ago by dazinator <[email protected]>
Added GitReleaseNotes

ff33e3c53ef086a67ed53c3fe4a14deeb0a8faa6 authored almost 10 years ago by dazinator <[email protected]>
Updated git release notes

a86939abfe1382c35c02c8ee55681a288bd5c52a authored almost 10 years ago by dazinator <[email protected]>
Updated GitReleaseNotes to my own forked version with remote repo support

433616fb30b2addc18d906d951fcd8303e5b739b authored almost 10 years ago by dazinator <[email protected]>
updated GitVersion

19e959a90a7034c0fd0e89f4311d6bd8c5ecfb40 authored almost 10 years ago by dazinator <[email protected]>
Implemented EF Provider Services with Some Unit Tests #14

ea78a9eea308d630cbd10d13d82ea0d955bb7cc3 authored almost 10 years ago by dazinator <[email protected]>
Bumped NextVersion.txt

9c4b5e35badae8dca1d971a353c3db5a804464c4 authored almost 10 years ago by dazinator <[email protected]>
Build fix, path wasn't enclosed in quotes for sn resign argument

af494e9118144b6c98d277d1d7e9a2388a5998ce authored almost 10 years ago by dazinator <[email protected]>
ilmerge build fix

5b8ff7c1ca276bf35f2845e066505fd05b75c1e7 authored almost 10 years ago by dazinator <[email protected]>
added pre-release version of gitversion exe

e0063478bad432439fa87c5ccc15f9b194192f37 authored almost 10 years ago by dazinator <[email protected]>
closes #52

42c4d6aa786b0c3684d76a2c3d1adf316128a1e3 authored almost 10 years ago by dazinator <[email protected]>
closes #50

b27b55f22ac05cf705214b5ad32417aa55ae636b authored about 10 years ago by dazinator <[email protected]>
#50

Unit tests now done and passing, now need to write some integration tests.

f48143f2f850911bc3964680c2856988697d6e00 authored about 10 years ago by dazinator <[email protected]>
#50

Unit tests created and passing, for execution of insert command with and without output params.
N...

5d98b6db12d2ee46879a6d7567caa3a04f6ac4b0 authored about 10 years ago by dazinator <[email protected]>
#50

Unit test added for CrmOrgCommandExecutor

d0476e577a841c0a387a83e7fb1d4aa6e03c1aaa authored about 10 years ago by dazinator <[email protected]>
#50

All unit tests passing
Next need to test the RequestExecutor

5c83ce71504f37e1cb5b989d0e145916a1652b37 authored about 10 years ago by dazinator <[email protected]>
#50

Updated SQLGeneration to latest version containing my fix for parsing SQL statements with output ...

4e260715f7c0359988b2eee02ea5a7ebde740bea authored about 10 years ago by dazinator <[email protected]>
#50

7c9b50d1ddb9487e3b984c5f9165e510e72a7a9a authored about 10 years ago by dazinator <[email protected]>
#50 Unit test passing

d5c807cd7c6d625fead7bff1332fee69b3c293ea authored about 10 years ago by dazinator <[email protected]>
#50

Unit tests added for insert

451fd65830da1cc619eb322c6c1838192541a334 authored about 10 years ago by dazinator <[email protected]>
#51 tidying

2f94e471f7a2808ed8908ea86aeb21ebc1638c50 authored about 10 years ago by dazinator <[email protected]>
#51

titied some namespaces

979e11fb8e0b50469c1deb852b8f838917d46647 authored about 10 years ago by dazinator <[email protected]>
closes #51

e59dc3461d6caebe27384aa47c9e2fb8e4b153f3 authored about 10 years ago by darrell <[email protected]>
#51 - All unit tests passing again.

4b79270ae946f948539f9c89e0b58c69407dba1d authored about 10 years ago by darrell <[email protected]>
#51 Not all tests passing yet, half way through refactor.

e03e826640adc8ac26c0a258b862a8f3fcb0ee4b authored about 10 years ago by dazinator <[email protected]>
#51

Added missing libs.

8a6688531e894fb9034cc774c4f4f7c4fd3eb1d7 authored about 10 years ago by dazinator <[email protected]>
#51

TinyIoC adopted.
ContainerServices.CurrentContainer() provides a static, lazy loaded, IContainer ...

6f0dd98495e25fc445f4c5a591911d5511238b2b authored about 10 years ago by dazinator <[email protected]>
#50

Updated my SQLGeneration library to latest version which had a regression fixed.
Created an Exper...

c61715df6697323812f86cc648c522f3c4760e62 authored about 10 years ago by dazinator <[email protected]>
#50 Updated SQLGeneration with new versio that can handle OUTPUT Clause

2148b36b8cd634248fd7625cb617ec264193e435 authored about 10 years ago by darrell <[email protected]>
closes #49

d03b4d48503a88e38e5a0de1335c38106f897a8d authored about 10 years ago by darrell <[email protected]>
added a doc

0193d22af27c75a2c6efb4bc9d2c7dde4b5be6f3 authored about 10 years ago by dazinator <[email protected]>
modified GitVersion.exe to my own version

b29ecbb2cf3a44dd24a096a4e723f4041ba6a35b authored about 10 years ago by dazinator <[email protected]>
#48

Added MetadataCollections for Indexes, IndexColumns with integration tests.

3884ede5cfd96d7551d94f1933f89564370c1349 authored about 10 years ago by dazinator <[email protected]>
#48

Added implementation and test for GetSchema - ForeignKeys metadata collection.

46283f2ba6d0ce043345088a8e2e393ec389201b authored about 10 years ago by darrell <[email protected]>
#48

81acf1853de64187ad9e6f9c558e7ee469ebab90 authored about 10 years ago by darrell <[email protected]>
#48

009246aac8d46730dd49a88aeea3ec1c4cd120d4 authored about 10 years ago by darrell <[email protected]>
#48

7f4c7a5f5776f9bbe6a3c26ed31937d52e9bbafe authored about 10 years ago by darrell <[email protected]>
#48

be3dfb2a4e084778b255c6614a427969e9939987 authored about 10 years ago by darrell <[email protected]>
#48 Corrected attribute metadata filtering

b35942bdc8b6c1ad9c1d2fc0c1a5bc5220b4204c authored about 10 years ago by darrell <[email protected]>
#48 unit test correction

864a3a8d57eb44a778554d15d103b38592db0796 authored about 10 years ago by darrell <[email protected]>
#48

GetSchema() Columns now working with Integration Test.

f66f80243e6af9ce1bc39d4ae5ede219138627f6 authored about 10 years ago by dazinator <[email protected]>
#48 - Integration tests added, GetTables() working

dda5142cfbd8421599744aac030f89e33a4e7415 authored about 10 years ago by dazinator <[email protected]>
#48

More unit tests, more schema collections added

fd84d19f00f6ce5a11e422046c3b77f71aeb3d83 authored about 10 years ago by dazinator <[email protected]>
#48 unit test added

7f475b939001aa6bd8102e58c75ce10160985573 authored about 10 years ago by dazinator <[email protected]>
#48

Implemented DataTypes schema collection with unit test.

ec5ee5efde1a0c6409ae743d32aec01d8320f8c4 authored about 10 years ago by darrell <[email protected]>
#48

Created an implementation of `ISchemaCollectionsProvider` and implemented some unit tests. still ...

97b715673df8c18c8aaa40ec252199904305f4a3 authored about 10 years ago by dazinator <[email protected]>
#48

49a5bec0dd8c3a5c8bdb5314afa0107753657100 authored about 10 years ago by dazinator <[email protected]>
#48

be1c353622258ee5c3eaade6674fc4ac61d59086 authored about 10 years ago by dazinator <[email protected]>
fixes #47

bc1e751913e8cc30b7052501e2e1648772a85da7 authored about 10 years ago by dazinator <[email protected]>