Koha Test Wiki MW Canasta on Koha Portainer
Test major Koha Wiki changes or bug fixes here without fear of breaking the production wiki.
For the current Koha Wiki, visit https://wiki.koha-community.org .User:Victor Grousset - tuxayo/Coding Guidelines-SQL11-changes
Jump to navigation
Jump to search
Proposed change
current guideline: https://wiki.koha-community.org/wiki/Coding_Guidelines#SQL11:_All_fields_added_to_the_database_must_be_documented_in_kohastructure.sql
WIP see if there is something to change and what.
- Coding Guidelines
- QA tools?
- Existing comments?
Reasons
WIP
Current state
Field comments
- 12 occurrences of «COMMENT '»
- More than 1000 occurrences of «, --». After a check, more than 99% are field comments so it's not noise/false positive
SchemaSpy compatibility
Both
DBIC compatibility
Only the COMMENT syntax ends up in DBIC files
check: COMMENT syntax
check: , -- syntax
Table comments
- 68 occurrences of «( --»
- 2 occurrences of «COMMENT=»
SchemaSpy compatibility
Only the COMMENT= syntax
DBIC compatibility
Only the COMMENT= syntax