Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync main and develop #215

Merged
merged 4 commits into from
Aug 31, 2023
Merged

Sync main and develop #215

merged 4 commits into from
Aug 31, 2023

Commits on May 26, 2023

  1. v3.1.0 release (#199)

    - Now targeting .Net 6
    - Single assembly build, more single-file and AOT friendly
    - Oracle CI tests implemented, multiple bug fixes (stop mistaking Oracle LONG blob type for an integer value, wrap column names correctly, fix naming limits)
    - Bump HIC.TypeGuesser from 1.0.3 to 1.1.0
    - Bump Microsoft.Data.SqlClient from 5.0.1 to 5.1.1
    - Bump MySqlConnector from 2.1.13 to 2.2.6
    - Bump Npgsql from 6.0.7 to 7.0.4
    - Bump Oracle.ManagedDataAccess.Core from 2.19.101 to 3.21.100
    - Eliminate System.ComponentModel.Composition dependency
    jas88 authored May 26, 2023
    Configuration menu
    Copy the full SHA
    059c105 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Release 3.1.0 (#202)

    v3.1.0 release
    jas88 authored May 30, 2023
    Configuration menu
    Copy the full SHA
    b204681 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Nupkg symbols fix

    James A Sutherland committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    4dbb683 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Bugfix/mysqltext (#212)

    * Use MySQL LONGTEXT not TEXT - avoid 64k size limit
    * Fix MySQL text mapping (should be longtext, wrong sizes being assumed)
    jas88 authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    7107c7b View commit details
    Browse the repository at this point in the history