- Sequence has a new home: https://gitlab.com/sequence
- The namespace has been updated from
Reductech.Sequence
toSequence
- The type initializer for LogSituationSql threw an exception #163
- Update namespace and paths after move to Sequence group #160
Switched to using the System.Data.SqlClient
package as Microsoft.Data.SqlClient
package
was causing issues with JSON dependencies when packaged as a connector.
Added additional parameters to CreateMsSQLConnectionString
to allow unencrypted and local
connections.
- Added additional parameters to
CreateMsSQLConnectionString
- AttachDBFilename
- Authentication
- Encrypt
- Integrated Security
- TrustServerCertificate
- Add additional parameters to CreateMsSQLConnectionString #128
- ToJsonElement MissingMethodException #132
- Change reference to Microsoft.Data.SqlClient to System.Data.SqlClient #133
- Enabled Source Link
- Enabled publish to Nuget.org including symbols
- Update Core to v0.16.0
Maintenance release - dependency updates only.
Maintenance release - dependency updates only.
EDR is now Sequence. The following has changed:
- The GitLab group has moved to https://gitlab.com/reductech/sequence
- The root namespace is now
Reductech.Sequence
- The documentation site has moved to https://sequence.sh
Everything else is still the same - automation, simplified.
The project has now been updated to use .NET 6.
- Rename EDR to Sequence #41
- Update Core to support SCLObject types #37
- Upgrade to use .net 6 #36
Bug fix release.
- Explicity reference System.Text.Json and exclude assets #33
Maintenance release - dependency updates only.
Dependency updates only
- Update Core to latest and remove SCLSettings #20
Fix issues with using MS SQL when packaged as a connector.
- Running from edr throws 'System.Data.SqlClient is not supported on this platform' #18
- CreateMySQLConnectionString returns the wrong database type #16
- Connector can now be used as a plugin for EDR
- Steps in the SQL connector now reuse the most recent connection by default.
- Change SQL connection management to make SCL more concise and easier for technicians #12
- Allow this package to be used as a plugin #11
- Enable publish to connector registry #15
- Update Core dependecies #14
- Improve coverage by creating more unit tests #13
- Update of Core dependencies only
- Update of Core dependencies only
- Update of Core dependencies only
First release of the SQL Connector. Versions are aligned with Core.
This connector supports:
- MariaDB
- MS SQL Server
- MySQL
- PostgresSQL
- Added
- CreateConnectionString
- SqlCreateSchemaFromTable
- SqlCreateTable
- SqlInsert
- SqlQuery
- Added SqlCommand
- Add support for postgresql and mariadb #4
- Create Step to insert entity stream into a db table #3
- Create Step to run SQL query and return result as entity, so that technicians can use database data in sequences #1
- Create Step to execute SQL queries that do not return a result #2
- Update version of Core to support enhanced logging #5