summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/schema.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* (no commit message)Mike Bayer2005-10-291-2/+8
* (no commit message)Mike Bayer2005-10-291-1/+1
* (no commit message)Mike Bayer2005-10-271-2/+3
* (no commit message)Mike Bayer2005-10-271-0/+1
* (no commit message)Mike Bayer2005-10-271-1/+1
* sequences, oracleMike Bayer2005-10-231-13/+21
* oid oid oid orderby lalaMike Bayer2005-10-221-3/+5
* oids rows insert sort orders galoreMike Bayer2005-10-221-1/+0
* postgres kickin my ass w00pMike Bayer2005-10-211-2/+2
* (no commit message)Mike Bayer2005-09-241-1/+0
* (no commit message)Mike Bayer2005-09-241-0/+5
* (no commit message)Mike Bayer2005-09-241-26/+42
* (no commit message)Mike Bayer2005-09-231-3/+17
* (no commit message)Mike Bayer2005-09-231-4/+35
* (no commit message)Mike Bayer2005-09-221-1/+1
* (no commit message)Mike Bayer2005-09-221-36/+2
* (no commit message)Mike Bayer2005-09-221-1/+0
* (no commit message)Mike Bayer2005-09-221-17/+22
* active record stuffMike Bayer2005-09-221-0/+1
* (no commit message)Mike Bayer2005-09-181-0/+1
* working thru test casesMike Bayer2005-09-171-1/+2
* added sqlite table reflectino and supporting patternsMike Bayer2005-09-171-12/+33
* foreign key relatinoships are defined primarily at the schema levelMike Bayer2005-09-151-5/+6
* (no commit message)Mike Bayer2005-09-151-10/+16
* (no commit message)Mike Bayer2005-09-031-2/+4
* (no commit message)Mike Bayer2005-09-031-1/+3
* (no commit message)Mike Bayer2005-08-091-2/+2
* (no commit message)Mike Bayer2005-08-061-51/+38