This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author peter.otten
Recipients debewerker, peter.otten, r.david.murray
Date 2013-08-31.07:48:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377935309.76.0.482206875213.issue18892@psf.upfronthosting.co.za>
In-reply-to
Content
David means you should replace the line

conn.commit

in your script which does not invoke the method with

conn.commit()

Side note: as long as you are a newbie it is a good idea to ask on the python mailing list first before adding a report to the bug tracker.
History
Date User Action Args
2013-08-31 07:48:29peter.ottensetrecipients: + peter.otten, r.david.murray, debewerker
2013-08-31 07:48:29peter.ottensetmessageid: <1377935309.76.0.482206875213.issue18892@psf.upfronthosting.co.za>
2013-08-31 07:48:29peter.ottenlinkissue18892 messages
2013-08-31 07:48:29peter.ottencreate