Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tweaks to ignorespr/1 | Chris Withers | 2013-05-26 | 1 | -2/+3 |
| | |||||
* | 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 |
| | |||||
* | Add missing import that caused test_notice_logging to fail if this suite was ↵ | Chris Withers | 2013-05-26 | 1 | -0/+1 |
| | | | | run on its own. | ||||
* | - move to git dotfiles | Mike Bayer | 2013-05-25 | 3 | -108/+11 |
| | |||||
* | Fixed a bug where the routine to detect the correct kwargs | Mike Bayer | 2013-05-23 | 3 | -26/+52 |
| | | | | | | 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 | 4 | -0/+35 |
| | | | | | | "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 | 3 | -1/+72 |
| | | | | | | | | 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] | ||||
* | - cleanup | Mike Bayer | 2013-05-05 | 1 | -17/+20 |
| | | | | - move the timeout here to 14 seconds as jenkins still chokes occasionally | ||||
* | cleanup | Mike Bayer | 2013-05-04 | 1 | -32/+60 |
| | |||||
* | cleanup | Mike Bayer | 2013-05-04 | 1 | -79/+78 |
| | |||||
* | cleanup | Mike Bayer | 2013-05-04 | 1 | -67/+68 |
| | |||||
* | formatting stuff | Mike Bayer | 2013-05-04 | 1 | -49/+51 |
| | |||||
* | - disable tests failing with pypy2, [ticket:2719] | Mike Bayer | 2013-05-01 | 2 | -2/+6 |
| | |||||
* | - Fixed a regression from 0.7 where the contextmanager feature | Mike Bayer | 2013-04-30 | 3 | -4/+77 |
| | | | | | | | 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] | ||||
* | missing comma | Mike Bayer | 2013-04-30 | 1 | -2/+2 |
| | |||||
* | bump | Mike Bayer | 2013-04-29 | 1 | -1/+1 |
| | |||||
* | Updated mysqlconnector dialect to check for disconnect based | Mike Bayer | 2013-04-29 | 3 | -14/+18 |
| | | | | | on the apparent string message sent in the exception; tested against mysqlconnector 1.0.9. | ||||
* | - fix long-outdated documentation for sql_mode/ansiquotes, | Mike Bayer | 2013-04-29 | 1 | -26/+15 |
| | | | | closes [ticket:1552] | ||||
* | merge rel_0_8 | Mike Bayer | 2013-04-27 | 3 | -2/+4 |
|\ | |||||
| * | Added tag rel_0_8_1 for changeset 2cf49d898d3a10d1c7a5ac87dd015691d51f9248 | Mike Bayer | 2013-04-27 | 1 | -0/+1 |
| | | |||||
| * | 0.8.1rel_0_8_1 | Mike Bayer | 2013-04-27 | 2 | -2/+3 |
| | | |||||
| * | merge default | Mike Bayer | 2013-04-27 | 15 | -81/+101 |
| |\ | |/ |/| | |||||
* | | modernize some more examples | Mike Bayer | 2013-04-27 | 10 | -71/+80 |
| | | |||||
* | | - add documentation note for [ticket:1841] | Mike Bayer | 2013-04-27 | 1 | -1/+3 |
| | | |||||
* | | the callcount went up here, still less than with no C extensions, not prepared | Mike Bayer | 2013-04-26 | 1 | -7/+7 |
| | | | | | | | | to worry about it too much | ||||
* | | oracle doesn't have TRUE/FALSE, put 1/0 here, see how that goes | Mike Bayer | 2013-04-26 | 1 | -0/+6 |
| | | |||||
* | | need to test for (list, tuple) here and not hasattr("__iter__") | Mike Bayer | 2013-04-26 | 1 | -1/+4 |
| | | | | | | | | since Py3K strings have __iter__ | ||||
* | | fix here, was only failing in the py3k version | Mike Bayer | 2013-04-26 | 1 | -1/+1 |
| | | |||||
| * | merge default | Mike Bayer | 2013-04-26 | 4 | -32/+70 |
| |\ | |/ |/| | |||||
* | | Fixes to the ``sqlalchemy.ext.serializer`` extension, including | Mike Bayer | 2013-04-26 | 4 | -32/+70 |
| | | | | | | | | | | | | | | that the "id" passed from the pickler is turned into a string to prevent against bytes being parsed on Py3K, as well as that ``relationship()`` and ``orm.join()`` constructs are now properly serialized. [ticket:2698] and some other observed issues. | ||||
| * | merge default | Mike Bayer | 2013-04-26 | 10 | -197/+613 |
| |\ | |/ |/| | |||||
* | | changelog for [ticket:2714] | Mike Bayer | 2013-04-26 | 1 | -0/+13 |
| | | |||||
* | | and a lot of tests. five fail without the change | Mike Bayer | 2013-04-26 | 1 | -0/+264 |
| | | |||||
* | | - further cleanup. in particular, the left clause is never None. But we still | Mike Bayer | 2013-04-25 | 1 | -24/+12 |
| | | | | | | | | can have errors when we do the auto-join, these are both covered in test_joins | ||||
* | | we can always adapt to right also. suppose if right | Mike Bayer | 2013-04-25 | 1 | -5/+1 |
| | | | | | | | | were an alias of a table, should add tests for that. | ||||
* | | heh dont need that either | Mike Bayer | 2013-04-25 | 1 | -7/+1 |
| | | |||||
* | | dont need this | Mike Bayer | 2013-04-25 | 1 | -6/+0 |
| | | |||||
* | | cleanup | Mike Bayer | 2013-04-25 | 2 | -58/+15 |
| | | |||||
* | | everything passes with this!!!!!!! holy crap !!!!! and its the simplest of all | Mike Bayer | 2013-04-25 | 4 | -80/+167 |
| | | |||||
* | | - attempt to replace the whole idea of "join_to_left" with a more | Mike Bayer | 2013-04-24 | 3 | -38/+26 |
| | | | | | | | | | | fundamental and general purpose heuristic. this initial approach has about 60 tests failing but seems to have gone pretty far | ||||
* | | break into multiple tests | Mike Bayer | 2013-04-24 | 1 | -7/+98 |
| | | |||||
* | | formatting | Mike Bayer | 2013-04-24 | 1 | -47/+48 |
| | | |||||
* | | - merge exists() patch + changelog | Mike Bayer | 2013-04-23 | 3 | -0/+43 |
|\ \ | |||||
| * | | adding pullreq # to changelog | Diana Clarke | 2013-03-29 | 1 | -0/+1 |
| | | | |||||
| * | | adding convenience method exists() to Query (see # 2673) | Diana Clarke | 2013-03-29 | 3 | -0/+42 |
| | | | |||||
| | * | merge default | Mike Bayer | 2013-04-23 | 2 | -1/+11 |
| | |\ | |_|/ |/| | | |||||
* | | | Added a conditional to the unpickling process for ORM | Mike Bayer | 2013-04-23 | 2 | -1/+11 |
| | | | | | | | | | | | | | | | | | | | | | mapped objects, such that if the reference to the object were lost when the object was pickled, we don't erroneously try to set up _sa_instance_state - fixes a NoneType error. | ||||
| | * | merge default | Mike Bayer | 2013-04-23 | 2 | -2/+4 |
| | |\ | |_|/ |/| | |