summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/schema.py
Commit message (Expand)AuthorAgeFilesLines
* merged Rick Morrison / Runar Petursson's MS-SQL module, with adjustments to a...Mike Bayer2006-04-031-2/+5
* refactor to Compiled.get_params() to return new ClauseParameters object, a mo...Mike Bayer2006-03-131-1/+1
* got column onupdate workingMike Bayer2006-03-051-1/+9
* got column defaults to be executeableMike Bayer2006-03-041-9/+21
* making sequences, column defaults independently executeableMike Bayer2006-03-041-4/+15
* engine argument on tables optionalMike Bayer2006-03-021-0/+3
* made SchemaEngine more prominent as the base of Table associationMike Bayer2006-03-011-4/+9
* Merge indexes [1047]:[1048] into trunk (for #6)Jason Pellerin2006-02-261-20/+79
* create() statements return the created object so they can be instantiated andMike Bayer2006-02-261-0/+2
* merged sql_rearrangement branch , refactors sql package to work standalone withMike Bayer2006-02-251-105/+58
* fix to silent "recursive" bug in schema getattr that was somehow running only...rel_0_1_2Mike Bayer2006-02-241-1/+1
* fix to EagerLoad where it late-initializes its eager chain, thereby not getti...Mike Bayer2006-02-221-0/+6
* merged eager loading overhaul rev 1001:1009Mike Bayer2006-02-201-1/+4
* exception package added, support throughoutMike Bayer2006-02-191-8/+9
* added indexes to schema/ansisql/engineMike Bayer2006-02-181-2/+54
* added an assertion to insure that a column is only attached to one tableMike Bayer2006-02-171-0/+2
* streamlined engine.schemagenerator and engine.schemadropper methodologyMike Bayer2006-02-111-5/+5
* table supports per-engine-type options, ansisql allows enginesMike Bayer2006-02-051-3/+1
* started PassiveDefault, which is a "database-side" default. mapper will goMike Bayer2006-02-051-0/+12
* columns can be specified to override those from autoload=TrueMike Bayer2006-02-041-4/+5
* refactoring to allow column.label() to work in selects, etc.Mike Bayer2006-01-271-4/+1
* ai more reasonable hash_key that works across serializationsMike Bayer2006-01-261-0/+6
* Formatting fix.Robert Leftwich2006-01-161-2/+2
* Fixed problem in Column.copy(), _make_proxy() with nullable and hidden not be...Robert Leftwich2006-01-161-2/+2
* on foreign key default schema is that of the parent columnMike Bayer2006-01-131-3/+2
* indent fixMike Bayer2006-01-111-1/+1
* r815@lightspeed: robert | 2006-01-11 10:15:14 +1100Robert Leftwich2006-01-101-1/+1
* added some __repr__ functionalityMike Bayer2006-01-081-9/+41
* sqlite/postgres reflection will properly add foreign keysMike Bayer2006-01-081-0/+7
* improvements to relational algrebra of Alias, Select, Join objects, so that theyMike Bayer2006-01-081-10/+14
* added support for foreign keys to work across schemasMike Bayer2006-01-051-5/+11
* copyright->2005,2006Mike Bayer2006-01-031-1/+1
* license switchMike Bayer2005-12-311-13/+2
* docstringsMike Bayer2005-12-241-15/+125
* refactoring of execution path, defaults, and treatment of different paramstylesMike Bayer2005-12-171-0/+1
* factored "sequence" execution in postgres in oracle to be generalized to the ...Mike Bayer2005-12-161-14/+27
* rethinking sequences model to allow any default valuesMike Bayer2005-12-151-1/+2
* docstrings, formatting fixesMike Bayer2005-12-041-2/+4
* math operatorsMike Bayer2005-12-041-0/+8
* primary_keys => primary_keyMike Bayer2005-12-041-4/+4
* added a third "mapper" to a many-to-many relationship that becomes the depend...Mike Bayer2005-12-031-0/+2
* added functionality to map columns to their aliased versions.Mike Bayer2005-12-021-1/+15
* migrated __ALL__ to __all__, oops, and reworked moduleMike Bayer2005-11-301-1/+1
* mysql somewhat presentMike Bayer2005-11-271-2/+3
* more fixes to schema constructor, test suites not conflicting with each otherMike Bayer2005-11-261-3/+13
* **kwargs to table, column are checked, fixed propigation of foreignkey/sequen...Mike Bayer2005-11-261-16/+15
* docstring maintenanceMike Bayer2005-11-101-1/+2
* (no commit message)Mike Bayer2005-11-091-2/+1
* (no commit message)Mike Bayer2005-10-311-10/+27
* (no commit message)Mike Bayer2005-10-291-2/+6