-
Notifications
You must be signed in to change notification settings - Fork 121
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
base: main
Are you sure you want to change the base?
Commits on Jul 20, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for 2d4b8e8 - Browse repository at this point
Copy the full SHA 2d4b8e8View commit details
Commits on Sep 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0d486d1 - Browse repository at this point
Copy the full SHA 0d486d1View commit details
Commits on Oct 5, 2023
-
Better performance of export for ARES
Gennadiy Anisimov committedOct 5, 2023 Configuration menu - View commit details
-
Copy full SHA for ae15edd - Browse repository at this point
Copy the full SHA ae15eddView commit details -
Fix DEVICES_BY_TYPE being always empty (#738)
Gennadiy Anisimov committedOct 5, 2023 Configuration menu - View commit details
-
Copy full SHA for 5a33d22 - Browse repository at this point
Copy the full SHA 5a33d22View commit details -
Improve performance of temporal characterization
Gennadiy Anisimov committedOct 5, 2023 Configuration menu - View commit details
-
Copy full SHA for 7ba3926 - Browse repository at this point
Copy the full SHA 7ba3926View commit details
Commits on Oct 9, 2023
-
Fix failure on export of empty reports
Gennadiy Anisimov committedOct 9, 2023 Configuration menu - View commit details
-
Copy full SHA for dec19dc - Browse repository at this point
Copy the full SHA dec19dcView commit details -
Merge pull request #737 from ganisimov/export-performance
Better performance of export for ARES
Configuration menu - View commit details
-
Copy full SHA for 5fdd05c - Browse repository at this point
Copy the full SHA 5fdd05cView commit details
Commits on Oct 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 734803f - Browse repository at this point
Copy the full SHA 734803fView commit details
Commits on Nov 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9830795 - Browse repository at this point
Copy the full SHA 9830795View commit details
Commits on Nov 17, 2023
-
Fix fromJSON correct method usage
Jo Vanvoorden committedNov 17, 2023 Configuration menu - View commit details
-
Copy full SHA for 3d5fd6d - Browse repository at this point
Copy the full SHA 3d5fd6dView commit details
Commits on Dec 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d585876 - Browse repository at this point
Copy the full SHA d585876View commit details
Commits on Feb 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 41dbcc4 - Browse repository at this point
Copy the full SHA 41dbcc4View commit details
Commits on Mar 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6496ac7 - Browse repository at this point
Copy the full SHA 6496ac7View commit details
Commits on Mar 15, 2024
-
Trim trailing whitespaces in exportToAres.R
Gennadiy Anisimov committedMar 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 2355cc2 - Browse repository at this point
Copy the full SHA 2355cc2View commit details
Commits on Mar 19, 2024
-
Improve performance of exportToAres in DuckDB format
Gennadiy Anisimov committedMar 19, 2024 Configuration menu - View commit details
-
Copy full SHA for 10349d4 - Browse repository at this point
Copy the full SHA 10349d4View commit details
Commits on Mar 21, 2024
-
Gennadiy Anisimov committed
Mar 21, 2024 Configuration menu - View commit details
-
Copy full SHA for bf47864 - Browse repository at this point
Copy the full SHA bf47864View commit details -
Merge pull request #754 from ganisimov/duckdb_export_performance
Duckdb export performance
Configuration menu - View commit details
-
Copy full SHA for 686f61f - Browse repository at this point
Copy the full SHA 686f61fView commit details
Commits on Mar 26, 2024
-
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 committedMar 26, 2024 Configuration menu - View commit details
-
Copy full SHA for cd0c03a - Browse repository at this point
Copy the full SHA cd0c03aView commit details
Commits on Apr 2, 2024
-
Handle missing server value in getTemporalData
Gennadiy Anisimov committedApr 2, 2024 Configuration menu - View commit details
-
Copy full SHA for c7cd126 - Browse repository at this point
Copy the full SHA c7cd126View commit details
Commits on Apr 10, 2024
-
Move repeated subquery to temp table in analysis 1815
Gennadiy Anisimov committedApr 10, 2024 Configuration menu - View commit details
-
Copy full SHA for 246ce53 - Browse repository at this point
Copy the full SHA 246ce53View commit details
Commits on May 14, 2024
-
Merge pull request #760 from ganisimov/fix_temporal_characterization
Fix failure on missing server value in getTemporalData
Configuration menu - View commit details
-
Copy full SHA for 9e5c4df - Browse repository at this point
Copy the full SHA 9e5c4dfView commit details
Commits on May 20, 2024
-
Merge pull request #742 from OHDSI/duckdb_support_exportToAres
Add support for duckdb
Configuration menu - View commit details
-
Copy full SHA for 56cebe5 - Browse repository at this point
Copy the full SHA 56cebe5View commit details -
Merge pull request #761 from ganisimov/analysis_1815
Move repeated subquery to temp table in analysis 1815
Configuration menu - View commit details
-
Copy full SHA for de6aa90 - Browse repository at this point
Copy the full SHA de6aa90View commit details -
Merge pull request #756 from ganisimov/analysis_117
Improve performance of analysis 117
Configuration menu - View commit details
-
Copy full SHA for f9405e4 - Browse repository at this point
Copy the full SHA f9405e4View commit details -
Merge pull request #748 from olivroy/patch-1
Add links to DESCRIPTION
Configuration menu - View commit details
-
Copy full SHA for c0f1a93 - Browse repository at this point
Copy the full SHA c0f1a93View commit details -
Merge pull request #743 from uz-leuven/issue-726
Fix fromJSON correct method usage
Configuration menu - View commit details
-
Copy full SHA for b6ff655 - Browse repository at this point
Copy the full SHA b6ff655View commit details
Commits on Jun 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d2e0bfd - Browse repository at this point
Copy the full SHA d2e0bfdView commit details
Commits on Jul 18, 2024
-
Merge pull request #765 from OHDSI/location_export
Location table export to ares
Configuration menu - View commit details
-
Copy full SHA for d519971 - Browse repository at this point
Copy the full SHA d519971View commit details
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e3dd26f - Browse repository at this point
Copy the full SHA e3dd26fView commit details