Add contribution note

This commit is contained in:
Javier Goizueta 2016-02-15 19:57:40 +01:00
parent 638c0ddfd8
commit 2838a0c9fd

View File

@ -5,6 +5,10 @@
Try to put as little logic in the SQL extension as possible and
just use it as a wrapper to the Python module functionality.
Once a function is defined it should never change its signature in subsequent
versions. To change a function's signature a new function with a different
name must be created.
### Python
...