Giter VIP home page Giter VIP logo

Comments (11)

robinbortlik avatar robinbortlik commented on June 18, 2024

Hi @gaza3g ,

did you try to choose "UTF8" from encoding select box? It is situated under "UTF-8" .

It is because mysql2 connector accept "UTF8" and postgresql connector accept "UTF-8". Thats the reason why utf8 is there 2 times.

from db_explorer.

gaza3g avatar gaza3g commented on June 18, 2024

Hi @robinbortlik.

Gosh, I completely overlooked the fact that there is "UTF8" and "UTF-8" in the drop-down. I thought the default option was the correct one. It works now and I'm sorry to have wasted your time. Thanks.

from db_explorer.

robinbortlik avatar robinbortlik commented on June 18, 2024

I'm happy that it helped :)

Btw.. there is another project which can help you to explore your databases. It is called labrador and you can find it on http://chrismccord.github.com/labrador/

from db_explorer.

gaza3g avatar gaza3g commented on June 18, 2024

Thanks for the suggestion. Looking into it now.

from db_explorer.

quacos avatar quacos commented on June 18, 2024

I have tried UTF8 and ISO-8859-1 too, still having issue...

from db_explorer.

leader80 avatar leader80 commented on June 18, 2024

Same prob here :(

from db_explorer.

robinbortlik avatar robinbortlik commented on June 18, 2024

@quacos sorry, for late response, I missed your comment.
@leader80 did you try UTF8 or UTF-8. What db are you using?

from db_explorer.

leader80 avatar leader80 commented on June 18, 2024

I found the issue, is UTF8 has to be lowercase!

from db_explorer.

leader80 avatar leader80 commented on June 18, 2024

= f.input :encoding, :collection => (Encoding.name_list + ["utf8"] + ["UTF8"]).sort, :selected => @database_connection.encoding || "UTF-8"
in _form.html.haml

from db_explorer.

robinbortlik avatar robinbortlik commented on June 18, 2024

:) just discovered it. Can you please change it and try if it is working?

from db_explorer.

r3cha avatar r3cha commented on June 18, 2024

yes its fix issue.

from db_explorer.

Related Issues (12)

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.