Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use 'enum classification' instead of 'bool from_spam' | Johannes Berg | 2007-10-01 | 1 | -2/+12 |
| | |||||
* | add non-working SQL logger backend | Johannes Berg | 2007-10-01 | 1 | -0/+143 |
It doesn't work with sqlite for the following reasons: (1) sqlite is buggy and needs sql_connect() before starting a transaction although the API states that isn't the case (2) sqlite doesn't understand ON DUPLICATE (1) leads to a segfault when used with dict-proxy. Also see the comment in the source code for the broken transaction handling in this backend. |