<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git/lib/sqlalchemy/dialects/postgresql/hstore.py, branch pr/7</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>Merge branch 'rel_0_9'</title>
<updated>2013-05-29T22:49:27+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-05-29T22:49:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=3bf77b1b0b18b6091c96e37823bcca87237d5482'/>
<id>3bf77b1b0b18b6091c96e37823bcca87237d5482</id>
<content type='text'>
Conflicts:
	lib/sqlalchemy/dialects/postgresql/hstore.py
	lib/sqlalchemy/util/__init__.py
	lib/sqlalchemy/util/compat.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	lib/sqlalchemy/dialects/postgresql/hstore.py
	lib/sqlalchemy/util/__init__.py
	lib/sqlalchemy/util/compat.py
</pre>
</div>
</content>
</entry>
<entry>
<title>add the py2k symbol from the 0.9 branch to support the hstore change</title>
<updated>2013-05-29T22:36:10+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-05-29T22:36:10+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=9c746c44a314d357b855108b6e99b773ce52f760'/>
<id>9c746c44a314d357b855108b6e99b773ce52f760</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>  hstores are text, and in py3k they seem to be implcitly unicode.  so</title>
<updated>2013-05-29T22:34:29+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-05-29T22:08:28+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=f87c9d8167606da7f0bcd5d8e3f2f96be38c7100'/>
<id>f87c9d8167606da7f0bcd5d8e3f2f96be38c7100</id>
<content type='text'>
    add unicode encoding for py2k for the non-native hstore, pullreq for
    native psycopg2 support coming....
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    add unicode encoding for py2k for the non-native hstore, pullreq for
    native psycopg2 support coming....
</pre>
</div>
</content>
</entry>
<entry>
<title>  hstores are text, and in py3k they seem to be implcitly unicode.  so</title>
<updated>2013-05-29T22:08:28+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-05-29T22:08:28+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=534e05888e1ec7018c03d979df4f34074a61f12b'/>
<id>534e05888e1ec7018c03d979df4f34074a61f12b</id>
<content type='text'>
    add unicode encoding for py2k for the non-native hstore, pullreq for
    native psycopg2 support coming....
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    add unicode encoding for py2k for the non-native hstore, pullreq for
    native psycopg2 support coming....
</pre>
</div>
</content>
</entry>
<entry>
<title>postgresql tests</title>
<updated>2013-05-26T20:39:50+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-05-26T20:39:50+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=b3654ee37abe7af3d83098cd8de1980369a3fcba'/>
<id>b3654ee37abe7af3d83098cd8de1980369a3fcba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- the raw 2to3 run</title>
<updated>2013-04-27T23:53:57+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-04-27T23:53:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=4b614b9b35cd2baddb7ca67c04bee5d70ec6a172'/>
<id>4b614b9b35cd2baddb7ca67c04bee5d70ec6a172</id>
<content type='text'>
- went through examples/ and cleaned out excess list() calls
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- went through examples/ and cleaned out excess list() calls
</pre>
</div>
</content>
</entry>
<entry>
<title>Corrected silly circular import introduced by original "fix".</title>
<updated>2013-03-18T19:40:40+00:00</updated>
<author>
<name>Ben Trofatter</name>
<email>trofatter@google.com</email>
</author>
<published>2013-03-18T19:40:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=5b00c6555f67d0837ae64a33077dd87571fc1e0e'/>
<id>5b00c6555f67d0837ae64a33077dd87571fc1e0e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>happy new year (see #2645)</title>
<updated>2013-01-01T18:46:21+00:00</updated>
<author>
<name>Diana Clarke</name>
<email>diana.joan.clarke@gmail.com</email>
</author>
<published>2013-01-01T18:46:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=5db55c999faae04ca338b0d4b034b3b99e0ca3fa'/>
<id>5db55c999faae04ca338b0d4b034b3b99e0ca3fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>HSTORE.comparator_factory should subclass Concatenable.Comparator</title>
<updated>2012-11-20T22:26:20+00:00</updated>
<author>
<name>Audrius Kažukauskas</name>
<email>audrius@neutrino.lt</email>
</author>
<published>2012-11-20T22:26:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=64505dcd2871bfe67f682d67df937b713c4213a6'/>
<id>64505dcd2871bfe67f682d67df937b713c4213a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>just a pep8 pass of lib/sqlalchemy/dialects/postgresql</title>
<updated>2012-11-20T03:28:52+00:00</updated>
<author>
<name>Diana Clarke</name>
<email>diana.joan.clarke@gmail.com</email>
</author>
<published>2012-11-20T03:28:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=e0dc5ed803de7a57de033c16f2fa0044b59ce374'/>
<id>e0dc5ed803de7a57de033c16f2fa0044b59ce374</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
