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

Issue 740 #773

Open
wants to merge 29 commits into
base: main
Choose a base branch
from
Open

Issue 740 #773

wants to merge 29 commits into from

Commits on Jul 20, 2023

  1. standardizing column name case

    This should resolve errors with case sensitive platforms such as DuckDb where within the achilles package both upper case and lower case were used, standardized now on lower case.
    fdefalco committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    2d4b8e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. case standardization

    fdefalco committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    0d486d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Better performance of export for ARES

    Gennadiy Anisimov committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    ae15edd View commit details
    Browse the repository at this point in the history
  2. Fix DEVICES_BY_TYPE being always empty (#738)

    Gennadiy Anisimov committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    5a33d22 View commit details
    Browse the repository at this point in the history
  3. Improve performance of temporal characterization

    Gennadiy Anisimov committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    7ba3926 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Fix failure on export of empty reports

    Gennadiy Anisimov committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    dec19dc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #737 from ganisimov/export-performance

    Better performance of export for ARES
    fdefalco authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    5fdd05c View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    734803f View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    9830795 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Fix fromJSON correct method usage

    Jo Vanvoorden committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    3d5fd6d View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    d585876 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Add links to DESCRIPTION

    olivroy authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    41dbcc4 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    6496ac7 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Trim trailing whitespaces in exportToAres.R

    Gennadiy Anisimov committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    2355cc2 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Improve performance of exportToAres in DuckDB format

    Gennadiy Anisimov committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    10349d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Fix R check warnings/notes

    Gennadiy Anisimov committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    bf47864 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #754 from ganisimov/duckdb_export_performance

    Duckdb export performance
    fdefalco authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    686f61f View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Improve performance of analysis 117

    Since HAVING clause removes records which don't match obs_month, we can use INNER JOIN here.
    
    This is to address problem in Databricks where small table in LEFT JOIN is not broadcasted when it's on left side.
    
    Related issue #690
    Gennadiy Anisimov committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    cd0c03a View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Handle missing server value in getTemporalData

    Gennadiy Anisimov committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    c7cd126 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Move repeated subquery to temp table in analysis 1815

    Gennadiy Anisimov committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    246ce53 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Merge pull request #760 from ganisimov/fix_temporal_characterization

    Fix failure on missing server value in getTemporalData
    fdefalco authored May 14, 2024
    Configuration menu
    Copy the full SHA
    9e5c4df View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Merge pull request #742 from OHDSI/duckdb_support_exportToAres

    Add support for duckdb
    fdefalco authored May 20, 2024
    Configuration menu
    Copy the full SHA
    56cebe5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #761 from ganisimov/analysis_1815

    Move repeated subquery to temp table in analysis 1815
    fdefalco authored May 20, 2024
    Configuration menu
    Copy the full SHA
    de6aa90 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #756 from ganisimov/analysis_117

    Improve performance of analysis 117
    fdefalco authored May 20, 2024
    Configuration menu
    Copy the full SHA
    f9405e4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #748 from olivroy/patch-1

    Add links to DESCRIPTION
    fdefalco authored May 20, 2024
    Configuration menu
    Copy the full SHA
    c0f1a93 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #743 from uz-leuven/issue-726

    Fix fromJSON correct method usage
    fdefalco authored May 20, 2024
    Configuration menu
    Copy the full SHA
    b6ff655 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    d2e0bfd View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Merge pull request #765 from OHDSI/location_export

    Location table export to ares
    fdefalco authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    d519971 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. rename subject_id

    1Anuar committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    e3dd26f View commit details
    Browse the repository at this point in the history