Skip to content

Error with the basic example code #84

Closed Answered by asg017
tmokmss asked this question in Q&A
Discussion options

You must be logged in to vote

Those docs are still a work-in-progress, but the problem here canbe solved with:

db.commit()

after inserting into vss_demo.

This is because all writes to vss0 tables don't appear until a transaction is complete, which you sometimes have to explicitly do in Python.

Apologies for the confusion! Will be updating the docs (and will catch/handle that error since that isn't the best experience)

Thanks for the detailed report!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tmokmss
Comment options

Answer selected by tmokmss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants