Skip to content
Tags give the ability to mark specific points in history as being important
  • v0.18.0 protected Release: v0.18.0
    ## Summary of Changes
    
    - Sequence has a new home: https://gitlab.com/sequence
    - The namespace has been updated from `Reductech.Sequence` to `Sequence`
    
    For more details see the changelog: https://gitlab.com/sequence/connectors/sql/-/blob/v0.18.0/CHANGELOG.md
  • v0.17.0 protected Release: v0.17.0
    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.
    
    ## Summary of Changes
    
    ### Connector Updates
    
    - Added additional parameters to `CreateMsSQLConnectionString`
       - AttachDBFilename
       - Authentication
       - Encrypt
       - Integrated Security
       - TrustServerCertificate
    
    For more details see the changelog: https://gitlab.com/reductech/sequence/connectors/sql/-/blob/v0.17.0/CHANGELOG.md
  • v0.16.0 protected Release: v0.16.0
    - Enabled [Source Link](https://docs.microsoft.com/en-us/dotnet/standard/library-guidance/sourcelink)
    - Enabled publish to [Nuget.org](https://www.nuget.org) including symbols
    - Update Core to v0.16.0
    
    For more details see the changelog: https://gitlab.com/reductech/sequence/connectors/sql/-/blob/v0.16.0/CHANGELOG.md
  • v0.15.0 protected Release: v0.15.0
    Maintenance release - dependency updates only.
    
    For more details see the changelog: https://gitlab.com/reductech/sequence/connectors/sql/-/blob/v0.15.0/CHANGELOG.md
  • v0.14.0 protected Release: v0.14.0
    Maintenance release - dependency updates only.
    
    For more details see the changelog: https://gitlab.com/reductech/sequence/connectors/sql/-/blob/v0.14.0/CHANGELOG.md
  • v0.13.0 protected Release: v0.13.0
    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.
    
    For more details see the changelog: https://gitlab.com/reductech/sequence/connectors/sql/-/blob/v0.13.0/CHANGELOG.md
  • v0.12.1 protected Release: v0.12.1
    Bug fix release
    
    - Explicity reference System.Text.Json and exclude assets
     #33
  • v0.12.0 protected Release: v0.12.0
    Maintenance release - dependency updates only.
    
    For more details see the changelog: https://gitlab.com/reductech/edr/connectors/sql/-/blob/v0.12.0/CHANGELOG.md
  • v0.11.0 protected Release: v0.11.0
    Dependency updates only
    
    For more details see the changelog: https://gitlab.com/reductech/edr/connectors/sql/-/blob/v0.11.0/CHANGELOG.md
  • v0.10.0 protected Release: v0.10.0
    For more details see the changelog: https://gitlab.com/reductech/edr/connectors/sql/-/blob/v0.10.0/CHANGELOG.md
  • v0.9.1 protected
    30ff4b68 · Merge branch... ·
    Release: v0.9.1
    Fix issues with using MS SQL when packaged as a connector.
    
    For more details see the changelog: https://gitlab.com/reductech/edr/connectors/sql/-/blob/v0.9.1/CHANGELOG.md
  • v0.9.0 protected Release: v0.9.0
    ### Core SDK
    
    - Connector can now be used as a plugin for EDR
    
    ### Connector Updates
    
    - Steps in the SQL connector now reuse the most recent connection by default.
    
    For more details see the changelog: https://gitlab.com/reductech/edr/connectors/sql/-/blob/v0.9.0/CHANGELOG.md
  • v0.8.0 protected Release: v0.8.0
    First release of the SQL Connector. Versions are aligned with Core.
    
    This connector supports:
    
    - MariaDB
    - MS SQL Server
    - MySQL
    - PostgresSQL
    
    ### Steps
    
    - Added
      - CreateConnectionString
      - SqlCreateSchemaFromTable
      - SqlCreateTable
      - SqlInsert
      - SqlQuery
    - Added SqlCommand
    
    For more details see the changelog: https://gitlab.com/reductech/edr/connectors/sql/-/blob/v0.8.0/CHANGELOG.md
  • v0.7.0 protected Release: v0.7.0
    First release of the SQL Connector. Versions are aligned with Core.
    
    This connector supports:
    
    - MariaDB
    - MS SQL Server
    - MySQL
    - PostgresSQL
    
    ### Steps
    
    - Added
      - CreateConnectionString
      - SqlCreateSchemaFromTable
      - SqlCreateTable
      - SqlInsert
      - SqlQuery
    - Added SqlCommand
    
    For more details see the changelog: https://gitlab.com/reductech/edr/connectors/sql/-/blob/v0.7.0/CHANGELOG.md
  • v0.6.0 protected Release: v0.6.0
    First release of the SQL Connector. Versions are aligned with Core.
    
    This connector supports:
    
    - MariaDB
    - MS SQL Server
    - MySQL
    - PostgresSQL
    
    ### Steps
    
    - Added
      - CreateConnectionString
      - SqlCreateSchemaFromTable
      - SqlCreateTable
      - SqlInsert
      - SqlQuery
    - Added SqlCommand
    
    For more details see the changelog: https://gitlab.com/reductech/edr/connectors/sql/-/blob/v0.6.0/CHANGELOG.md
  • v0.5.0 protected Release: v0.5.0
    First release of the SQL Connector. Versions are aligned with Core.
    
    This connector supports:
    
    - MariaDB
    - MS SQL Server
    - MySQL
    - PostgresSQL
    
    ### Steps
    
    - Added 
       - CreateConnectionString
       - SqlCreateSchemaFromTable
       - SqlCreateTable
       - SqlInsert
       - SqlQuery
    - Added SqlCommand
    
    For more details see the changelog: https://gitlab.com/reductech/edr/connectors/sql/-/blob/v0.5.0/CHANGELOG.md