<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git, branch pr/41</title>
<subtitle>github.com: zzzeek/sqlalchemy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/'/>
<entry>
<title>Switched to UTC Timestamp</title>
<updated>2013-11-08T21:11:54+00:00</updated>
<author>
<name>jplaverdure</name>
<email>jp.laverdure@gmail.com</email>
</author>
<published>2013-11-08T21:11:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=acbe8a9ac34f6c263f5d9399530b5915a5ce75f0'/>
<id>acbe8a9ac34f6c263f5d9399530b5915a5ce75f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added changed(timestamp) on _history table and supprot for schemas</title>
<updated>2013-11-08T16:58:35+00:00</updated>
<author>
<name>jplaverdure</name>
<email>jp.laverdure@gmail.com</email>
</author>
<published>2013-11-08T16:58:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=9927b845162218f5911433efd0fa2e74c11d5aaf'/>
<id>9927b845162218f5911433efd0fa2e74c11d5aaf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed bug which prevented history_meta recipe from working with</title>
<updated>2013-11-08T01:35:24+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-11-08T01:35:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=29a07fc09a6c11b3e05457e2a8122682a90a4419'/>
<id>29a07fc09a6c11b3e05457e2a8122682a90a4419</id>
<content type='text'>
joined inheritance schemes more than one level deep.
- don't need to use _lib.py here anymore now that these features are in
sqlalchemy.testing
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
joined inheritance schemes more than one level deep.
- don't need to use _lib.py here anymore now that these features are in
sqlalchemy.testing
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed a regression introduced by the join rewriting feature of</title>
<updated>2013-11-01T19:24:43+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-11-01T19:24:43+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=5d0e84434f116460d64d3078f650d9c89004f2a9'/>
<id>5d0e84434f116460d64d3078f650d9c89004f2a9</id>
<content type='text'>
:ticket:`2369` and :ticket:`2587` where a nested join with one side
already an aliased select would fail to translate the ON clause on the
outside correctly; in the ORM this could be seen when using a
SELECT statement as a "secondary" table. [ticket:2858]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
:ticket:`2369` and :ticket:`2587` where a nested join with one side
already an aliased select would fail to translate the ON clause on the
outside correctly; in the ORM this could be seen when using a
SELECT statement as a "secondary" table. [ticket:2858]
</pre>
</div>
</content>
</entry>
<entry>
<title>- add a section re: using column_reflect for mapping, link to it from the "naming columns distinctly" and "column_prefix" sections since this is often what ppl are looking for.  [ticket:2856] is related.</title>
<updated>2013-10-31T19:29:45+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-10-31T19:29:45+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=931be6126718bbfc9a0bcf9ad92b535fb4273a0b'/>
<id>931be6126718bbfc9a0bcf9ad92b535fb4273a0b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed a regression introduced by :ticket:`2818` where the EXISTS</title>
<updated>2013-10-30T14:34:31+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-10-30T14:34:31+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=eee219bc7e0656fb8afa9879bda799ab1d71b285'/>
<id>eee219bc7e0656fb8afa9879bda799ab1d71b285</id>
<content type='text'>
query being generated would produce a "columns being replaced"
warning for a statement with two same-named columns,
as the internal SELECT wouldn't have use_labels set.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
query being generated would produce a "columns being replaced"
warning for a statement with two same-named columns,
as the internal SELECT wouldn't have use_labels set.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #39 from jmagnusson/minordocfix</title>
<updated>2013-10-29T00:52:09+00:00</updated>
<author>
<name>mike bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-10-29T00:52:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=b1f7e8a3704f0eccbaba653eec9b43805b77ccb8'/>
<id>b1f7e8a3704f0eccbaba653eec9b43805b77ccb8</id>
<content type='text'>
Super-minor doc fix</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Super-minor doc fix</pre>
</div>
</content>
</entry>
<entry>
<title>Super-minor doc fix</title>
<updated>2013-10-28T22:26:37+00:00</updated>
<author>
<name>Jacob Magnusson</name>
<email>m@jacobian.se</email>
</author>
<published>2013-10-28T22:26:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=60a72e7c5635b502c8eb9328f7be2990a321ae59'/>
<id>60a72e7c5635b502c8eb9328f7be2990a321ae59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>no such thing as default_strategy()...</title>
<updated>2013-10-28T17:54:08+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-10-28T17:54:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=0b88d011273a618dc25cc680abe746762d27a7a1'/>
<id>0b88d011273a618dc25cc680abe746762d27a7a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- whitespace below ..version, sigh</title>
<updated>2013-10-28T17:48:44+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-10-28T17:48:44+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=8ab39fb652cf9edb1b9795bd528638105aff7d26'/>
<id>8ab39fb652cf9edb1b9795bd528638105aff7d26</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
