GithubHelp home page GithubHelp logo

Comments (5)

ansgarbecker avatar ansgarbecker commented on June 27, 2024 1

Interesting to see MySQL does not have these INET4 and INET6 types.
MariaDB has them documented here.

from heidisql.

ansgarbecker avatar ansgarbecker commented on June 27, 2024

I'm thinking about outsourcing the data type definitions out of the dbstructure units into separate .ini files. Similar to the functions *.ini files. This would introduce some advantages:

  • separate MariaDB types from MySQL (which we would need for these INET6/INET4 types)
  • possible customization done by the user

.. but as always some disadvantages:

  • .ini files not updated through nigtly build updater
  • more internal parsing for certain types and categories

from heidisql.

NormanRice avatar NormanRice commented on June 27, 2024

If customization by the user is a requirement, maybe you could split the ini files into 2 files? Like have a dbstructure-mariadb.ini and an optional dbstructure-mariadb.user.ini - with only the first one being part of the build and subject to updates?

from heidisql.

ansgarbecker avatar ansgarbecker commented on June 27, 2024

Customization is not a requirement, it was just an idea as I was weighing the pros and cons. In fact, having data types in a separate file could introduce new issues, for instance with file privileges. I think I will leave this internally for now. I will find a way to hide these types away on MySQL sessions which do not have INET4/INET6.

from heidisql.

ansgarbecker avatar ansgarbecker commented on June 27, 2024

Next build has these both types:
grafik

from heidisql.

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.