Merge upstream changes.
This commit is contained in:
parent
030818f448
commit
925221c9fa
2 changed files with 9 additions and 26 deletions
|
|
@ -105,7 +105,7 @@ RAM instead of on disk.");
|
|||
static PyObject* module_complete(PyObject* self, PyObject* args, PyObject*
|
||||
kwargs)
|
||||
{
|
||||
static char *kwlist[] = {"statement", NULL, NULL};
|
||||
static char *kwlist[] = {"statement", NULL};
|
||||
char* statement;
|
||||
|
||||
PyObject* result;
|
||||
|
|
@ -135,7 +135,7 @@ Checks if a string contains a complete SQL statement. Non-standard.");
|
|||
static PyObject* module_enable_shared_cache(PyObject* self, PyObject* args, PyObject*
|
||||
kwargs)
|
||||
{
|
||||
static char *kwlist[] = {"do_enable", NULL, NULL};
|
||||
static char *kwlist[] = {"do_enable", NULL};
|
||||
int do_enable;
|
||||
int rc;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue