<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git/test/sql/test_operators.py, branch pr/1</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>Fully implemented the IS and IS NOT operators with</title>
<updated>2013-04-22T23:12:47+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-04-22T23:12:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=5884c2e7e5b46cee29b90aa3f7161e7380e3e2a5'/>
<id>5884c2e7e5b46cee29b90aa3f7161e7380e3e2a5</id>
<content type='text'>
regards to the True/False constants.  An expression like
``col.is_(True)`` will now render ``col IS true``
on the target platform, rather than converting the True/
False constant to an integer bound parameter.
This allows the ``is_()`` operator to work on MySQL when
given True/False constants.
[ticket:2682]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
regards to the True/False constants.  An expression like
``col.is_(True)`` will now render ``col IS true``
on the target platform, rather than converting the True/
False constant to an integer bound parameter.
This allows the ``is_()`` operator to work on MySQL when
given True/False constants.
[ticket:2682]
</pre>
</div>
</content>
</entry>
<entry>
<title>The :meth:`.ColumnOperators.in_` operator will now coerce</title>
<updated>2013-02-02T21:17:58+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-02-02T21:17:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=cb19f227f31701322f398b5bdd77427dfc81da0d'/>
<id>cb19f227f31701322f398b5bdd77427dfc81da0d</id>
<content type='text'>
values of ``None`` to :func:`.null`.
[ticket:2496]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
values of ``None`` to :func:`.null`.
[ticket:2496]
</pre>
</div>
</content>
</entry>
<entry>
<title>- BinaryExpression now keeps track of "left" and "right" as passed in,</title>
<updated>2012-12-02T17:37:52+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2012-12-02T17:37:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=4950b85e8384869d3f03498c6914afe5aadbf561'/>
<id>4950b85e8384869d3f03498c6914afe5aadbf561</id>
<content type='text'>
so that they can be compared in ``__nonzero__`` prior to their
self_group() step.  [ticket:2621]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
so that they can be compared in ``__nonzero__`` prior to their
self_group() step.  [ticket:2621]
</pre>
</div>
</content>
</entry>
<entry>
<title>     Fixed a gotcha where inadvertently calling list() on a</title>
<updated>2012-11-18T15:38:02+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2012-11-18T15:38:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=1e29a74bd62c6c872819388e430901c35f84f07c'/>
<id>1e29a74bd62c6c872819388e430901c35f84f07c</id>
<content type='text'>
      :class:`.ColumnElement` would go into an endless loop, if
      :meth:`.ColumnOperators.__getitem__` were implemented.
      A new NotImplementedError is emitted via ``__iter__()``.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
      :class:`.ColumnElement` would go into an endless loop, if
      :meth:`.ColumnOperators.__getitem__` were implemented.
      A new NotImplementedError is emitted via ``__iter__()``.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added :meth:`.ColumnOperators.notin_`,</title>
<updated>2012-10-24T20:01:17+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2012-10-24T20:01:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=d0651ef4b3d27329166f25dfc060db1d86804c30'/>
<id>d0651ef4b3d27329166f25dfc060db1d86804c30</id>
<content type='text'>
:meth:`.ColumnOperators.notlike`,
:meth:`.ColumnOperators.notilike` to :class:`.ColumnOperators`.
[ticket:2580]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
:meth:`.ColumnOperators.notlike`,
:meth:`.ColumnOperators.notilike` to :class:`.ColumnOperators`.
[ticket:2580]
</pre>
</div>
</content>
</entry>
<entry>
<title>- move most/all operator specific tests into test_operator, convert fully to TOT</title>
<updated>2012-10-24T18:29:52+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2012-10-24T18:29:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=e656bf4f47cf3c06975c6207ea6e54131b292bf7'/>
<id>e656bf4f47cf3c06975c6207ea6e54131b292bf7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- get 100% lint/pep8 happening for test_compiler; next we will begin</title>
<updated>2012-10-24T18:02:37+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2012-10-24T18:02:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=c859893cb8f22db3904ec1a6aa5c71d0925fb2e6'/>
<id>c859893cb8f22db3904ec1a6aa5c71d0925fb2e6</id>
<content type='text'>
cutting up tests and removing old ones
- move test_in() to test_operators
- slice up migrated operator tests into TOT
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cutting up tests and removing old ones
- move test_in() to test_operators
- slice up migrated operator tests into TOT
</pre>
</div>
</content>
</entry>
<entry>
<title>trying different approaches to test layout.  in this one, the testing modules</title>
<updated>2012-09-27T06:37:33+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2012-09-27T06:37:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=20cdc64588b0f6ae52f8380c11d0ed848005377b'/>
<id>20cdc64588b0f6ae52f8380c11d0ed848005377b</id>
<content type='text'>
become an externally usable package but still remains within the main sqlalchemy parent package.
in this system, we use kind of an ugly hack to get the noseplugin imported outside of the
"sqlalchemy" package, while still making it available within sqlalchemy for usage by
third party libraries.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
become an externally usable package but still remains within the main sqlalchemy parent package.
in this system, we use kind of an ugly hack to get the noseplugin imported outside of the
"sqlalchemy" package, while still making it available within sqlalchemy for usage by
third party libraries.
</pre>
</div>
</content>
</entry>
<entry>
<title>  - [bug] A tweak to column precedence which moves the</title>
<updated>2012-09-22T20:48:49+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2012-09-22T20:48:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=23d300c874ef0228f5141c1435bf2dc265152a59'/>
<id>23d300c874ef0228f5141c1435bf2dc265152a59</id>
<content type='text'>
    "concat" and "match" operators to be the same as
    that of "is", "like", and others; this helps with
    parenthesization rendering when used in conjunction
    with "IS". [ticket:2564]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    "concat" and "match" operators to be the same as
    that of "is", "like", and others; this helps with
    parenthesization rendering when used in conjunction
    with "IS". [ticket:2564]
</pre>
</div>
</content>
</entry>
<entry>
<title>- aaand actually get is/isnot to be usable with None/NULL</title>
<updated>2012-09-22T20:45:02+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2012-09-22T20:45:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=6c50ffcf44b8e363a5d3590955be1f62fd5e780d'/>
<id>6c50ffcf44b8e363a5d3590955be1f62fd5e780d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
