Issue #2975835 by aaronbauman: Compatibility with drush 9
Add salesforce_pull drush adapter, with minor changes to some core salesforce classes.
Showing
- drush.services.yml 1 addition, 1 deletiondrush.services.yml
- modules/salesforce_pull/composer.json 21 additions, 0 deletionsmodules/salesforce_pull/composer.json
- modules/salesforce_pull/drush.services.yml 6 additions, 0 deletionsmodules/salesforce_pull/drush.services.yml
- modules/salesforce_pull/salesforce_pull.drush.inc 10 additions, 2 deletionsmodules/salesforce_pull/salesforce_pull.drush.inc
- modules/salesforce_pull/src/Commands/SalesforcePullCommands.php 325 additions, 0 deletions...s/salesforce_pull/src/Commands/SalesforcePullCommands.php
- salesforce.install 7 additions, 0 deletionssalesforce.install
- src/Commands/QueryResult.php 52 additions, 0 deletionssrc/Commands/QueryResult.php
- src/Commands/QueryResultTableFormatter.php 30 additions, 0 deletionssrc/Commands/QueryResultTableFormatter.php
- src/Commands/SalesforceCommands.php 54 additions, 62 deletionssrc/Commands/SalesforceCommands.php
- src/Commands/SalesforceCommandsBase.php 117 additions, 0 deletionssrc/Commands/SalesforceCommandsBase.php
- src/Rest/RestClient.php 14 additions, 9 deletionssrc/Rest/RestClient.php
- src/Rest/RestClientInterface.php 3 additions, 3 deletionssrc/Rest/RestClientInterface.php
- src/SelectQuery.php 1 addition, 1 deletionsrc/SelectQuery.php
- src/SelectQueryInterface.php 15 additions, 0 deletionssrc/SelectQueryInterface.php
- src/SelectQueryRaw.php 25 additions, 0 deletionssrc/SelectQueryRaw.php
- src/SelectQueryResult.php 1 addition, 1 deletionsrc/SelectQueryResult.php
Loading
Please register or sign in to comment