Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
Having these throw is terrible for ergonomics and there are loads
of places where the exception was either silently ignored or not
handled at all. Having a function which returns an optional and
another that returns a default works a lot better imo.
|
|
|
|
|
|
Closes #369.
|
|
|
|
|
|
|
|
This prevents zombie accounts from being left around that can't be
authenticated to.
Closes #355.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These have no external dependencies so it makes no sense to not
always build them.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Users should migrate to m_regex_pcre2 instead.
|
|
|
|
|
|
|
|
conan install src\win32\conanfile.txt --build=missing
cmake -B build .
cmake --build build --config Release --target PACKAGE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is not necessary now we use C++17.
|