summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/schema.py
Commit message (Expand)AuthorAgeFilesLines
* - Sequences gain a basic dialect-specific kwargs bucket, like Tables.Jason Kirtland2007-10-041-3/+10
* Make the postgres_where attribute to Index private to postgres module by usin...Ants Aasma2007-10-011-1/+3
* - added partial index support for postgresAnts Aasma2007-09-291-1/+4
* - added "schema" argument to Sequence; use this with Postgres /Oracle when th...Mike Bayer2007-09-221-1/+2
* - added 'passive_deletes="all"' flag to relation(), disables allMike Bayer2007-09-091-0/+3
* [ticket:728] foreign key checks for existing reflected FK and replaces itselfMike Bayer2007-09-081-1/+9
* Adjusted ColumnDefault default function fitness check to only insure that a g...Jason Kirtland2007-08-221-3/+7
* - method call removalMike Bayer2007-08-201-31/+10
* 1. Module layout. sql.py and related move into a package called "sql".Mike Bayer2007-08-181-14/+17
* 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