]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- omitted 'table' and 'column' from 'from sqlalchemy import *'
authorJason Kirtland <jek@discorporate.us>
Tue, 21 Aug 2007 01:31:23 +0000 (01:31 +0000)
committerJason Kirtland <jek@discorporate.us>
Tue, 21 Aug 2007 01:31:23 +0000 (01:31 +0000)
commit6228e72cb15be6e84260440d20369c91858b4640
treee73b103dae905c13f3739bc4e94719974d72b9e1
parent83eb2431247ff3392a984f034fb3ffd009d81009
- omitted 'table' and 'column' from 'from sqlalchemy import *'
- also omitted all modules and classes that aren't expicitly public
- omitted 'Smallinteger' (small i), but it's still in schema
- omitted NullType-related items from types.__all__
- patched up a few tests to use sql.table and sql.column, other related.
CHANGES
lib/sqlalchemy/__init__.py
lib/sqlalchemy/types.py
test/base/utils.py
test/dialect/mssql.py
test/dialect/oracle.py
test/orm/relationships.py
test/sql/generative.py
test/sql/query.py
test/sql/select.py
test/sql/testtypes.py