<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git/test/testbase.py, branch rel_0_3</title>
<subtitle>github.com: zzzeek/sqlalchemy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/'/>
<entry>
<title>MSSQL unit test fixes</title>
<updated>2007-08-19T15:07:30+00:00</updated>
<author>
<name>Paul Johnston</name>
<email>paj@pajhome.org.uk</email>
</author>
<published>2007-08-19T15:07:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=77aa8c605c22220f0a0a5fe63dc3d2abc7a1e3d1'/>
<id>77aa8c605c22220f0a0a5fe63dc3d2abc7a1e3d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- more docs</title>
<updated>2007-07-15T05:23:32+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2007-07-15T05:23:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=d92489fd2a4b39a133597c0ec5c28acc4db996fe'/>
<id>d92489fd2a4b39a133597c0ec5c28acc4db996fe</id>
<content type='text'>
- some more query tests
- removed warnings from testbase to appease the buildbots
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- some more query tests
- removed warnings from testbase to appease the buildbots
</pre>
</div>
</content>
</entry>
<entry>
<title>- test module turns warnings into exceptions so they can be tested for</title>
<updated>2007-07-14T23:06:57+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2007-07-14T23:06:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=5c752ee1499bf8e4bff7b2663655d9dd4099593d'/>
<id>5c752ee1499bf8e4bff7b2663655d9dd4099593d</id>
<content type='text'>
- the two mapper PK tests should actually warn on the id column collision
- reverted abc_inheritance back to normal
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- the two mapper PK tests should actually warn on the id column collision
- reverted abc_inheritance back to normal
</pre>
</div>
</content>
</entry>
<entry>
<title>- improved ability to get the "correct" and most minimal set of primary key</title>
<updated>2007-07-14T21:57:51+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2007-07-14T21:57:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=8889d2c1bc7c527271909c0896e5d053c6aa369e'/>
<id>8889d2c1bc7c527271909c0896e5d053c6aa369e</id>
<content type='text'>
  columns from a join, equating foreign keys and otherwise equated columns.
  this is also mostly to help inheritance scenarios formulate the best
  choice of primary key columns.  [ticket:185]
- added 'bind' argument to Sequence.create()/drop(), ColumnDefault.execute()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  columns from a join, equating foreign keys and otherwise equated columns.
  this is also mostly to help inheritance scenarios formulate the best
  choice of primary key columns.  [ticket:185]
