<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git, branch rel_0_8</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>Fix some broken links in docs</title>
<updated>2016-04-06T14:00:15+00:00</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2016-04-04T10:46:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=a5ba003858709aa95c76d76f8caabe7bf19e821a'/>
<id>a5ba003858709aa95c76d76f8caabe7bf19e821a</id>
<content type='text'>
(cherry picked from commit b1c9b3bd384fc40e1c411abef12eaf04b574612f)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit b1c9b3bd384fc40e1c411abef12eaf04b574612f)
</pre>
</div>
</content>
</entry>
<entry>
<title>- update oracle JDBC driver URL, fixes #3554</title>
<updated>2016-01-20T20:59:27+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2016-01-20T20:58:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=d636f6c167fc32119612e93205024dc39af4fdf8'/>
<id>d636f6c167fc32119612e93205024dc39af4fdf8</id>
<content type='text'>
(cherry picked from commit 24dba714cb56e1f5a4dca5453cc5f442e6ee08ab)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 24dba714cb56e1f5a4dca5453cc5f442e6ee08ab)
</pre>
</div>
</content>
</entry>
<entry>
<title>Update base.py</title>
<updated>2015-10-08T04:33:59+00:00</updated>
<author>
<name>Peter Demin</name>
<email>poslano@gmail.com</email>
</author>
<published>2015-10-07T15:38:48+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=1ac552102910e551183a49f41cd3dc08c85842cf'/>
<id>1ac552102910e551183a49f41cd3dc08c85842cf</id>
<content type='text'>
Docstring typo keysowrds =&gt; keywords
(cherry picked from commit f8eb7c2858443649190b735c587c190ae90b6106)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Docstring typo keysowrds =&gt; keywords
(cherry picked from commit f8eb7c2858443649190b735c587c190ae90b6106)
</pre>
</div>
</content>
</entry>
<entry>
<title>- remove ambiguous use of the phrase "joined together by AND" as this</title>
<updated>2015-10-01T13:39:21+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2015-10-01T13:37:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=e66297ea3798d6d7d059e96e4ae90e94f8f53cfa'/>
<id>e66297ea3798d6d7d059e96e4ae90e94f8f53cfa</id>
<content type='text'>
may be construed as the Python "and" keyword
- add notes to ORM tutorial for beginners that Python "and" keyword
is not to be used
fixes #3545

(cherry picked from commit ac08920284935e7e7519ce77ba369703390155dc)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
may be construed as the Python "and" keyword
- add notes to ORM tutorial for beginners that Python "and" keyword
is not to be used
fixes #3545

(cherry picked from commit ac08920284935e7e7519ce77ba369703390155dc)
</pre>
</div>
</content>
</entry>
<entry>
<title>Correcting the Hybrid Property Example</title>
<updated>2015-09-10T13:37:39+00:00</updated>
<author>
<name>Jason Myers</name>
<email>jason@jasonamyers.com</email>
</author>
<published>2015-09-10T13:23:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=31c0f3a474c4b464360ad9196c4044b23f8203cf'/>
<id>31c0f3a474c4b464360ad9196c4044b23f8203cf</id>
<content type='text'>
Fixes #3528

Signed-off-by: Jason Myers &lt;jason@jasonamyers.com&gt;

Conflicts:
	lib/sqlalchemy/ext/hybrid.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #3528

Signed-off-by: Jason Myers &lt;jason@jasonamyers.com&gt;

Conflicts:
	lib/sqlalchemy/ext/hybrid.py
</pre>
</div>
</content>
</entry>
<entry>
<title>fix typo int-&gt;into</title>
<updated>2015-08-09T14:23:50+00:00</updated>
<author>
<name>halfcrazy</name>
<email>hackzhuyan@gmail.com</email>
</author>
<published>2015-08-09T04:00:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=4ae3de7214972d93802f1a42e278e94972798642'/>
<id>4ae3de7214972d93802f1a42e278e94972798642</id>
<content type='text'>
(cherry picked from commit 51870ddaef8abf61ee4c8d6337a72db5395a0a85)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 51870ddaef8abf61ee4c8d6337a72db5395a0a85)
</pre>
</div>
</content>
</entry>
<entry>
<title>fdb drivers seem to be no longer available</title>
<updated>2015-03-24T23:30:34+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2015-03-24T23:30:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=ce0aff9eb58f6170fff7dc404d848e6ea3501b04'/>
<id>ce0aff9eb58f6170fff7dc404d848e6ea3501b04</id>
<content type='text'>
(cherry picked from commit 422fca43f8af1bfba0c2a2d24aa2eca7fc3bd558)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 422fca43f8af1bfba0c2a2d24aa2eca7fc3bd558)
</pre>
</div>
</content>
</entry>
<entry>
<title>- fix typo, fixes #3325</title>
<updated>2015-03-17T21:32:38+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2015-03-17T21:32:16+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=8496aee4a3a336adbf9b2bebbfa9eebe2f6819d5'/>
<id>8496aee4a3a336adbf9b2bebbfa9eebe2f6819d5</id>
<content type='text'>
(cherry picked from commit 138293c246fbf8c6693044a89fe788d0d0446113)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 138293c246fbf8c6693044a89fe788d0d0446113)
</pre>
</div>
</content>
</entry>
<entry>
<title>- remove now-misleading comment that SQLite doesn't support MATCH,</title>
<updated>2015-03-14T14:17:43+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2015-03-14T14:17:12+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=3c3dc2bce9f0a8eb7f05060f01d9fff8bdd402ce'/>
<id>3c3dc2bce9f0a8eb7f05060f01d9fff8bdd402ce</id>
<content type='text'>
since they've apparently added something for it
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
since they've apparently added something for it
</pre>
</div>
</content>
</entry>
<entry>
<title>- call this 1.0.0b1</title>
<updated>2015-03-13T20:25:44+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2015-03-13T20:25:10+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=2c893b520a6ff67f5604dc27644aedc96d3929ff'/>
<id>2c893b520a6ff67f5604dc27644aedc96d3929ff</id>
<content type='text'>
(cherry picked from commit 64b7a50cbd64b44fa8ee8413213e9eae73483515)
(cherry picked from commit 601e16daf30a00dd049507cb8bfa4931013c2e46)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 64b7a50cbd64b44fa8ee8413213e9eae73483515)
(cherry picked from commit 601e16daf30a00dd049507cb8bfa4931013c2e46)
</pre>
</div>
</content>
</entry>
</feed>
