mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
Adds sql insert note (#833)
This commit is contained in:
committed by
kevinz000
parent
0d49bde7c1
commit
9e4b55b2c4
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
@@ -210,6 +210,8 @@ This prevents nesting levels from getting deeper then they need to be.
|
||||
|
||||
* Do not divide when you can easily convert it to a multiplication. (ie `4/2` should be done as `4*0.5`)
|
||||
|
||||
* Do not use the shorthand sql insert format (where no column names are specified) because it unnecessarily breaks all queries on minor column changes and prevents using these tables for tracking outside related info such as in a connected site/forum.
|
||||
|
||||
#### Enforced not enforced
|
||||
The following different coding styles are not only not enforced, but it is generally frowned upon to change them over from one to the other for little reason:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user