summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/schema.py
Commit message (Expand)AuthorAgeFilesLines
* - reorganized and re-documented Oracle schema tests to assumeMike Bayer2010-01-171-7/+13
* - added "statement_options()" to Query, to so options can beMike Bayer2010-01-161-2/+1
* happy new yearMike Bayer2010-01-071-1/+1
* merge r6616 of 0.5 branch, allow DefaultGenerators as "default" and "onupdate"Mike Bayer2010-01-071-1/+4
* - clarify ForeignKey docs, copy operationMike Bayer2010-01-021-8/+46
* - The copy() method on Column now supports uninitialized,Mike Bayer2010-01-021-7/+9
* - Column() supports a keyword argument "sqlite_autoincrement", whichMike Bayer2009-12-181-1/+2
* - The Boolean type, when used on a backend that doesn'tMike Bayer2009-12-061-72/+84
* - reworked the DDL generation of ENUM and similar to be more platform agnostic.Mike Bayer2009-12-061-20/+31
* - 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