Changes by applying your tool on Azure MySQL.#2
Open
mwallet wants to merge 32 commits into
Open
Conversation
added 23 commits
April 23, 2019 12:57
Changed for host usage.
This reverts commit 3236714.
ggarri
requested changes
May 14, 2019
Owner
ggarri
left a comment
There was a problem hiding this comment.
LGTM, waiting for confirmation regarding some specifics on the code added
| echo "Done ($SECONDS)" | ||
|
|
||
| SECONDS=0 | ||
| if [ ${DB_NAME} = "blpcore" ] |
Owner
There was a problem hiding this comment.
Would you mind to explain what you are trying to achieve with this? As far as I infer you are doing some content parsing on the generated export. In case that is the case you should have used the mysql_raw_dump.json rules which are meant to customize the way raw column data is exported from mysql
Author
There was a problem hiding this comment.
This commit is very case specific, I shouldn't have suggested it.
Fixes this error with PostgreSQL 12.5
Collecting psycopg2cffi==2.7.4
Using cached psycopg2cffi-2.7.4.tar.gz (62 kB)
ERROR: Command errored out with exit status 1:
command: /usr/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-i8hAs8/psycopg2cffi/setup.py'"'"'; __file__='"'"'/tmp/pip-install-i8hAs8/psycopg2cffi/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-y101_D
cwd: /tmp/pip-install-i8hAs8/psycopg2cffi/
Complete output (7 lines):
Error: could not determine PostgreSQL version from '12.5'
================================================================================
Found libpq at:
-> /usr/lib/x86_64-linux-gnu/libpq.so
================================================================================
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Update requirements for psycopg2cffi
ggarri
approved these changes
Jun 16, 2024
This file contains hidden or 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
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.
No description provided.