| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | - blow away context._attributes | Mike Bayer | 2013-06-02 | 1 | -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 the | Mike Bayer | 2013-05-31 | 1 | -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 here | Mike Bayer | 2013-05-30 | 1 | -0/+12 | |
| | | | ||||||
| | * | The "auto-aliasing" behavior of the :class:`.Query.select_from` | Mike Bayer | 2013-05-30 | 2 | -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 py3k | Mike Bayer | 2013-05-29 | 1 | -2/+2 | |
| | | | | | | | | | - fix test | |||||
| | * | hstores are text, and in py3k they seem to be implcitly unicode. so | Mike Bayer | 2013-05-29 | 1 | -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 Bayer | 2013-05-27 | 1 | -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 extensions | Mike Bayer | 2013-05-26 | 1 | -4/+2 | |
| | | | ||||||
| | * | get profile 1a back down to 5100 calls, that one was 10% greater due to this | Mike Bayer | 2013-05-26 | 1 | -2/+1 | |
| | | | ||||||
| | * | mssql test fixes | Mike Bayer | 2013-05-26 | 1 | -6/+6 | |
| | | | ||||||
| | * | - zoomark tests | Mike Bayer | 2013-05-26 | 3 | -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() combinations | Mike Bayer | 2013-05-26 | 1 | -2/+3 | |
| | | | | | | | | | as possible | |||||
| | * | - oracle tests passing in py3k!! | Mike Bayer | 2013-05-26 | 1 | -6/+7 | |
| | | | ||||||
| | * | a few more oracle fixes | Mike Bayer | 2013-05-26 | 1 | -1/+2 | |
| | | | ||||||
| | * | cleanup for oracle | Mike Bayer | 2013-05-26 | 1 | -10/+11 | |
| | | | ||||||
| | * | Merge branch 'master' into rel_0_9 | Mike Bayer | 2013-05-26 | 1 | -1/+1 | |
| | |\ | ||||||
| | * | | - add a test specific to sqlite testing cursor.description encoding (should | Mike Bayer | 2013-05-26 | 2 | -17/+32 | |
| | | | | | | | | | | | | | | | | probably be one in test_query or test_unicode...) - fix up test_unitofwork | |||||
| | * | | postgresql tests | Mike Bayer | 2013-05-26 | 1 | -6/+6 | |
| | | | | ||||||
| | * | | mysql tests | Mike Bayer | 2013-05-26 | 1 | -13/+14 | |
| | | | | ||||||
| | * | | Merge branch 'master' into rel_0_9 | Mike Bayer | 2013-05-26 | 1 | -0/+1 | |
| | |\ \ | ||||||
| | * | | | sqlite tests | Mike Bayer | 2013-05-26 | 1 | -5/+5 | |
| | | | | | ||||||
| | * | | | extension tests | Mike Bayer | 2013-05-26 | 1 | -3/+3 | |
| | | | | | ||||||
| | * | | | fix serializer tests. something is wrong with non-C pickle but for some ↵ | Mike Bayer | 2013-05-26 | 2 | -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 default | Mike Bayer | 2013-05-23 | 1 | -2/+22 | |
| | |\ \ \ | ||||||
| | * \ \ \ | merge default | Mike Bayer | 2013-05-15 | 2 | -0/+21 | |
| | |\ \ \ \ | ||||||
| | * \ \ \ \ | merge default | Mike Bayer | 2013-05-13 | 1 | -0/+54 | |
| | |\ \ \ \ \ | ||||||
| | * \ \ \ \ \ | merge default | Mike Bayer | 2013-05-05 | 2 | -17/+22 | |
| | |\ \ \ \ \ \ | ||||||
| | * | | | | | | | py3k specific syntax moved into an exec | Mike Bayer | 2013-05-04 | 1 | -25/+30 | |
| | | | | | | | | | ||||||
| | * | | | | | | | cleanup | Mike Bayer | 2013-05-04 | 1 | -34/+62 | |
| | | | | | | | | | ||||||
| | * | | | | | | | most of ORM passing... | Mike Bayer | 2013-05-04 | 5 | -28/+12 | |
| | | | | | | | | | ||||||
| | * | | | | | | | base | Mike Bayer | 2013-05-04 | 1 | -8/+6 | |
| | | | | | | | | | ||||||
| | * | | | | | | | that's all of engine | Mike Bayer | 2013-05-04 | 2 | -10/+11 | |
| | | | | | | | | | ||||||
| | * | | | | | | | cleanup | Mike Bayer | 2013-05-04 | 1 | -79/+78 | |
| | | | | | | | | | ||||||
| | * | | | | | | | test_execute up for sqlite, pg, oursql, mysql 2.7 + 3.3 | Mike Bayer | 2013-05-04 | 1 | -1/+2 | |
| | | | | | | | | | ||||||
| | * | | | | | | | - OK we have -w sql passing for: sqlite, postgresql, oursql 2.7 + 3.3, ↵ | Mike Bayer | 2013-05-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mysqldb 2.7 | |||||
| | * | | | | | | | and int types here... | Mike Bayer | 2013-05-04 | 1 | -1/+2 | |
| | | | | | | | | | ||||||
| | * | | | | | | | update test | Mike Bayer | 2013-05-04 | 1 | -12/+3 | |
| | | | | | | | | | ||||||
| | * | | | | | | | cleanup and formatting | Mike Bayer | 2013-05-04 | 1 | -67/+68 | |
| | | | | | | | | | ||||||
| | * | | | | | | | - unicode literals need to just be handled differently if they have utf-8 | Mike Bayer | 2013-05-04 | 2 | -42/+44 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | encoded in them vs. unicode escaping. not worth figuring out how to combine these right now | |||||
| | * | | | | | | | formatting stuff | Mike Bayer | 2013-05-04 | 1 | -49/+51 | |
| | | | | | | | | | ||||||
| | * | | | | | | | merge default | Mike Bayer | 2013-05-01 | 2 | -2/+6 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ | merge default | Mike Bayer | 2013-04-30 | 2 | -3/+65 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ | merge default | Mike Bayer | 2013-04-29 | 1 | -13/+6 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | postgresql dialect tests | Mike Bayer | 2013-04-28 | 1 | -29/+30 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | no need for all these scripts, not worth maintaining | Mike Bayer | 2013-04-28 | 10 | -1245/+0 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | - test_types, test_compiler, with sqlite at least | Mike Bayer | 2013-04-28 | 2 | -48/+25 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 88 | -1228/+1245 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - went through examples/ and cleaned out excess list() calls | |||||
| * | | | | | | | | | | | magic accessors to the rescue | Mike Bayer | 2013-05-27 | 1 | -13/+0 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | still not locating more nested expressions, may need to match on name | Mike Bayer | 2013-05-27 | 2 | -19/+33 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | attempt number one, doesn't detect though if the label in the order by is ↵ | Mike Bayer | 2013-05-27 | 1 | -0/+63 | |
| | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not directly present there. | |||||
