<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git/lib/sqlalchemy/ext/proxy.py, branch main</title>
<subtitle>github.com: zzzeek/sqlalchemy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/'/>
<entry>
<title>merging 0.4 branch to trunk.  see CHANGES for details.  0.3 moves to maintenance branch in branches/rel_0_3.</title>
<updated>2007-07-27T04:08:53+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2007-07-27T04:08:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=ed4fc64bb0ac61c27bc4af32962fb129e74a36bf'/>
<id>ed4fc64bb0ac61c27bc4af32962fb129e74a36bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>migrated (most) docstrings to pep-257 format, docstring generator using straight &lt;pre&gt; + trim() func</title>
<updated>2007-02-25T22:44:52+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2007-02-25T22:44:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=962c22c9eda7d2ab7dc0b41bd1c7a52cf0c9d008'/>
<id>962c22c9eda7d2ab7dc0b41bd1c7a52cf0c9d008</id>
<content type='text'>
for now.  applies most of [ticket:214], compliemnts of Lele Gaifax
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for now.  applies most of [ticket:214], compliemnts of Lele Gaifax
</pre>
</div>
</content>
</entry>
<entry>
<title>reorganizing classnames a bit, flagging "private" classes in the sql package,</title>
<updated>2006-10-17T02:03:00+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2006-10-17T02:03:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=180d3741997c1471b9199334d6076e45cd581d62'/>
<id>180d3741997c1471b9199334d6076e45cd581d62</id>
<content type='text'>
getting the generated docs to look a little nicer.
fixes to extensions, sqlsoup etc. to be compatible with recent API tweaks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
getting the generated docs to look a little nicer.
fixes to extensions, sqlsoup etc. to be compatible with recent API tweaks
</pre>
</div>
</content>
</entry>
<entry>
<title>_selectable interface; allows sqlsoup to pass its classes to Join and have the underlying Table pulled out</title>
<updated>2006-07-21T16:53:05+00:00</updated>
<author>
<name>Jonathan Ellis</name>
<email>jbellis@gmail.com</email>
</author>
<published>2006-07-21T16:53:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=52c50cb72be72c6caed7bc0c5a29e9f18831c3d3'/>
<id>52c50cb72be72c6caed7bc0c5a29e9f18831c3d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1</title>
<updated>2006-05-25T14:20:23+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2006-05-25T14:20:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=bb79e2e871d0a4585164c1a6ed626d96d0231975'/>
<id>bb79e2e871d0a4585164c1a6ed626d96d0231975</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>split up Session into Session/LegacySession, added some new constructor args</title>
<updated>2006-04-06T23:46:02+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2006-04-06T23:46:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=2a171e818c2e7cfadcd286399a3740147ff0df45'/>
<id>2a171e818c2e7cfadcd286399a3740147ff0df45</id>
<content type='text'>
created AbstractEngine class which provides base for SQLEngine and will also
provide base for ConnectionProxy, so SQL binding can be to an engine or specific
connection resource
ClauseElements get using() method which can take AbstractEngines for execution
made more separation between SchemaItems and bound engine
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
created AbstractEngine class which provides base for SQLEngine and will also
provide base for ConnectionProxy, so SQL binding can be to an engine or specific
connection resource
ClauseElements get using() method which can take AbstractEngines for execution
made more separation between SchemaItems and bound engine
</pre>
</div>
</content>
</entry>
<entry>
<title>moves the binding of a TypeEngine object from "schema/statement creation" time into "compilation" time</title>
<updated>2006-04-06T01:15:46+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2006-04-06T01:15:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=680c27607328a8f89e446601f7bc7ed56394dc27'/>
<id>680c27607328a8f89e446601f7bc7ed56394dc27</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>engine property allows polymorphic access to get_engine/set_engine</title>
<updated>2006-03-02T00:30:49+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2006-03-02T00:30:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=834f2caec5fba487881182cb64055bb6cbfd2463'/>
<id>834f2caec5fba487881182cb64055bb6cbfd2463</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>made SchemaEngine more prominent as the base of Table association</title>
<updated>2006-03-01T21:20:59+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2006-03-01T21:20:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=fd8d4a45ea1c2087ed3c4a86bf5f889b194fdb48'/>
<id>fd8d4a45ea1c2087ed3c4a86bf5f889b194fdb48</id>
<content type='text'>
BaseProxyEngine descends from SchemaEngine
fixes to sqlite/postgres reflection to use the correct engine for table lookups
Table engine can be none which will default to schema.default_engine (although its
still positional for now, so still needs to be explicit to make room for Columns)
__init__ sets default_engine to be a blank ProxyEngine
fixes to test suite to allow --db proxy.&lt;dbname&gt; to really test proxyengine
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BaseProxyEngine descends from SchemaEngine
fixes to sqlite/postgres reflection to use the correct engine for table lookups
Table engine can be none which will default to schema.default_engine (although its
still positional for now, so still needs to be explicit to make room for Columns)
__init__ sets default_engine to be a blank ProxyEngine
fixes to test suite to allow --db proxy.&lt;dbname&gt; to really test proxyengine
</pre>
</div>
</content>
</entry>
<entry>
<title>oid inits at compilation time/when needed again, added a unit test</title>
<updated>2006-02-28T23:18:43+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2006-02-28T23:18:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=a4ba9b5414ee3d18667b67d57a361845a8354d3c'/>
<id>a4ba9b5414ee3d18667b67d57a361845a8354d3c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
