summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/schema.py
Commit message (Expand)AuthorAgeFilesLines
* fix hasattr typo [ticket:744]Jason Kirtland2007-08-151-1/+1
* mass has_key->__contains__ migration, [ticket:738]Mike Bayer2007-08-151-1/+1
* - case_sensitive=(True|False) setting removed from schema items, sinceMike Bayer2007-08-111-86/+3
* Correct docstring.Jason Kirtland2007-08-101-1/+1
* switch (simple) occurences of 'if len(x)' to 'if x': find . -name '*.py' |xar...Jonathan Ellis2007-08-031-2/+2
* ThreadLocalMetaData ought not .dispose() a ConnectionJason Kirtland2007-08-011-51/+63
* MetaData can now reflect() all tables in the database en-masse thanks to tabl...Jason Kirtland2007-07-311-98/+259
* add warnings for deprecated methods and optionsJonathan Ellis2007-07-301-7/+10
* - added Session constructor which turns autoflush/transactional onMike Bayer2007-07-291-1/+1
* clearer error for ForeignKey cant locate parent table, [ticket:565]Mike Bayer2007-07-291-1/+6
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-256/+119
* - foreign key specs can have any chararcter in their identifiersMike Bayer2007-07-181-1/+1
* bind/connectable compat, allow .bind = NoneJason Kirtland2007-07-171-2/+0
* - improved ability to get the "correct" and most minimal set of primary keyMike Bayer2007-07-141-10/+32
* - the various "engine" arguments, such as "engine", "connectable",Mike Bayer2007-07-121-58/+102
* changed "_source_column" to simpler "_distance"Mike Bayer2007-07-101-1/+1
* more "column targeting" enhancements..columns have a "depth" from their ultim...Mike Bayer2007-07-101-1/+1
* - ForeignKey to a table in a schema thats not the default schemaMike Bayer2007-07-081-1/+1
* Tweak docs, very minor DMD compatability tweakJason Kirtland2007-07-061-1/+1
* - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData insteadJason Kirtland2007-07-061-38/+66
* - MetaData and all SchemaItems are safe to use with pickle. slowMike Bayer2007-06-301-0/+9
* #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
* reversing last commitRick Morrison2006-12-181-4/+2
* added missing ref to between in sql.py __all__Rick Morrison2006-12-171-2/+4
* docstring fix for [ticket:381]Mike Bayer2006-12-091-0/+5
* - added onupdate and ondelete keyword arguments to ForeignKey; propigateMike Bayer2006-12-091-2/+4
* - made kwargs parsing to Table strict; removed various obsoluete "redefine=Tr...Mike Bayer2006-11-261-7/+11
* - cleanup on some instance vars in Select (is_scalar, is_subquery, _froms is ...Mike Bayer2006-11-251-3/+15
* [ticket:374] [ticket:377] [ticket:375], small fix to mutable types unit testMike Bayer2006-11-211-1/+0
* removed 'redefine' from docstringMike Bayer2006-11-051-3/+0