Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-10-01 | use 'enum classification' instead of 'bool from_spam' | Johannes Berg | 1 | -2/+12 | |
2007-10-01 | add non-working SQL logger backend | Johannes Berg | 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. |