Giter Club home page Giter Club logo

Comments (5)

dosubot avatar dosubot commented on July 3, 2024 2

Hey @irkhamdayat! 👋 I'm here to help you with any bugs, questions, or becoming a contributor. I'll assist you while waiting for a human maintainer.

To resolve the "data too long for column name" error in the _tool_sonarqube_scope_configs table during the data collection process for SonarQube in version v0.21.0@ac4f7fe, you can manually change the field length to varchar(255) or longer in MySQL.

Execute the following SQL command to increase the length of the name column:

ALTER TABLE _tool_sonarqube_scope_configs MODIFY COLUMN name VARCHAR(255);

This should resolve the error you're encountering [1].

To continue talking to Dosu, mention @dosu.

from incubator-devlake.

irkhamdayat avatar irkhamdayat commented on July 3, 2024

i was increase the lenght of the name, still get error

from incubator-devlake.

d4x1 avatar d4x1 commented on July 3, 2024

@irkhamdayat I think it's name field in table _tool_sonarqube_accounts.

Can you check the actual length of account names in your SonarQube ?

We can update this column to a proper length later.

from incubator-devlake.

irkhamhidayat avatar irkhamhidayat commented on July 3, 2024

my lenght of account names in _tool_sonarqube_accounts is
WhatsApp Image 2024-06-12 at 14 14 09

from incubator-devlake.

d4x1 avatar d4x1 commented on July 3, 2024

@irkhamdayat I mean the username's length in sonarqube, not in devlake's database.
We should change database's fields according to the real name's length.

from incubator-devlake.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.