summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/schema.py
Commit message (Expand)AuthorAgeFilesLines
* Corrected incorrect module name. Fixes #1137.Michael Trier2008-09-261-1/+1
* - Merged 0.5's declarative behavior such that allMike Bayer2008-07-091-0/+1
* same as r4710:Gaƫtan de Menten2008-05-091-0/+2
* back-merged current 0.4 trunk into rel_0_4 branch, which will become the 0.4 ...Mike Bayer2008-05-091-557/+1252
* - changed 'desired_columns' argument to 'include_columns'Mike Bayer2007-07-261-10/+17
* "You can also specify a list or set of column names to autoload, if you only ...Jonathan Ellis2007-07-261-2/+8
* fix up a docstring and some examplesAnts Aasma2007-07-261-2/+2
* - removed the ridiculous AbstractDialect do-nothing classMike Bayer2007-07-251-1/+1
* add __repr__ for engine, metadata, sqlsoupJonathan Ellis2007-07-251-0/+3
* - ColumnCollection (i.e. the 'c' attribute on tables) follows dictionaryMike Bayer2007-07-241-1/+1
* ColumnDefault functions pass ExecutionContext to callables which accept a sin...Mike Bayer2007-07-231-2/+14
* - refinement of connection.execute() , parameter processing behaviorMike Bayer2007-07-231-1/+1
* Remove unused imports, typo and light formatting tweaks.Jason Kirtland2007-07-191-1/+1
* - all "type" keyword arguments, such as those to bindparam(), column(),Mike Bayer2007-07-191-3/+3
* - put a generic regexp for chopping foreign key specs along the "."Mike Bayer2007-07-181-1/+1
* completed connectable/bind_to/engine work for [ticket:645]Mike Bayer2007-07-161-39/+13
* - merged trunk r2880-r2901 (slightly manually for 2900-2901)Mike Bayer2007-07-141-83/+121
* merged trunk r2826-2879Mike Bayer2007-07-121-1/+2
* make use of the isinstance(obj, (A,B)) idiom, makes the code a bit shorter an...Ants Aasma2007-07-101-2/+2
* - renamed DynamicMetaData to ThreadLocalMetaDataJason Kirtland2007-07-061-28/+14
* - added NullType to export listMike Bayer2007-07-031-1/+2
* merged pickleable schema items from trunk r2817Mike Bayer2007-06-301-0/+8
* - merge of generative_sql branchMike Bayer2007-06-241-94/+17
* - added "explcit" create/drop/execute support for sequencesMike Bayer2007-06-151-7/+9
* - merged trunk 2629-2730Mike Bayer2007-06-141-0/+6
* fix apparent typoJonathan Ellis2007-06-121-1/+1
* - MetaData loses 'name' attributeMike Bayer2007-06-111-34/+17
* added separate test for metadataMike Bayer2007-06-111-5/+12
* - fixed bug where selectable.corresponding_column(selectable.c.col)Mike Bayer2007-06-061-0/+7
* #553 propigate index on copied columnsMike Bayer2007-04-251-3/+3
* slight cleanup for #498Mike Bayer2007-04-171-1/+4
* - column label and bind param "truncation" also generateMike Bayer2007-03-281-0/+1
* - fixes [ticket:185], join object determines primary key and removesMike Bayer2007-03-271-1/+1
* - preliminary support for unicode table and column names added.Mike Bayer2007-03-271-13/+9
* documenting generative methods on queryMike Bayer2007-03-221-3/+3
* - MetaData can bind to an engine either via "url" or "engine" kwargsMike Bayer2007-03-221-13/+52
* integrated docutils formatting into generated documentation;Mike Bayer2007-03-171-12/+12
* some docsMike Bayer2007-03-131-7/+18
* - for hackers, refactored the "visitor" system of ClauseElement andMike Bayer2007-03-111-30/+31
* - fixed use_alter flag on ForeignKeyConstraint [ticket:503]Mike Bayer2007-03-071-2/+2
* migrated (most) docstrings to pep-257 format, docstring generator using strai...Mike Bayer2007-02-251-283/+524
* - fixes to tometadata() operation to propigate Constraints at column and tabl...Mike Bayer2007-02-171-3/+7
* - fixed generation of CHECK constraints on columns [ticket:464]Mike Bayer2007-02-171-1/+6
* - small fix to BoundMetaData to accept unicode or string URLsMike Bayer2007-02-171-1/+1
* - added "schema" argument to all has_table() calls, only supported so far by PGMike Bayer2007-02-041-1/+1
* - added literal_column() to specify a column clause that should not undergo a...Mike Bayer2007-02-041-3/+3
* - more quoting fixes for [ticket:450]...quoting more aggressive (but still sk...Mike Bayer2007-02-041-1/+1
* merged the polymorphic relationship refactoring branch in. i want to go furt...Mike Bayer2007-01-281-9/+5
* - trying to redefine a reflected primary key column as non-primary key raises...Mike Bayer2007-01-151-0/+7
* copyright updateMike Bayer2007-01-051-1/+1