-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
base:
2.2.0
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: cheese-drawer/lib-python-db-wrapper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: cheese-drawer/lib-python-db-wrapper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 14 commits
- 25 files changed
- 2 contributors
Commits on Oct 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a67d155 - Browse repository at this point
Copy the full SHA a67d155View commit details
Commits on Oct 29, 2021
-
Previously, the built-in methods on the CRUD objects were returning the raw data from the Client's `execute_and_return()` method, of type `RealDictRow` from `psycopg2.extras`. Now each CRUD object also requires a return type object of type `Type[T]` to be passed as a second argument on initialization, which is then used to initialize a return type object from the db query results (i.e. an instance of `ModelData`) to be returned. Also generalizes `model.base.ensure_exactly_one()` to accept any list object. Also removes unnecessary type imports.
Configuration menu - View commit details
-
Copy full SHA for 3ff178b - Browse repository at this point
Copy the full SHA 3ff178bView commit details -
Fix client query_and_return return type.
Client has no knowledge of what the return type is or should be. Fixed to return `RealDictRow` & removed the T TypeVar from sync_client.
Configuration menu - View commit details
-
Copy full SHA for 864b5ac - Browse repository at this point
Copy the full SHA 864b5acView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3aa982 - Browse repository at this point
Copy the full SHA d3aa982View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b60ead - Browse repository at this point
Copy the full SHA 9b60eadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e0ca1f - Browse repository at this point
Copy the full SHA 1e0ca1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5064af2 - Browse repository at this point
Copy the full SHA 5064af2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec3e782 - Browse repository at this point
Copy the full SHA ec3e782View commit details -
Configuration menu - View commit details
-
Copy full SHA for 781b688 - Browse repository at this point
Copy the full SHA 781b688View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15af9ca - Browse repository at this point
Copy the full SHA 15af9caView commit details -
Merge pull request #4 from cheese-drawer/correct_query_return_types
Correct query return types
Configuration menu - View commit details
-
Copy full SHA for a09016c - Browse repository at this point
Copy the full SHA a09016cView commit details
Commits on Apr 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bd9e5b3 - Browse repository at this point
Copy the full SHA bd9e5b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for fca95d5 - Browse repository at this point
Copy the full SHA fca95d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e3bbf4 - Browse repository at this point
Copy the full SHA 2e3bbf4View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.2.0...main