- added 'bind' argument to Sequence.create()/drop(), ColumnDefault.execute()
</pre>
</div>
</content>
</entry>
<entry>
<title>mssql: preliminary support for using scope_identity() with pyodbc</title>
<updated>2007-07-11T18:51:44+00:00</updated>
<author>
<name>Paul Johnston</name>
<email>paj@pajhome.org.uk</email>
</author>
<published>2007-07-11T18:51:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=33e82c0a84d9b36333c7e7276f071fd0fc64f55d'/>
<id>33e82c0a84d9b36333c7e7276f071fd0fc64f55d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData instead</title>
<updated>2007-07-06T00:58:09+00:00</updated>
<author>
<name>Jason Kirtland</name>
<email>jek@discorporate.us</email>
</author>
<published>2007-07-06T00:58:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=177d30cc011b919c9c6381027d2e5f29e17e5ea7'/>
<id>177d30cc011b919c9c6381027d2e5f29e17e5ea7</id>
<content type='text'>
- Deprecated BoundMetaData- use MetaData instead
- Removed DMD and BMD from documentation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Deprecated BoundMetaData- use MetaData instead
- Removed DMD and BMD from documentation
</pre>
</div>
</content>
</entry>
<entry>
<title>fix running tests on Windows</title>
<updated>2007-06-01T04:55:17+00:00</updated>
<author>
<name>Jonathan Ellis</name>
<email>jbellis@gmail.com</email>
</author>
<published>2007-06-01T04:55:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=96ee77cd096f94613e3f98f7b7c179167b05877a'/>
<id>96ee77cd096f94613e3f98f7b7c179167b05877a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- DB connection urls for tests can now be loaded from a configuration file</title>
<updated>2007-05-25T22:30:39+00:00</updated>
<author>
<name>Jason Kirtland</name>
<email>jek@discorporate.us</email>
</author>
<published>2007-05-25T22:30:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=ea652e9d1006eb73594e5a25b9d791b77833e196'/>
<id>ea652e9d1006eb73594e5a25b9d791b77833e196</id>
<content type='text'>
- Test runs can now --require a particular external package version
- Added some 'coerce' magic to the Oracle connection factory to support use_ansi in the dburl query string
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Test runs can now --require a particular external package version
- Added some 'coerce' magic to the Oracle connection factory to support use_ansi in the dburl query string
</pre>
</div>
</content>
</entry>
<entry>
<title>- fixed critical issue when, after options(eagerload()) is used,</title>
<updated>2007-04-18T22:33:53+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2007-04-18T22:33:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=7efd23b23cbbd1d714cc31e44e776b7e1e9af319'/>
<id>7efd23b23cbbd1d714cc31e44e776b7e1e9af319</id>
<content type='text'>
the mapper would then always apply query "wrapping" behavior
for all subsequent LIMIT/OFFSET/DISTINCT queries, even if no
eager loading was applied on those subsequent queries.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the mapper would then always apply query "wrapping" behavior
for all subsequent LIMIT/OFFSET/DISTINCT queries, even if no
eager loading was applied on those subsequent queries.
</pre>
</div>
</content>
</entry>
<entry>
<title>- merged the "execcontext" branch, refactors engine/dialect codepaths</title>
<updated>2007-04-02T21:36:11+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2007-04-02T21:36:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=cdceb3c3714af707bfe3ede10af6536eaf529ca8'/>
<id>cdceb3c3714af707bfe3ede10af6536eaf529ca8</id>
<content type='text'>
- much more functionality moved into ExecutionContext, which impacted
the API used by dialects to some degree
- ResultProxy and subclasses now designed sanely
- merged patch for #522, Unicode subclasses String directly,
MSNVarchar implements for MS-SQL, removed MSUnicode.
- String moves its "VARCHAR"/"TEXT" switchy thing into
"get_search_list()" function, which VARCHAR and CHAR can override
to not return TEXT in any case (didnt do the latter yet)
- implements server side cursors for postgres, unit tests, #514
- includes overhaul of dbapi import strategy #480, all dbapi
importing happens in dialect method "dbapi()", is only called
inside of create_engine() for default and threadlocal strategies.
Dialect subclasses have a datamember "dbapi" referencing the loaded
module which may be None.
- added "mock" engine strategy, doesnt require DBAPI module and
gives you a "Connecition" which just sends all executes to a callable.
can be used to create string output of create_all()/drop_all().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- much more functionality moved into ExecutionContext, which impacted
the API used by dialects to some degree
- ResultProxy and subclasses now designed sanely
- merged patch for #522, Unicode subclasses String directly,
MSNVarchar implements for MS-SQL, removed MSUnicode.
- String moves its "VARCHAR"/"TEXT" switchy thing into
"get_search_list()" function, which VARCHAR and CHAR can override
to not return TEXT in any case (didnt do the latter yet)
- implements server side cursors for postgres, unit tests, #514
- includes overhaul of dbapi import strategy #480, all dbapi
importing happens in dialect method "dbapi()", is only called
inside of create_engine() for default and threadlocal strategies.
Dialect subclasses have a datamember "dbapi" referencing the loaded
module which may be None.
- added "mock" engine strategy, doesnt require DBAPI module and
gives you a "Connecition" which just sends all executes to a callable.
can be used to create string output of create_all()/drop_all().
</pre>
</div>
</content>
</entry>
</feed>
