<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git/lib/sqlalchemy, branch pr/206</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>Added tests for new error message on bad date/time values from MSSQL; changed messages slightly to be more testable.</title>
<updated>2015-10-05T16:25:09+00:00</updated>
<author>
<name>Ed Avis</name>
<email>eda@waniasset.com</email>
</author>
<published>2015-10-05T16:25:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=6eaaf72611a29c74e214d356eae9c46866f13a20'/>
<id>6eaaf72611a29c74e214d356eae9c46866f13a20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>When regexp match fails, report the bad string and the regexp used.</title>
<updated>2015-10-01T09:31:06+00:00</updated>
<author>
<name>Ed Avis</name>
<email>eda@waniasset.com</email>
</author>
<published>2015-10-01T09:31:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=cc32bd715e2d3b3bcd818084ccc5b5885775496a'/>
<id>cc32bd715e2d3b3bcd818084ccc5b5885775496a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- bzzt, fix the base _post_configure_engine() call to not fail</title>
<updated>2015-09-29T15:33:45+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2015-09-29T15:33:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=7393ee8d4f20e84240623bb180681742813dd178'/>
<id>7393ee8d4f20e84240623bb180681742813dd178</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- limit the search for schemas to not include "temp", which is sort of an implicit schema</title>
<updated>2015-09-28T21:48:55+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2015-09-28T21:35:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=5bb2536cc57c55c7d8c5901b5b622d18a9a6c646'/>
<id>5bb2536cc57c55c7d8c5901b5b622d18a9a6c646</id>
<content type='text'>
- repair the CREATE INDEX ddl for schemas
- update provisioning to include support for setting up ATTACH DATABASE up front
for the test_schema; enable "schemas" testing for SQLite
- changelog / migration notes for new SQLite schema support
- include the "schema" as the "remote_schema" when we reflect SQLite FKs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- repair the CREATE INDEX ddl for schemas
- update provisioning to include support for setting up ATTACH DATABASE up front
for the test_schema; enable "schemas" testing for SQLite
- changelog / migration notes for new SQLite schema support
- include the "schema" as the "remote_schema" when we reflect SQLite FKs
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/pr/198' into pr198</title>
<updated>2015-09-28T19:40:39+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2015-09-28T19:40:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=e4d445c6f56b2962b2b8e649575f70f5cb7fdc1f'/>
<id>e4d445c6f56b2962b2b8e649575f70f5cb7fdc1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix sqlalchemy.ext.baked.Result.one_or_none() exception message</title>
<updated>2015-09-24T19:25:15+00:00</updated>
<author>
<name>Eric Siegerman</name>
<email>eric.siegerman@rci.rogers.com</email>
</author>
<published>2015-09-24T19:25:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=91255618ddb47553774c620a23479adf88c27b74'/>
<id>91255618ddb47553774c620a23479adf88c27b74</id>
<content type='text'>
Also add a couple of missing tests.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also add a couple of missing tests.</pre>
</div>
</content>
</entry>
<entry>
<title>- replicate Query.one_or_none to BakedQuery</title>
<updated>2015-09-24T17:52:25+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2015-09-24T17:52:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=5b71858533ea153dec119b3592631fdb1500a15f'/>
<id>5b71858533ea153dec119b3592631fdb1500a15f</id>
<content type='text'>
- changelog / version note finishing
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- changelog / version note finishing
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Query.one_or_none()</title>
<updated>2015-09-24T17:22:45+00:00</updated>
<author>
<name>Eric Siegerman</name>
<email>eric.siegerman@rci.rogers.com</email>
</author>
<published>2015-09-24T17:16:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=a9b5fb3f497837c0a4f1122c49c5dd54c87474a0'/>
<id>a9b5fb3f497837c0a4f1122c49c5dd54c87474a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a lot more detail</title>
<updated>2015-09-23T21:05:20+00:00</updated>
<author>
<name>Eric Siegerman</name>
<email>eric.siegerman@rci.rogers.com</email>
</author>
<published>2015-09-23T20:39:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=0854f82993c9bc07a64cc52bb4c092d1f5f11b8c'/>
<id>0854f82993c9bc07a64cc52bb4c092d1f5f11b8c</id>
<content type='text'>
(cherry picked from commit 5db5e18d3babdb3ee857c075c774a585505b78ce)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 5db5e18d3babdb3ee857c075c774a585505b78ce)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add some markup</title>
<updated>2015-09-23T21:05:14+00:00</updated>
<author>
<name>Eric Siegerman</name>
<email>eric.siegerman@rci.rogers.com</email>
</author>
<published>2015-09-23T19:37:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=f29be1e6f7f9de812633efdf6323dc5e87b18cd2'/>
<id>f29be1e6f7f9de812633efdf6323dc5e87b18cd2</id>
<content type='text'>
(cherry picked from commit 81eefe038ea44a5314002483dde9cf00580df1bd)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 81eefe038ea44a5314002483dde9cf00580df1bd)
</pre>
</div>
</content>
</entry>
</feed>
