代码搜索:SQLAlchemy

找到约 184 项符合「SQLAlchemy」的源代码

代码结果 184
www.eeworm.com/read/280962/4121229

py select.py

import testenv; testenv.configure_for_tests() import datetime, re, operator from sqlalchemy import * from sqlalchemy import exceptions, sql, util from sqlalchemy.sql import table, column from sqlalche
www.eeworm.com/read/280962/4121232

py testtypes.py

import testenv; testenv.configure_for_tests() import datetime, os, pickleable, re from sqlalchemy import * from sqlalchemy import exceptions, types, util from sqlalchemy.sql import operators import sq
www.eeworm.com/read/280962/4121250

py unitofwork.py

# coding: utf-8 """Tests unitofwork operations.""" import testenv; testenv.configure_for_tests() import pickleable from sqlalchemy import * from sqlalchemy import exceptions, sql from sqlalchemy.orm
www.eeworm.com/read/280962/4121252

py naturalpks.py

import testenv; testenv.configure_for_tests() from sqlalchemy import * from sqlalchemy.orm import * from sqlalchemy import exceptions from testlib.fixtures import * from testlib import * """test pri
www.eeworm.com/read/280962/4121263

py pickled.py

import testenv; testenv.configure_for_tests() from sqlalchemy import * from sqlalchemy import exceptions from sqlalchemy.orm import * from testlib import * from testlib.fixtures import * import pickle
www.eeworm.com/read/280962/4121274

py abc_polymorphic.py

import testenv; testenv.configure_for_tests() from sqlalchemy import * from sqlalchemy import exceptions, util from sqlalchemy.orm import * from testlib import * from testlib import fixtures class AB
www.eeworm.com/read/280962/4121292

py oracle.py

import testenv; testenv.configure_for_tests() from sqlalchemy import * from sqlalchemy.sql import table, column from sqlalchemy.databases import oracle from testlib import * class OutParamTest(TestB
www.eeworm.com/read/280962/4121293

py sqlite.py

"""SQLite-specific tests.""" import testenv; testenv.configure_for_tests() import datetime from sqlalchemy import * from sqlalchemy import exceptions from sqlalchemy.databases import sqlite from test
www.eeworm.com/read/280962/4121138

py graph1.py

"""a directed graph example.""" from sqlalchemy import * from sqlalchemy.orm import * import logging logging.basicConfig() logging.getLogger('sqlalchemy.engine').setLevel(logging.INFO) meta = MetaD
www.eeworm.com/read/280962/4121146

py custom_pickler.py

"""illustrates one way to use a custom pickler that is session-aware.""" from sqlalchemy import * from sqlalchemy.orm import * from sqlalchemy.orm.session import object_session from cStringIO import