https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27945
--- Comment #94 from Jonathan Druart <jonathan.druart+k...@gmail.com> --- (In reply to Tomás Cohen Arazi from comment #91) > The DB structure and data types should help us avoid useless manual > validations. But as we don't use STRICT_TRANS_TABLES, even marking the > column as UNSIGNED INT will allow setting even a string... (nitpicky mode) It will actually raise a non-blocker warnings and the value will be ignored. The DBMS won't store a string into a int ;) -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list Koha-bugs@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/