-
Notifications
You must be signed in to change notification settings - Fork 379
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
Automatic addition of database before connecting to it #4316
Open
feyruzb
wants to merge
16
commits into
Ericsson:master
Choose a base branch
from
feyruzb:improvement_of_new_product
base: master
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.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
feyruzb
force-pushed
the
improvement_of_new_product
branch
6 times, most recently
from
August 16, 2024 16:38
01343fb
to
e39cd16
Compare
feyruzb
force-pushed
the
improvement_of_new_product
branch
from
August 16, 2024 16:46
e39cd16
to
32aae73
Compare
feyruzb
force-pushed
the
improvement_of_new_product
branch
12 times, most recently
from
August 22, 2024 13:28
0f4c534
to
8d84c11
Compare
feyruzb
force-pushed
the
improvement_of_new_product
branch
5 times, most recently
from
August 23, 2024 16:50
e20770d
to
451b2a2
Compare
feyruzb
force-pushed
the
improvement_of_new_product
branch
4 times, most recently
from
August 29, 2024 16:05
a94704e
to
8b46de3
Compare
feyruzb
force-pushed
the
improvement_of_new_product
branch
from
August 29, 2024 16:06
8b46de3
to
ae8750c
Compare
feyruzb
force-pushed
the
improvement_of_new_product
branch
2 times, most recently
from
September 2, 2024 13:03
82340db
to
b20d04a
Compare
feyruzb
force-pushed
the
improvement_of_new_product
branch
from
September 2, 2024 13:05
b20d04a
to
f9057be
Compare
feyruzb
force-pushed
the
improvement_of_new_product
branch
3 times, most recently
from
September 2, 2024 15:09
043bd88
to
f9dffb1
Compare
…onality of add_product
feyruzb
force-pushed
the
improvement_of_new_product
branch
from
September 2, 2024 15:11
f9dffb1
to
2bed7bb
Compare
feyruzb
force-pushed
the
improvement_of_new_product
branch
from
September 2, 2024 16:37
1111841
to
e25167e
Compare
feyruzb
force-pushed
the
improvement_of_new_product
branch
3 times, most recently
from
September 3, 2024 10:03
3beb9b8
to
59dcff3
Compare
feyruzb
force-pushed
the
improvement_of_new_product
branch
from
September 3, 2024 11:58
59dcff3
to
b95b3aa
Compare
feyruzb
force-pushed
the
improvement_of_new_product
branch
from
September 3, 2024 12:55
82205e7
to
078f1a3
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Introduced a new function
add_product_support()
using SQLAlchemy to enhance theaddProduct()
function.Automates the creation of the database for PostgreSQL and SQLite, eliminating the need for a manual script before connection.
Note: SQLite already supports automatic database creation.