summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/schema.py
Commit message (Expand)AuthorAgeFilesLines
* - Fixed column.copy() to copy defaults and onupdates.Mike Bayer2009-08-281-0/+4
* python3k fixesMike Bayer2009-08-091-1/+10
* documentation updatesMike Bayer2009-08-071-14/+40
* merge 0.6 series to trunk.Mike Bayer2009-08-061-588/+622
* - Fixed bug in Table and Column whereby passing emptyMike Bayer2009-07-251-12/+8
* changed reference to PostgreSQL in docs.rel_0_5_5Mike Bayer2009-07-131-1/+1
* removed needless "thread" imports from utilMike Bayer2009-05-301-1/+1
* Added multi part schema name support. Closes #594 and #1341.Michael Trier2009-04-111-6/+22
* - Fixed __repr__() and other _get_colspec() methods onMike Bayer2009-03-271-1/+6
* - use ForeignKey.column as _colspec source in Column._make_proxy(), preventin...Mike Bayer2009-01-141-6/+14
* prefer this methodsMike Bayer2009-01-131-8/+3
* - Column with no name (as in declarative) won't raise aMike Bayer2009-01-131-1/+8
* happy new yearMike Bayer2009-01-121-1/+1
* - Concrete inheriting mappers now instrument attributes which are inherited f...Mike Bayer2009-01-111-2/+8
* - Reflected foreign keys will properly locateMike Bayer2008-12-261-36/+47
* merged -r5299:5438 of py3k warnings branch. this fixes some sqlite py2.6 tes...Mike Bayer2008-12-181-4/+6
* - turn __visit_name__ into an explicit member.Mike Bayer2008-12-111-0/+21
* Index entries for thread safety.Jason Kirtland2008-12-111-4/+9
* - removed redundant declarative docsMike Bayer2008-12-081-23/+26
* documented onupdate, partially documented server_onupdateMike Bayer2008-12-071-4/+24
* - re-documented Table and Column constructors, fixed case sensitivity descrip...Mike Bayer2008-12-071-167/+172
* - merged -r5338:5429 of sphinx branch.Mike Bayer2008-12-061-10/+8
* - Using the same ForeignKey object repeatedlyMike Bayer2008-12-031-0/+2
* - Tickets [ticket:1200].Mike Bayer2008-11-221-5/+16
* the @memoized_property fairy pays a visitMike Bayer2008-11-071-55/+52
* - Repaired the table.tometadata() method so that a passed-inMike Bayer2008-11-071-16/+18
* Added documentation for the MetaData.sorted_tables() method.Michael Trier2008-10-291-0/+3
* Corrected method documentation for MetaData.drop_all().Michael Trier2008-10-291-1/+1
* - moved _FigureVisitName into visitiors.VisitorType, added Visitor base class...Mike Bayer2008-10-251-3/+3
* - added NoReferencedColumnError, common base class of NoReferenceErrorMike Bayer2008-10-211-1/+1
* - 0.5.0rc3, dohMike Bayer2008-10-181-16/+7
* - "not equals" comparisons of simple many-to-one relationMike Bayer2008-10-181-3/+3
* - added a few more assertions for [ticket:1165]Mike Bayer2008-10-041-0/+2
* Allowed column types to be callables. Fixes #1165.Michael Trier2008-10-041-3/+7
* - fixed a bug in declarative test which was looking for old version of historyMike Bayer2008-08-191-3/+12
* - Spiffed up the deprecated decorators & @flipped 'em up topJason Kirtland2008-07-161-8/+4
* - Removed 2.3 set emulations/enhancements.Jason Kirtland2008-07-151-6/+6
* And thus ends support for Python 2.3.Jason Kirtland2008-07-151-6/+7
* Added prefixes option to that accepts a list of string to insert after CREAT...Michael Trier2008-07-051-0/+6
* Corrected a reference to alt_schema_2 and fixed a docstring indentation for T...Michael Trier2008-07-031-8/+8
* simplified _get_colspecGaëtan de Menten2008-07-021-5/+1
* Don't blat Table.quote= when resolving foreign keys.Jason Kirtland2008-05-151-6/+12
* Columns now have default= and server_default=. PassiveDefault fades away.Jason Kirtland2008-05-141-23/+93
* add target_fullname as a public property for _get_colspecGaëtan de Menten2008-05-091-0/+2
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-67/+77
* doc update on quoteMike Bayer2008-05-081-10/+9
* Added missing argument check on CheckConstraintJason Kirtland2008-05-061-1/+4
* - Column.copy() respects the value of "autoincrement",Mike Bayer2008-05-051-1/+1
* - fixed reentrant mapper compile hang whenMike Bayer2008-05-021-0/+3
* - an unfortunate naming conflictMike Bayer2008-05-021-1/+1