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

Update h2db to 2.1.210 #3728

Merged
merged 12 commits into from Jan 21, 2022
Merged

Commits on Jan 19, 2022

  1. Updated version numbers

    Signed-off-by: Marcello Martina <martina.marcello.rinaldo@outlook.com>
    marcellorinaldo committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    6a644e4 View commit details
    Browse the repository at this point in the history
  2. Updated VARBINARY columns with the new maximum allowed size 1048576 (…

    …=1MB) instead of 16777216 (=16MB)
    
    Signed-off-by: Marcello Martina <martina.marcello.rinaldo@outlook.com>
    marcellorinaldo committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    96ac1f9 View commit details
    Browse the repository at this point in the history
  3. Modified VARCHAR unit from CHAR to CHARACTERS

    Signed-off-by: Marcello Martina <martina.marcello.rinaldo@outlook.com>
    marcellorinaldo committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    6f648c1 View commit details
    Browse the repository at this point in the history
  4. IDENTITY columns need more clauses if type is specified

    Signed-off-by: Marcello Martina <martina.marcello.rinaldo@outlook.com>
    marcellorinaldo committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    4120925 View commit details
    Browse the repository at this point in the history
  5. DATEADD function does no more accept ? parameter in dateAndTime field

    Signed-off-by: Marcello Martina <martina.marcello.rinaldo@outlook.com>
    marcellorinaldo committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    34c6e14 View commit details
    Browse the repository at this point in the history
  6. IDENTITY() function no more supported, using MAX(ID) instead

    Signed-off-by: Marcello Martina <martina.marcello.rinaldo@outlook.com>
    marcellorinaldo committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    a6b6c5d View commit details
    Browse the repository at this point in the history
  7. Fixed security hotspot

    Signed-off-by: Marcello Martina <martina.marcello.rinaldo@outlook.com>
    marcellorinaldo committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    1c39ea8 View commit details
    Browse the repository at this point in the history
  8. Updated version numbers to 2.0.206

    Signed-off-by: Marcello Martina <martina.marcello.rinaldo@outlook.com>
    marcellorinaldo committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    2d0b274 View commit details
    Browse the repository at this point in the history
  9. Updated copyright headers

    Signed-off-by: Marcello Martina <martina.marcello.rinaldo@outlook.com>
    marcellorinaldo committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    b26f35c View commit details
    Browse the repository at this point in the history
  10. Fixed tests

    Signed-off-by: Marcello Martina <martina.marcello.rinaldo@outlook.com>
    marcellorinaldo committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    136a25c View commit details
    Browse the repository at this point in the history
  11. Updated version numbers to 2.1.210

    Signed-off-by: Marcello Martina <martina.marcello.rinaldo@outlook.com>
    marcellorinaldo committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    f1b11da View commit details
    Browse the repository at this point in the history
  12. Replaced VARBINARY with BLOB

    Signed-off-by: Marcello Martina <martina.marcello.rinaldo@outlook.com>
    marcellorinaldo committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    2611110 View commit details
    Browse the repository at this point in the history