<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git/lib/sqlalchemy/testing, branch pr/72</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>Fix unique constraints reflection in SQLite</title>
<updated>2014-02-14T12:09:21+00:00</updated>
<author>
<name>Roman Podoliaka</name>
<email>rpodolyaka@mirantis.com</email>
</author>
<published>2014-02-14T11:04:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=a7e0d3e1e36076e20ead9447508d99b2e477ba46'/>
<id>a7e0d3e1e36076e20ead9447508d99b2e477ba46</id>
<content type='text'>
Reflection of unique constraints didn't work properly, if reserved
identifiers had been used as column names. In this case column names
would be put in double quotes (e.g. the name of column asc would be
returned as "asc").

This issue is only present in 0.8.4 and not in 0.9.x.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reflection of unique constraints didn't work properly, if reserved
identifiers had been used as column names. In this case column names
would be put in double quotes (e.g. the name of column asc would be
returned as "asc").

This issue is only present in 0.8.4 and not in 0.9.x.
</pre>
</div>
</content>
</entry>
<entry>
<title>- repair the fixture/test here to make sure state isn't left over causing other tests to fail</title>
<updated>2014-01-29T00:49:15+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-01-27T18:34:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=b05adc9507cbf924aba5629e72ad609515050ac4'/>
<id>b05adc9507cbf924aba5629e72ad609515050ac4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- support addition of fails_if()/only_on(), just wraps the decorators</title>
<updated>2014-01-02T19:24:44+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-01-02T19:23:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=cc82ea33a03a55c04f220113c51a85352395f012'/>
<id>cc82ea33a03a55c04f220113c51a85352395f012</id>
<content type='text'>
- update a few exclusions to support current pymssql.  passes all of test_suite and dialect/mssql
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- update a few exclusions to support current pymssql.  passes all of test_suite and dialect/mssql
</pre>
</div>
</content>
</entry>
<entry>
<title>- apply a similar fix for floats to mssql+pyodbc as we did to firebird</title>
<updated>2013-12-28T22:51:51+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-12-28T22:50:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=a1d2e4d4915544b0257d294f4a92fb904fbf1a6b'/>
<id>a1d2e4d4915544b0257d294f4a92fb904fbf1a6b</id>
<content type='text'>
- wrangle through osx+pyodbc+freetds to get at least test_suite to pass again
with mssql+pyodbc. invovled adding some silly requirements
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- wrangle through osx+pyodbc+freetds to get at least test_suite to pass again
with mssql+pyodbc. invovled adding some silly requirements
</pre>
</div>
</content>
</entry>
<entry>
<title>- fix the insert from select test to use a non-autoinc table</title>
<updated>2013-12-28T22:51:42+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-12-28T21:37:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=a6905c82523a507b143625e41392a538d2472fb3'/>
<id>a6905c82523a507b143625e41392a538d2472fb3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- actually check the list of views!</title>
<updated>2013-12-27T21:38:27+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-12-27T21:37:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=db0bfa06761eb8aec6e3b98cc3e20f27c22d4f9c'/>
<id>db0bfa06761eb8aec6e3b98cc3e20f27c22d4f9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix 2.5-ism</title>
<updated>2013-12-27T21:19:54+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-12-27T21:19:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=1ed633c229810f3b3168249968c02731be486945'/>
<id>1ed633c229810f3b3168249968c02731be486945</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- add an exclusion for "floats to four decimals", backported from 0.9 and applies to</title>
<updated>2013-12-27T18:45:07+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-12-27T18:45:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=819ad89276f223a125d6235aa99acbdc1084c06e'/>
<id>819ad89276f223a125d6235aa99acbdc1084c06e</id>
<content type='text'>
firebird
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
firebird
</pre>
</div>
</content>
</entry>
<entry>
<title>- add a test which creates tables and views at the same time, then tests that the lists</title>
<updated>2013-12-27T18:42:36+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-12-27T18:28:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=ab1ab82f16180e31f6a44045c6e25ffc73039a3e'/>
<id>ab1ab82f16180e31f6a44045c6e25ffc73039a3e</id>
<content type='text'>
of each can be reflected independently.  Testing [ticket:2898] at the moment.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
of each can be reflected independently.  Testing [ticket:2898] at the moment.
</pre>
</div>
</content>
</entry>
<entry>
<title>- repair some suite tests for firebird</title>
<updated>2013-12-27T18:41:21+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-12-27T18:05:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=2900b6e4ece23be4fe9e1479a23155094798e601'/>
<id>2900b6e4ece23be4fe9e1479a23155094798e601</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
