summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/schema.py
Commit message (Expand)AuthorAgeFilesLines
* restore the deprecated docsMike Bayer2010-09-041-2/+60
* - refinements to DDL events, including new execute_if(), got pickling to workMike Bayer2010-09-031-76/+78
* doh, forgot about ddl events. need some work with the pickling.Mike Bayer2010-08-311-82/+45
* get slightly better about deprecations in docstrings, tho this is kind of an ...Mike Bayer2010-08-091-2/+9
* - Fixed bug whereby replacing composite foreign keyMike Bayer2010-08-041-1/+5
* - Added full description of parent table/column,Mike Bayer2010-08-031-2/+3
* - add an example of declarative with hybrid, including why thisMike Bayer2010-08-021-5/+37
* - Changed the scheme used to generate truncatedMike Bayer2010-07-211-1/+1
* - more 78 charsMike Bayer2010-07-101-174/+223
* - Column.copy() takes along the "unique" attributeMike Bayer2010-06-151-0/+1
* disclaimer for the "type=None" semi-featureMike Bayer2010-05-151-3/+5
* - Added table.add_is_dependent_on(othertable), allows manualMike Bayer2010-05-131-0/+15
* - the _make_proxy() method of ColumnClause and Column now useMike Bayer2010-05-101-1/+1
* - Fixed "table" argument on constructor of ForeginKeyConstraintMike Bayer2010-04-261-1/+1
* - Table.create() and Table.drop() no longer apply metadata-Mike Bayer2010-04-161-2/+10
* - The ORM will set the docstring of all generated descriptorsMike Bayer2010-04-021-0/+5
* - the copy() method of Column now copies over uninitializedMike Bayer2010-03-111-2/+5
* -remove proof of concept "cascade constraints"Mike Bayer2010-02-281-4/+0
* Added the ability to strip the schema when using tometadata by passing schema...Michael Trier2010-02-251-2/+4
* - "out" parameters require a type that is supported byMike Bayer2010-02-231-1/+6
* - added util.portable_instancemethod to provide a quick way to make an instan...Mike Bayer2010-02-221-3/+14
* - Made sqlalchemy.sql.expressions.Executable part of publicMike Bayer2010-02-121-2/+2
* - the "connection" argument from engine.transaction() andMike Bayer2010-01-291-3/+1
* - the "autocommit" flag on select() and text() as wellMike Bayer2010-01-281-1/+2
* - 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