Skip to content
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

Update MySQL.py #410

Merged
merged 3 commits into from
Oct 4, 2019
Merged

Update MySQL.py #410

merged 3 commits into from
Oct 4, 2019

Conversation

kruegerj
Copy link
Contributor

@kruegerj kruegerj commented Oct 4, 2019

INSERT in die Pocsag Tabelle schlägt fehl, da function bei MySQL 8.0 als reserviertes Wort nicht einfach als Spaltenname genutzt werden kann.
Siehe auch https://dev.mysql.com/doc/refman/8.0/en/keywords.html
Daher habe ich nun die Spaltennamen escaped, damit funktioniert wieder ein INSERT in MySQL 8.0 Datenbanken

Bastian Schroll and others added 3 commits September 22, 2019 09:42
INSERT in die Pocsag Tabelle schlägt fehl, da function bei MySQL 8.0 als reserviertes Wort nicht einfach als Spaltenname genutzt werden kann. 
Siehe auch https://dev.mysql.com/doc/refman/8.0/en/keywords.html 
Daher habe ich nun die Spaltennamen escaped, damit funktioniert wieder ein INSERT in MySQL 8.0 Datenbanken
Copy link
Owner

@Schrolli91 Schrolli91 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bitte den Ziel Branch auf develop ändern und eine kurze Notitz mit Link zum PR in den Changelog packen

@kruegerj kruegerj changed the base branch from master to develop October 4, 2019 18:38
@Schrolli91
Copy link
Owner

@kruegerj Vielen Dank für deine Hilfe.

@Schrolli91 Schrolli91 merged commit 116a06e into Schrolli91:develop Oct 4, 2019
This was referenced Apr 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants