-
Notifications
You must be signed in to change notification settings - Fork 1
Release History
Riccardo edited this page Aug 22, 2020
·
1 revision
Version 1.0:
Update login endpoint to login.salesforce.com (back again!) Implement retrieve (get fields from a list of IDs, natively) Support nillable fields on create save HTML tables and pseudo-XLS in HTML-typed formats Fix cloning of connections in case of threading Implement Typing of fields after describing query elements (DBSFDataTypes)
Version 0.9:
threadable DataBasinKit framework concurrent, interruptible operations (e.g. select vs. update) handle multiple errors as a result of update filter new lines when writing CSVs countless bugfixes, especially in select-identify corner cases
Version 0.8:
DataBasin is now divided in its DataBasinKit framework which is LGPL'd and the application itself Support of empty fileds in empty semi-joined objects through query parsing Support for writing fields in exact order as in user query, trough query parsing Select Identify supports LIMIT Customizable CSV file quoting and separator Support for COUNT and aggregate queries Object Inspector supports selection of values in cells
Version 0.7:
Save results into results.csv file Progress monitor shows time remaining The login panel shows a visual icon if login happened successfully or not Progress monitor for Query, Delete, Insert Select identify now supports ORDER BY Internal core ehanced for Delete
Version 0.6:
Support "." as Semi-Join Select Identify works now with multiple columns (all in AND as condition) Suppport LIMIT clause in Select Identify Improved Exception catching and display for Select Identify Object Inspector supports selection of items Log window with selectable log level Progress and estimated completion time displayed in Log Remember logins internal API improvemnt vast 64bit and portability improvements Support count and aggretate queries
Version 0.5:
quoted CVS support in reading support for reading DOS/UNIX/MAC file formats improved exception trapping and display fixed bugs in create and updates
Version 0.4:
Select identify: execute select on records identified by Id or Unique identifier http / https connection choice
Version 0.3:
Object Inspector: given an Id, the object type is identified, described and all fields are queried and displayed in a convenient table Vastly better string encoding support Updated describe to 20.0 API
Version 0.2:
The DBSoap core has been extensively rewritten. It supports now operation through the usage of the DBSobject. The core supports describing of object and the query operations now support methods to input/output object arrays instead of just file writers/readers. The core supports now selection of character encoding.
The Application now sports some new features too, based on the new core:
"Describe Object" allows to save a CSV file with the object description. Very useful for comparing configurations.
Select can now do a query all (query in the recycle bin)
Preferences to select the desired character encoding with file operations.