Coder Social home page Coder Social logo

Trying to create translation of necessary_cookie_options entries throws SQL "incorrect integer value" error about mindshape_cookie_consent HOT 3 CLOSED

bfzgaier avatar bfzgaier commented on July 23, 2024
Trying to create translation of necessary_cookie_options entries throws SQL "incorrect integer value" error

from mindshape_cookie_consent.

Comments (3)

featdd avatar featdd commented on July 23, 2024

Hi @bfzgaier,

I could'nt reproduce this, will have to investigate further when I'm finding some time.
But as you describe the problem this also can be a core issue with the new mariadb features!?

Greetings
Daniel

from mindshape_cookie_consent.

bfzgaier avatar bfzgaier commented on July 23, 2024

Yes, it also could be a core issue. Depending on how the core handles default values.
It looks like empty string is the current default for at least select fields, but the column is defined as integer.

`cookie_category` int(11) unsigned DEFAULT '0' NOT NULL,

In older Mariadb/MySQL Versions this was cast to integer or ignored (I am not really sure)

Here are the current default sql modes for MySQL 5.7 and MariaDB 10.2
ONLY_FULL_GROUP_BY, STRICT_TRANS_TABLES, NO_ZERO_IN_DATE, NO_ZERO_DATE, ERROR_FOR_DIVISION_BY_ZERO, NO_AUTO_CREATE_USER, and NO_ENGINE_SUBSTITUTION.
https://dev.mysql.com/doc/refman/5.7/en/sql-mode.html

STRICT_TRANS_TABLES, ERROR_FOR_DIVISION_BY_ZERO , NO_AUTO_CREATE_USER, NO_ENGINE_SUBSTITUTION
https://mariadb.com/kb/en/sql-mode/

The flag STRICT_TRANS_TABLES should be responsible.

Strict mode. Statements with invalid or missing data are aborted and rolled back, except that for non-transactional storage engines and statements affecting multiple rows where the invalid or missing data is not the first row, MariaDB will convert the invalid value to the closest valid value, or, if a value is missing, insert the column default value.

https://mariadb.com/kb/en/sql-mode/#strict_trans_tables

from mindshape_cookie_consent.

featdd avatar featdd commented on July 23, 2024

Hi @bfzgaier,

thanks for your research, I could reproduce this now and added the default value for this field.

See: 42986eb

Greetings
Daniel

from mindshape_cookie_consent.

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.