Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stac-utils/pgstac
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.4
Choose a base ref
...
head repository: stac-utils/pgstac
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.5
Choose a head ref
  • 2 commits
  • 13 files changed
  • 2 contributors

Commits on Jun 13, 2022

  1. Fix loading issues with dehydrated load (#121)

    * Fix issue with csv field size limit
    
    * Remove csv usage, fix loading quoted json
    
    This fixes a failure to load JSON with quoted
    values in the projection information. The added
    test fails without these changes. Moves away from using
    the csv package and instead splits on tabs while guarding
    against the case where the Item content contains tab
    characters.
    
    * Add missing test files
    lossyrob authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    4fd02b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Fix for #122 - bug with type casting when using "in" operator (#124)

    * fix for in and wrapper
    
    * add neq operator
    
    * add tests to fix for 122
    bitner authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    7b5ff07 View commit details
    Browse the repository at this point in the history
Loading