-
Notifications
You must be signed in to change notification settings - Fork 112
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
Add Python DB API backend #400
Draft
khaeru
wants to merge
28
commits into
main
Choose a base branch
from
feature/py-backend
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
+1,316
−41
Commits on Apr 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 57491f9 - Browse repository at this point
Copy the full SHA 57491f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b829683 - Browse repository at this point
Copy the full SHA b829683View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcdc9a8 - Browse repository at this point
Copy the full SHA dcdc9a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 860f794 - Browse repository at this point
Copy the full SHA 860f794View commit details -
Configuration menu - View commit details
-
Copy full SHA for 149087f - Browse repository at this point
Copy the full SHA 149087fView commit details -
Implement 4 DatabaseBackend methods
- list_items(), init_item(), item_index(), item_set_elements()
Configuration menu - View commit details
-
Copy full SHA for 8503a05 - Browse repository at this point
Copy the full SHA 8503a05View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebc3b61 - Browse repository at this point
Copy the full SHA ebc3b61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 620e593 - Browse repository at this point
Copy the full SHA 620e593View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33bc5bb - Browse repository at this point
Copy the full SHA 33bc5bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3f618a - Browse repository at this point
Copy the full SHA d3f618aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2445d7b - Browse repository at this point
Copy the full SHA 2445d7bView commit details -
.base.Backend.has_solution() is optional
Add a fallback implementation in Scenario.has_solution() to be used when a backend does not define this method.
Configuration menu - View commit details
-
Copy full SHA for 1ca8c89 - Browse repository at this point
Copy the full SHA 1ca8c89View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7b9303 - Browse repository at this point
Copy the full SHA c7b9303View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5313259 - Browse repository at this point
Copy the full SHA 5313259View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6250813 - Browse repository at this point
Copy the full SHA 6250813View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4ba883 - Browse repository at this point
Copy the full SHA e4ba883View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6583f7c - Browse repository at this point
Copy the full SHA 6583f7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fe63a1 - Browse repository at this point
Copy the full SHA 7fe63a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f3e556 - Browse repository at this point
Copy the full SHA 0f3e556View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c175f1 - Browse repository at this point
Copy the full SHA 7c175f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a241852 - Browse repository at this point
Copy the full SHA a241852View commit details -
Configuration menu - View commit details
-
Copy full SHA for b179226 - Browse repository at this point
Copy the full SHA b179226View commit details -
Remove JDBCBackend._validate_meta_args and usage
This code was incorrectly placed in a concrete Backend implementation. It actually applies to all usage of the public Platform and TimeSeries APIs.
Configuration menu - View commit details
-
Copy full SHA for 54c7444 - Browse repository at this point
Copy the full SHA 54c7444View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9486865 - Browse repository at this point
Copy the full SHA 9486865View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5c5371 - Browse repository at this point
Copy the full SHA d5c5371View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3665e9d - Browse repository at this point
Copy the full SHA 3665e9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b636869 - Browse repository at this point
Copy the full SHA b636869View commit details -
Configuration menu - View commit details
-
Copy full SHA for d406b52 - Browse repository at this point
Copy the full SHA d406b52View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.