- Defaults to
autocommit=False
connection = pymysql.connect(user='user', db='test')
cursor = connection.cursor()
cursor.execute('insert into test (value) values (10)')| { | |
| "cells": [ | |
| { | |
| "cell_type": "markdown", | |
| "metadata": {}, | |
| "source": [ | |
| "# Voltage analysis\n", | |
| "\n", | |
| "Three nights were observed with different VI+ settings:\n", | |
| "\n", |
| { | |
| "cells": [ | |
| { | |
| "cell_type": "markdown", | |
| "metadata": {}, | |
| "source": [ | |
| "# Voltage analysis\n", | |
| "\n", | |
| "Three nights were observed with different VI+ settings:\n", | |
| "\n", |
| 2015-08-25 17:20:10 +0100 | |
| ./configure | |
| --with-features=huge | |
| --enable-multibyte | |
| --with-macarchs=x86_64 | |
| --enable-perlinterp | |
| --enable-rubyinterp | |
| --enable-tclinterp | |
| --with-tlib=ncurses |
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| import pytest | |
| import sqlalchemy as sa | |
| from sqlalchemy.ext.declarative import declarative_base | |
| from sqlalchemy.orm import sessionmaker | |
| # In `db.py` or something | |
| Base = declarative_base() |
| d51beb968548b560c10c |