summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/proxy.py
Commit message (Expand)AuthorAgeFilesLines
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-113/+0
* migrated (most) docstrings to pep-257 format, docstring generator using strai...Mike Bayer2007-02-251-16/+30
* reorganizing classnames a bit, flagging "private" classes in the sql package,Mike Bayer2006-10-171-2/+2
* _selectable interface; allows sqlsoup to pass its classes to Join and have th...Jonathan Ellis2006-07-211-4/+2
* merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1Mike Bayer2006-05-251-59/+39
* split up Session into Session/LegacySession, added some new constructor argsMike Bayer2006-04-061-1/+9
* moves the binding of a TypeEngine object from "schema/statement creation" tim...Mike Bayer2006-04-061-39/+0
* engine property allows polymorphic access to get_engine/set_engineMike Bayer2006-03-021-7/+1
* made SchemaEngine more prominent as the base of Table associationMike Bayer2006-03-011-6/+11
* oid inits at compilation time/when needed again, added a unit testMike Bayer2006-02-281-4/+2
* Added code to make foreignkey on ActiveMapper accept a string and create the ...jeff2006-02-271-1/+5
* Refactored ProxyEngine into BaseProxyEngine and ProxyEngine. Also added an Au...jeff2006-02-251-27/+67
* merged sql_rearrangement branch , refactors sql package to work standalone withMike Bayer2006-02-251-49/+1
* tweak to TableImpl/ColumnImpl with the way they get their attributeMike Bayer2006-02-141-2/+2
* tableimpl and columnimpl proxy to actual impl objects per engineMike Bayer2006-02-111-2/+23
* Provisional fix for #51, very slightly adapted from the patch posted in the t...Jason Pellerin2006-02-051-39/+31
* new ProxyEngine dispatches to multiple engines; contributed by jason pellerinMike Bayer2006-02-011-0/+146