Age | Commit message (Collapse) | Author |
|
This results in a deadlock. We have other ways for dealing with
this problem anyway.
Closes #506.
|
|
|
|
|
|
|
|
This only existed for compatibility with old 2.0 modules and 2.1
has already broken compatibility with them.
|
|
|
|
|
|
|
|
|
|
|
|
This prevents conversion issues when the MySQL server is in a
different timezone to the services server.
|
|
|
|
|
|
We used to return NULL from these methods but now we return an empty
block so this can never actually be null now.
|
|
|
|
Still to implement:
- system.getCapabilities
- system.methodHelp
- system.methodSignature
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The former causes a dereference which cause a database update. This
is not good for performance with db_sql_live on bigger networks.
|
|
|
|
Closes #444.
|
|
|
|
Also add more column types to ensure we are storing data in the
best format in the database.
|
|
Ref: #419
|
|
|
|
Resolves the issues some people were having with extremely wide rows.
|
|
This isn't actually used by MySQL for the column width.
|
|
|
|
|
|
This was done in some places already but not consistently.
Closes #349.
|
|
|
|
|
|
|