Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | Merge branch 'master' into rel_0_9 | Mike Bayer | 2013-05-26 | 2 | -3/+3 | |
| | |\ \ | ||||||
| | * \ \ | Merge branch 'rel_0_9' of bitbucket.org:zzzeek/sqlalchemy into rel_0_9 | Mike Bayer | 2013-05-26 | 1 | -1/+1 | |
| | |\ \ \ | ||||||
| | | * | | | - fixing AbstractConcreteBase import in docstring, 0.9 | diana | 2013-05-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | branch, [ticket:2717] | |||||
| | * | | | | sqlite tests | Mike Bayer | 2013-05-26 | 2 | -4/+2 | |
| | | | | | | ||||||
| | * | | | | repair py3kisms in key ORM modules | Mike Bayer | 2013-05-26 | 3 | -22/+22 | |
| | | | | | | ||||||
| | * | | | | extension tests | Mike Bayer | 2013-05-26 | 1 | -9/+7 | |
| | | | | | | ||||||
| | * | | | | fix serializer tests. something is wrong with non-C pickle but for some ↵ | Mike Bayer | 2013-05-26 | 3 | -21/+19 | |
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -24/+22 | |
| | |\ \ \ | ||||||
| | * \ \ \ | merge default | Mike Bayer | 2013-05-15 | 1 | -0/+6 | |
| | |\ \ \ \ | ||||||
| | * \ \ \ \ | merge default | Mike Bayer | 2013-05-13 | 1 | -1/+8 | |
| | |\ \ \ \ \ | ||||||
| | * \ \ \ \ \ | merge default | Mike Bayer | 2013-05-10 | 1 | -20/+53 | |
| | |\ \ \ \ \ \ | ||||||
| | * | | | | | | | most of ORM passing... | Mike Bayer | 2013-05-04 | 10 | -48/+44 | |
| | | | | | | | | | ||||||
| | * | | | | | | | base | Mike Bayer | 2013-05-04 | 1 | -3/+3 | |
| | | | | | | | | | ||||||
| | * | | | | | | | that's all of engine | Mike Bayer | 2013-05-04 | 2 | -2/+12 | |
| | | | | | | | | | ||||||
| | * | | | | | | | test_execute up for sqlite, pg, oursql, mysql 2.7 + 3.3 | Mike Bayer | 2013-05-04 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | - 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 | |||||
| | * | | | | | | | - unicode literals need to just be handled differently if they have utf-8 | Mike Bayer | 2013-05-04 | 4 | -5/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | encoded in them vs. unicode escaping. not worth figuring out how to combine these right now | |||||
| | * | | | | | | | use logging to output exc_info here | Mike Bayer | 2013-05-04 | 1 | -11/+5 | |
| | | | | | | | | | ||||||
| | * | | | | | | | merge default | Mike Bayer | 2013-04-30 | 1 | -3/+4 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ | merge default | Mike Bayer | 2013-04-29 | 2 | -2/+3 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ | merge default | Mike Bayer | 2013-04-29 | 1 | -26/+15 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | postgresql dialect tests | Mike Bayer | 2013-04-28 | 4 | -29/+28 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | - test_types, test_compiler, with sqlite at least | Mike Bayer | 2013-04-28 | 3 | -20/+18 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | - endless isinstance(x, str)s.... | Mike Bayer | 2013-04-28 | 11 | -183/+212 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | result | Mike Bayer | 2013-04-28 | 1 | -2/+2 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | cleanup | Mike Bayer | 2013-04-27 | 1 | -45/+21 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | import of "sqlalchemy" and "sqlalchemy.orm" works. | Mike Bayer | 2013-04-27 | 9 | -58/+34 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | plugging away | Mike Bayer | 2013-04-27 | 15 | -147/+107 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | work through dialects | Mike Bayer | 2013-04-27 | 6 | -42/+38 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 87 | -939/+980 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - went through examples/ and cleaned out excess list() calls | |||||
| * | | | | | | | | | | | add the py2k symbol from the 0.9 branch to support the hstore change | Mike Bayer | 2013-05-29 | 3 | -1/+3 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | - repair for py3k | Mike Bayer | 2013-05-29 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix test | |||||
| * | | | | | | | | | | | Unicode support for psycopg2 native hstore implementation | Dmitry Mugtasimov | 2013-05-29 | 1 | -1/+2 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | hstores are text, and in py3k they seem to be implcitly unicode. so | Mike Bayer | 2013-05-29 | 1 | -10/+26 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add unicode encoding for py2k for the non-native hstore, pullreq for native psycopg2 support coming.... | |||||
| * | | | | | | | | | | | - move an import stuck in the middle here... | Mike Bayer | 2013-05-28 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | magic accessors to the rescue | Mike Bayer | 2013-05-27 | 2 | -7/+20 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | still not locating more nested expressions, may need to match on name | Mike Bayer | 2013-05-27 | 3 | -11/+121 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | attempt number one, doesn't detect though if the label in the order by is ↵ | Mike Bayer | 2013-05-27 | 2 | -3/+21 | |
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not directly present there. | |||||
* | | | | | | | | | | fix this test | Mike Bayer | 2013-05-26 | 1 | -1/+1 | |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
* | | | | | | | | | Merge pull request #1 from cjw296/small-fixes | mike bayer | 2013-05-26 | 2 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Small fixes | |||||
| * | | | | | | | | | Show the conflicting column in the warning! | Chris Withers | 2013-05-26 | 1 | -2/+2 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | fix incorrect method name | Chris Withers | 2013-05-26 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
* | | | | | | | | | - fixing AbstractConcreteBase import in docstring, [ticket:2717] | Diana Clarke | 2013-05-26 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Fixed a bug where the routine to detect the correct kwargs | Mike Bayer | 2013-05-23 | 1 | -24/+22 | |
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | being sent to :func:`.create_engine` would fail in some cases, such as with the Sybase dialect. [ticket:2732] | |||||
* | | | | | | | Regression from this ticket caused the unsupported keyword | Mike Bayer | 2013-05-15 | 1 | -0/+6 | |
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "true" to render, added logic to convert this to 1/0 for SQL server. [ticket:2682] | |||||
* | | | | | | Fixed a regression from 0.7 caused by this ticket, which | Mike Bayer | 2013-05-13 | 1 | -1/+8 | |
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | made the check for recursion overflow in self-referential eager joining too loose, missing a particular circumstance where a subclass had lazy="joined" or "subquery" configured and the load was a "with_polymorphic" against the base. [ticket:2481] | |||||
* | | | | | - moderinzed the docs for the foreign_keys parameter a bit, | Mike Bayer | 2013-05-10 | 1 | -20/+53 | |
| |_|_|/ |/| | | | | | | | | | | | [ticket:2725] | |||||
* | | | | - Fixed a regression from 0.7 where the contextmanager feature | Mike Bayer | 2013-04-30 | 1 | -3/+4 | |
| |_|/ |/| | | | | | | | | | | | | | | | | | of :meth:`.Session.begin_nested` would fail to correctly roll back the transaction when a flush error occurred, instead raising its own exception while leaving the session still pending a rollback. [ticket:2718] | |||||
* | | | bump | Mike Bayer | 2013-04-29 | 1 | -1/+1 | |
| | | | ||||||
* | | | Updated mysqlconnector dialect to check for disconnect based | Mike Bayer | 2013-04-29 | 1 | -1/+2 | |
| |/ |/| | | | | | | | on the apparent string message sent in the exception; tested against mysqlconnector 1.0.9. |