Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

Recent mysql connector #60

Merged
merged 2 commits into from Oct 9, 2018
Merged

Recent mysql connector #60

merged 2 commits into from Oct 9, 2018

Conversation

gzoritchak
Copy link
Contributor

When building the project from scratch, docker compose pull the latest version of mysql (currently version 8.0.12). But the version of the connector is an old one and causes an error when docker frontend is trying to connect to the database (see https://youtrack.jetbrains.com/issue/KT-27459).

Updating the connector to the latest version solves the issue.

@AlexanderPrendota
Copy link
Collaborator

Hello! Thanks!

Why u need additional permission for gradlew?

@gzoritchak
Copy link
Contributor Author

gzoritchak commented Oct 9, 2018

When I checked out the project I couldn't launch gradle on my Mac because the gradlew file didn't have any execution permission.

@AlexanderPrendota
Copy link
Collaborator

Oh! I see

@AlexanderPrendota AlexanderPrendota merged commit 4d84e4c into JetBrains:master Oct 9, 2018
calvellido pushed a commit to 47degrees/try.arrow-kt.io that referenced this pull request Oct 16, 2018
* support kotlin 1.2.70 🚀

* support kotlin 1.3.0-RC 🚀

* Use modern API of Kotlin 1.3 in JS canvas examples (#57)

* support kotlin 1.3.0-RC

* make 1.3.0-RC as a latestStable version

* support kotlin 1.2.71 🚀

* skip invalid coroutines output

* make 1.2.71 as latest stable version

* update kotlin YT link

* update mysql connector (JetBrains#60)

* chmod +x gradlew

* update connector to recent version #KT-27459

* support 1.3 experimental features (JetBrains#61)

* Ignore .gradle folders and package-lock.json

* Remove warnings about using experimental features

- Configure LanguageVersionsSettings properly (almost)
- Use opt-ins for experimental 1.3-features so that users won't see
  warnings/errors

* improve maze example (JetBrains#59)

- Add newCell to visited as soon as it was explored, that speeds up path search a lot
- Use modern API from stdlib 1.3

* improve completion on 1.3-* (JetBrains#62)

- Configure LanguageVersionsSettings properly (almost)
- Use opt-ins for experimental 1.3-features so that users won't see
  warnings/errors

* Filter out special names from completion

* Minor: use ModuleDescriptor KotlinResolutionFacade

* Use proper VisibilityFilter in completion

* Handle constructors properly in getPresentableText

* Don't insert parameters for callable reference completion

* Fix deploy.sh
@gzoritchak gzoritchak deleted the recent-mysql-connector branch November 2, 2018 10:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants