Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

can't change default schema #5

Open
gijzelaerr opened this issue Oct 25, 2017 · 0 comments
Open

can't change default schema #5

gijzelaerr opened this issue Oct 25, 2017 · 0 comments

Comments

@gijzelaerr
Copy link
Collaborator

for monetdb I would do something like:

import monetdblite
monetdblite.init('/tmp/monetdb_lite')
monetdblite.sql("create schema test_schema;")
monetdblite.sql("create schema test_schema2;")
monetdblite.sql("alter user monetdb set schema test_schema2;")
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant