<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git, branch pr/92</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>Add a _proxyImpl helper class</title>
<updated>2014-05-19T01:08:42+00:00</updated>
<author>
<name>Matthias Urlichs</name>
<email>matthias@urlichs.de</email>
</author>
<published>2014-05-19T01:08:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=611d529537194dd95a3114d627aaf4eab449a8cb'/>
<id>611d529537194dd95a3114d627aaf4eab449a8cb</id>
<content type='text'>
formalchemy does the following:

        if isinstance(self._impl, ScalarAttributeImpl) or self._impl.__class__.__name__ == '_ProxyImpl': # ProxyImpl is a one-off class for each synonym, can't import it
            # normal property, mapped to a single column from the main table
            prop = getattr(self._property, '_proxied_property', None)
            if prop is None:
                prop = self._property
            return tuple(prop.local_columns)

With this patch, this test can be replaced with

		if isinstance(self._impl, (ScalarAttributeImpl,ProxyImpl):
            …
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
formalchemy does the following:

        if isinstance(self._impl, ScalarAttributeImpl) or self._impl.__class__.__name__ == '_ProxyImpl': # ProxyImpl is a one-off class for each synonym, can't import it
            # normal property, mapped to a single column from the main table
            prop = getattr(self._property, '_proxied_property', None)
            if prop is None:
                prop = self._property
            return tuple(prop.local_columns)

With this patch, this test can be replaced with

		if isinstance(self._impl, (ScalarAttributeImpl,ProxyImpl):
            …
</pre>
</div>
</content>
</entry>
<entry>
<title>- changelog for #2785</title>
<updated>2014-05-16T17:09:50+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-05-16T17:09:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=460465a8749aecff761e1c81c77d7c23e8672789'/>
<id>460465a8749aecff761e1c81c77d7c23e8672789</id>
<content type='text'>
- refactor tests a bit
fixes #2785
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- refactor tests a bit
fixes #2785
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'zero_indexes-param-for-postgresql-ARRAY-type' of https://bitbucket.org/LevonXXL/sqlalchemy/overview into t</title>
<updated>2014-05-16T17:01:19+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-05-16T17:01:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=acb13668c2988179dbee68f599492a533e817d0e'/>
<id>acb13668c2988179dbee68f599492a533e817d0e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>typo</title>
<updated>2014-05-16T16:59:47+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-05-16T16:59:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=0f925ad430fd482d77520bb5de62949f9c75ac65'/>
<id>0f925ad430fd482d77520bb5de62949f9c75ac65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- add lots more to the profiling section</title>
<updated>2014-05-16T15:53:12+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-05-16T15:53:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=6212d59bdc0f09be92a46a8acc4e9b8c6404eb96'/>
<id>6212d59bdc0f09be92a46a8acc4e9b8c6404eb96</id>
<content type='text'>
- add the query profiling recipe, fix it with a stack as we now nest those
calls occasionally
- tabs to spaces
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- add the query profiling recipe, fix it with a stack as we now nest those
calls occasionally
- tabs to spaces
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into rel_0_9</title>
<updated>2014-05-15T21:09:41+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-05-15T21:09:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=fbf6175fc11ee2a15bec539455c3b32295fe98bb'/>
<id>fbf6175fc11ee2a15bec539455c3b32295fe98bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in gunnlaugur/sqlalchemy (pull request #19)</title>
<updated>2014-05-15T21:09:25+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>classic@zzzcomputing.com</email>
</author>
<published>2014-05-15T21:09:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=35855a47eaa8a910a8d90ff9ce5031bf805b520a'/>
<id>35855a47eaa8a910a8d90ff9ce5031bf805b520a</id>
<content type='text'>

Add note on PostgreSQL config for test runs</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Add note on PostgreSQL config for test runs</pre>
</div>
</content>
</entry>
<entry>
<title>Add note on PostgreSQL config for test runs</title>
<updated>2014-05-15T21:02:59+00:00</updated>
<author>
<name>Gunnlaugur Þór Briem</name>
<email>gunnlaugur@gmail.com</email>
</author>
<published>2014-05-15T21:02:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=5c1dd21295760ca28654d43dd1966bb84746049b'/>
<id>5c1dd21295760ca28654d43dd1966bb84746049b</id>
<content type='text'>
Several tests on PostgreSQL depend on English-language text search
config being the default in the test DB. This adds a note about that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Several tests on PostgreSQL depend on English-language text search
config being the default in the test DB. This adds a note about that.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into rel_0_9</title>
<updated>2014-05-14T14:03:40+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-05-14T14:03:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=795a341e285ad5b705eae4624fb1b09ab22455ef'/>
<id>795a341e285ad5b705eae4624fb1b09ab22455ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed bug in mutable extension where :class:`.MutableDict` did not</title>
<updated>2014-05-14T14:03:24+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-05-14T14:03:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=aa12fdb40e6641cc35e0228a1c38c469afc828f5'/>
<id>aa12fdb40e6641cc35e0228a1c38c469afc828f5</id>
<content type='text'>
report change events for the ``setdefault()`` dictionary operation.
fixes #3051
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
report change events for the ``setdefault()`` dictionary operation.
fixes #3051
</pre>
</div>
</content>
</entry>
</feed>
