| Commit message (Expand) | Author | Age | Files | Lines |
* | fix hasattr typo [ticket:744] | Jason Kirtland | 2007-08-15 | 1 | -1/+1 |
* | mass has_key->__contains__ migration, [ticket:738] | Mike Bayer | 2007-08-15 | 1 | -1/+1 |
* | - case_sensitive=(True|False) setting removed from schema items, since | Mike Bayer | 2007-08-11 | 1 | -86/+3 |
* | Correct docstring. | Jason Kirtland | 2007-08-10 | 1 | -1/+1 |
* | switch (simple) occurences of 'if len(x)' to 'if x': find . -name '*.py' |xar... | Jonathan Ellis | 2007-08-03 | 1 | -2/+2 |
* | ThreadLocalMetaData ought not .dispose() a Connection | Jason Kirtland | 2007-08-01 | 1 | -51/+63 |
* | MetaData can now reflect() all tables in the database en-masse thanks to tabl... | Jason Kirtland | 2007-07-31 | 1 | -98/+259 |
* | add warnings for deprecated methods and options | Jonathan Ellis | 2007-07-30 | 1 | -7/+10 |
* | - added Session constructor which turns autoflush/transactional on | Mike Bayer | 2007-07-29 | 1 | -1/+1 |
* | clearer error for ForeignKey cant locate parent table, [ticket:565] | Mike Bayer | 2007-07-29 | 1 | -1/+6 |
* | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena... | Mike Bayer | 2007-07-27 | 1 | -256/+119 |
* | - foreign key specs can have any chararcter in their identifiers | Mike Bayer | 2007-07-18 | 1 | -1/+1 |
* | bind/connectable compat, allow .bind = None | Jason Kirtland | 2007-07-17 | 1 | -2/+0 |
* | - improved ability to get the "correct" and most minimal set of primary key | Mike Bayer | 2007-07-14 | 1 | -10/+32 |
* | - the various "engine" arguments, such as "engine", "connectable", | Mike Bayer | 2007-07-12 | 1 | -58/+102 |
* | changed "_source_column" to simpler "_distance" | Mike Bayer | 2007-07-10 | 1 | -1/+1 |
* | more "column targeting" enhancements..columns have a "depth" from their ultim... | Mike Bayer | 2007-07-10 | 1 | -1/+1 |
* | - ForeignKey to a table in a schema thats not the default schema | Mike Bayer | 2007-07-08 | 1 | -1/+1 |
* | Tweak docs, very minor DMD compatability tweak | Jason Kirtland | 2007-07-06 | 1 | -1/+1 |
* | - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData instead | Jason Kirtland | 2007-07-06 | 1 | -38/+66 |
* | - MetaData and all SchemaItems are safe to use with pickle. slow | Mike Bayer | 2007-06-30 | 1 | -0/+9 |
* | #553 propigate index on copied columns | Mike Bayer | 2007-04-25 | 1 | -3/+3 |
* | slight cleanup for #498 | Mike Bayer | 2007-04-17 | 1 | -1/+4 |
* | - column label and bind param "truncation" also generate | Mike Bayer | 2007-03-28 | 1 | -0/+1 |
* | - fixes [ticket:185], join object determines primary key and removes | Mike Bayer | 2007-03-27 | 1 | -1/+1 |
* | - preliminary support for unicode table and column names added. | Mike Bayer | 2007-03-27 | 1 | -13/+9 |
* | documenting generative methods on query | Mike Bayer | 2007-03-22 | 1 | -3/+3 |
* | - MetaData can bind to an engine either via "url" or "engine" kwargs | Mike Bayer | 2007-03-22 | 1 | -13/+52 |
* | integrated docutils formatting into generated documentation; | Mike Bayer | 2007-03-17 | 1 | -12/+12 |
* | some docs | Mike Bayer | 2007-03-13 | 1 | -7/+18 |
* | - for hackers, refactored the "visitor" system of ClauseElement and | Mike Bayer | 2007-03-11 | 1 | -30/+31 |
* | - fixed use_alter flag on ForeignKeyConstraint [ticket:503] | Mike Bayer | 2007-03-07 | 1 | -2/+2 |
* | migrated (most) docstrings to pep-257 format, docstring generator using strai... | Mike Bayer | 2007-02-25 | 1 | -283/+524 |
* | - fixes to tometadata() operation to propigate Constraints at column and tabl... | Mike Bayer | 2007-02-17 | 1 | -3/+7 |
* | - fixed generation of CHECK constraints on columns [ticket:464] | Mike Bayer | 2007-02-17 | 1 | -1/+6 |
* | - small fix to BoundMetaData to accept unicode or string URLs | Mike Bayer | 2007-02-17 | 1 | -1/+1 |
* | - added "schema" argument to all has_table() calls, only supported so far by PG | Mike Bayer | 2007-02-04 | 1 | -1/+1 |
* | - added literal_column() to specify a column clause that should not undergo a... | Mike Bayer | 2007-02-04 | 1 | -3/+3 |
* | - more quoting fixes for [ticket:450]...quoting more aggressive (but still sk... | Mike Bayer | 2007-02-04 | 1 | -1/+1 |
* | merged the polymorphic relationship refactoring branch in. i want to go furt... | Mike Bayer | 2007-01-28 | 1 | -9/+5 |
* | - trying to redefine a reflected primary key column as non-primary key raises... | Mike Bayer | 2007-01-15 | 1 | -0/+7 |
* | copyright update | Mike Bayer | 2007-01-05 | 1 | -1/+1 |
* | reversing last commit | Rick Morrison | 2006-12-18 | 1 | -4/+2 |
* | added missing ref to between in sql.py __all__ | Rick Morrison | 2006-12-17 | 1 | -2/+4 |
* | docstring fix for [ticket:381] | Mike Bayer | 2006-12-09 | 1 | -0/+5 |
* | - added onupdate and ondelete keyword arguments to ForeignKey; propigate | Mike Bayer | 2006-12-09 | 1 | -2/+4 |
* | - made kwargs parsing to Table strict; removed various obsoluete "redefine=Tr... | Mike Bayer | 2006-11-26 | 1 | -7/+11 |
* | - cleanup on some instance vars in Select (is_scalar, is_subquery, _froms is ... | Mike Bayer | 2006-11-25 | 1 | -3/+15 |
* | [ticket:374] [ticket:377] [ticket:375], small fix to mutable types unit test | Mike Bayer | 2006-11-21 | 1 | -1/+0 |
* | removed 'redefine' from docstring | Mike Bayer | 2006-11-05 | 1 | -3/+0 |