summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/schema.py
Commit message (Expand)AuthorAgeFilesLines
* - subclassed Function off of new FunctionElement generic baseMike Bayer2009-11-101-38/+39
* - ForeignKey(constraint=some_parent) is now private _constraintMike Bayer2009-11-091-71/+90
* - the `__contains__()` method of `MetaData` now acceptsMike Bayer2009-11-011-2/+4
* - generalized Enum to issue a CHECK constraint + VARCHAR on default platformMike Bayer2009-10-251-8/+6
* - Added new ENUM type to the Postgresql dialect, which exists as a schema-levelMike Bayer2009-10-251-0/+5
* deprecations per [ticket:1498]:Mike Bayer2009-10-151-2/+4
* - an executemany() now requires that all bound parameterMike Bayer2009-10-151-0/+4
* remove instanceof() in favor of memoized flags, part of [ticket:1566]Mike Bayer2009-10-141-1/+21
* - added "ddl" argument to the "on" callable of DDLElement [ticket:1538]Mike Bayer2009-10-121-50/+55
* - unit test fixesMike Bayer2009-10-101-2/+2
* merge from branches/clauseelement-nonzeroPhilip Jenvey2009-09-241-5/+5
* all about DDL eventsMike Bayer2009-09-111-1/+4
* docsMike Bayer2009-09-101-5/+6
* - 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