| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Before this change it used to rm $objs after building, also this
change introduces a new PLUGIN_NAME variable so you can override
the plugin name from the make command line.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
| |
Untested, use at your own risk, mostly consisted of copying
changes from the cmd-copy.c implementation into plugin.c.
|
| |
|
| |
|
|
|