summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
| * - blow away context._attributesMike Bayer2013-06-021-11/+4
| | | | | | | | | | - to account for query._attributes/context.attributes, just pass the attributes dict directly to the PathRegistry methods
| * Fixed a regression caused by [ticket:2682] whereby theMike Bayer2013-05-311-0/+17
| | | | | | | | | | | | | | evaluation invoked by :meth:`.Query.update` and :meth:`.Query.delete` would hit upon unsupported ``True`` and ``False`` symbols which now appear due to the usage of ``IS``. [ticket:2737]
| * add a test for the exception we want to raise hereMike Bayer2013-05-301-0/+12
| |
| * The "auto-aliasing" behavior of the :class:`.Query.select_from`Mike Bayer2013-05-302-45/+65
| | | | | | | | | | | | method has been turned off. The specific behavior is now availble via a new method :class:`.Query.select_entity_from`. [ticket:2736]
| * - repair for py3kMike Bayer2013-05-291-2/+2
| | | | | | | | - fix test
| * hstores are text, and in py3k they seem to be implcitly unicode. soMike Bayer2013-05-291-0/+25
| | | | | | | | | | add unicode encoding for py2k for the non-native hstore, pullreq for native psycopg2 support coming....
| * - additional oracle fixes. cx_oracle under py3k is complaining about tuples ↵Mike Bayer2013-05-271-1/+4
| | | | | | | | | | | | | | to executemany(), so just unconditionally turn this into a list - this one test segfaults only on py3k + cx_oracle
| * fix test_execute w c extensionsMike Bayer2013-05-261-4/+2
| |
| * get profile 1a back down to 5100 calls, that one was 10% greater due to thisMike Bayer2013-05-261-2/+1
| |
| * mssql test fixesMike Bayer2013-05-261-6/+6
| |
| * - zoomark testsMike Bayer2013-05-263-125/+218
| | | | | | | | - rewrite all profiles, we'll review the diffs to see if anything is too far out
| * a pass where we try to squash down as many list()/keys() combinationsMike Bayer2013-05-261-2/+3
| | | | | | | | as possible
| * - oracle tests passing in py3k!!Mike Bayer2013-05-261-6/+7
| |
| * a few more oracle fixesMike Bayer2013-05-261-1/+2
| |
| * cleanup for oracleMike Bayer2013-05-261-10/+11
| |
| * Merge branch 'master' into rel_0_9Mike Bayer2013-05-261-1/+1
| |\
| * | - add a test specific to sqlite testing cursor.description encoding (shouldMike Bayer2013-05-262-17/+32
| | | | | | | | | | | | | | | probably be one in test_query or test_unicode...) - fix up test_unitofwork
| * | postgresql testsMike Bayer2013-05-261-6/+6
| | |
| * | mysql testsMike Bayer2013-05-261-13/+14
| | |
| * | Merge branch 'master' into rel_0_9Mike Bayer2013-05-261-0/+1
| |\ \
| * | | sqlite testsMike Bayer2013-05-261-5/+5
| | | |
| * | | extension testsMike Bayer2013-05-261-3/+3
| | | |
| * | | fix serializer tests. something is wrong with non-C pickle but for some ↵Mike Bayer2013-05-262-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | reason py3k's pickle seems to be OK? not sure why that is, as this is all related to http://bugs.python.org/issue998998
| * | | merge defaultMike Bayer2013-05-231-2/+22
| |\ \ \
| * \ \ \ merge defaultMike Bayer2013-05-152-0/+21
| |\ \ \ \
| * \ \ \ \ merge defaultMike Bayer2013-05-131-0/+54
| |\ \ \ \ \
| * \ \ \ \ \ merge defaultMike Bayer2013-05-052-17/+22
| |\ \ \ \ \ \
| * | | | | | | py3k specific syntax moved into an execMike Bayer2013-05-041-25/+30
| | | | | | | |
| * | | | | | | cleanupMike Bayer2013-05-041-34/+62
| | | | | | | |
| * | | | | | | most of ORM passing...Mike Bayer2013-05-045-28/+12
| | | | | | | |
| * | | | | | | baseMike Bayer2013-05-041-8/+6
| | | | | | | |
| * | | | | | | that's all of engineMike Bayer2013-05-042-10/+11
| | | | | | | |
| * | | | | | | cleanupMike Bayer2013-05-041-79/+78
| | | | | | | |
| * | | | | | | test_execute up for sqlite, pg, oursql, mysql 2.7 + 3.3Mike Bayer2013-05-041-1/+2
| | | | | | | |
| * | | | | | | - OK we have -w sql passing for: sqlite, postgresql, oursql 2.7 + 3.3, ↵Mike Bayer2013-05-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mysqldb 2.7
| * | | | | | | and int types here...Mike Bayer2013-05-041-1/+2
| | | | | | | |
| * | | | | | | update testMike Bayer2013-05-041-12/+3
| | | | | | | |
| * | | | | | | cleanup and formattingMike Bayer2013-05-041-67/+68
| | | | | | | |
| * | | | | | | - unicode literals need to just be handled differently if they have utf-8Mike Bayer2013-05-042-42/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | encoded in them vs. unicode escaping. not worth figuring out how to combine these right now
| * | | | | | | formatting stuffMike Bayer2013-05-041-49/+51
| | | | | | | |
| * | | | | | | merge defaultMike Bayer2013-05-012-2/+6
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge defaultMike Bayer2013-04-302-3/+65
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge defaultMike Bayer2013-04-291-13/+6
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | postgresql dialect testsMike Bayer2013-04-281-29/+30
| | | | | | | | | | |
| * | | | | | | | | | no need for all these scripts, not worth maintainingMike Bayer2013-04-2810-1245/+0
| | | | | | | | | | |
| * | | | | | | | | | - test_types, test_compiler, with sqlite at leastMike Bayer2013-04-282-48/+25
| | | | | | | | | | |
| * | | | | | | | | | - the raw 2to3 runMike Bayer2013-04-2788-1228/+1245
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - went through examples/ and cleaned out excess list() calls
* | | | | | | | | | | magic accessors to the rescueMike Bayer2013-05-271-13/+0
| | | | | | | | | | |
* | | | | | | | | | | still not locating more nested expressions, may need to match on nameMike Bayer2013-05-272-19/+33
| | | | | | | | | | |
* | | | | | | | | | | attempt number one, doesn't detect though if the label in the order by is ↵Mike Bayer2013-05-271-0/+63
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | not directly present there.