<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git/test/sql/defaults.py, branch improve_toc</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>- unit tests have been migrated from unittest to nose.</title>
<updated>2009-06-10T21:18:24+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2009-06-10T21:18:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=45cec095b4904ba71425d2fe18c143982dd08f43'/>
<id>45cec095b4904ba71425d2fe18c143982dd08f43</id>
<content type='text'>
See README.unittests for information on how to run
the tests.  [ticket:970]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See README.unittests for information on how to run
the tests.  [ticket:970]
</pre>
</div>
</content>
</entry>
<entry>
<title>Modified fails_on testing decorator to take a reason for the failure.</title>
<updated>2008-12-12T03:41:05+00:00</updated>
<author>
<name>Michael Trier</name>
<email>mtrier@gmail.com</email>
</author>
<published>2008-12-12T03:41:05+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=1d90146210b0919294a99468a916d4084fc14c7d'/>
<id>1d90146210b0919294a99468a916d4084fc14c7d</id>
<content type='text'>
This should assist with helping to document the reasons for testing failures.
Currently unspecified failures are defaulted to 'FIXME: unknown'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should assist with helping to document the reasons for testing failures.
Currently unspecified failures are defaulted to 'FIXME: unknown'.
</pre>
</div>
</content>
</entry>
<entry>
<title>- fixed some oracle unit tests in test/sql/</title>
<updated>2008-10-24T15:58:17+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2008-10-24T15:58:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=3bbf8037f8408b590d64624b7ce71963053f555c'/>
<id>3bbf8037f8408b590d64624b7ce71963053f555c</id>
<content type='text'>
- wrote a docstring for oracle dialect, needs formatting perhaps
- made FIRST_ROWS optimization optional based on optimize_limits=True, [ticket:536]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- wrote a docstring for oracle dialect, needs formatting perhaps
- made FIRST_ROWS optimization optional based on optimize_limits=True, [ticket:536]
</pre>
</div>
</content>
</entry>
<entry>
<title>Modifications to allow the backends to control the behavior of an empty insert.  If supports_empty_insert is True then the backend specifically supports the 'insert into t1 () values ()' syntax.  If supports_default_values is True then the backend supports the 'insert into t1 default values' syntax.  If both are false then the backend has no support for empty inserts at all and an exception gets raised. Changes here are careful to not change current behavior except where the current behavior was failing to begin with.</title>
<updated>2008-10-20T15:21:00+00:00</updated>
<author>
<name>Michael Trier</name>
<email>mtrier@gmail.com</email>
</author>
<published>2008-10-20T15:21:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=c81c7ff3d59469cf6ceccbcf1593fd0563f0eaf3'/>
<id>c81c7ff3d59469cf6ceccbcf1593fd0563f0eaf3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Verified that Subqueries are not allowed in VALUES. mssql supports a SELECT syntax but only as the source of all inserts.</title>
<updated>2008-10-19T03:00:22+00:00</updated>
<author>
<name>Michael Trier</name>
<email>mtrier@gmail.com</email>
</author>
<published>2008-10-19T03:00:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=291077f36422f73bba6717075f89dc754ad3d7a1'/>
<id>291077f36422f73bba6717075f89dc754ad3d7a1</id>
<content type='text'>
(cherry picked from commit 4516db6b322fb1feaa04915f09b8b4fabd6b9735)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 4516db6b322fb1feaa04915f09b8b4fabd6b9735)
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed the visit_function stuff in mssql dialect. Added some tests for the function overrides. Fixed up the test_select in the sql/defaults.py tests which was a mess.</title>
<updated>2008-10-11T16:14:20+00:00</updated>
<author>
<name>Michael Trier</name>
<email>mtrier@gmail.com</email>
</author>
<published>2008-10-11T16:14:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=41e1f5526cf24131f6365de2c48f39748504daf2'/>
<id>41e1f5526cf24131f6365de2c48f39748504daf2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Removed 2.3 set emulations/enhancements.</title>
<updated>2008-07-15T19:23:52+00:00</updated>
<author>
<name>Jason Kirtland</name>
<email>jek@discorporate.us</email>
</author>
<published>2008-07-15T19:23:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=8fa48edbf9d84093152aced94fc1eb7996b9827f'/>
<id>8fa48edbf9d84093152aced94fc1eb7996b9827f</id>
<content type='text'>
  (sets.Set-based collections &amp; DB-API returns still work.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  (sets.Set-based collections &amp; DB-API returns still work.)
</pre>
</div>
</content>
</entry>
<entry>
<title>- Quick cleanup of defaults.py.  The main DefaultTest is still a mess.</title>
<updated>2008-05-20T00:14:51+00:00</updated>
<author>
<name>Jason Kirtland</name>
<email>jek@discorporate.us</email>
</author>
<published>2008-05-20T00:14:51+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=18a31d0316de48430ca5e8c8d442f11fdd3e26d6'/>
<id>18a31d0316de48430ca5e8c8d442f11fdd3e26d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Split out a couple true autoincrement/identity tests from emulated-with-sequences autoincrement=True tests.</title>
<updated>2008-05-19T23:15:41+00:00</updated>
<author>
<name>Jason Kirtland</name>
<email>jek@discorporate.us</email>
</author>
<published>2008-05-19T23:15:41+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=8e9fce417a04e647c6c3a3791b59a9cb704fc44d'/>
<id>8e9fce417a04e647c6c3a3791b59a9cb704fc44d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Removed @unsupported</title>
<updated>2008-05-14T22:09:23+00:00</updated>
<author>
<name>Jason Kirtland</name>
<email>jek@discorporate.us</email>
</author>
<published>2008-05-14T22:09:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=dd20ca5cb9eb0361f22023437d25a5bbb53f6871'/>
<id>dd20ca5cb9eb0361f22023437d25a5bbb53f6871</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
