Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a typo: evaluted -> evaluated.pr/32 | Hyunjun Kim | 2013-10-08 | 1 | -1/+1 |
| | |||||
* | - add monetdb | Mike Bayer | 2013-10-01 | 1 | -2/+10 |
| | | | | - break out into "production" and "experimental" | ||||
* | - put exact version string in the test | Mike Bayer | 2013-09-29 | 2 | -5/+4 |
| | | | | - use match with a .* preceding instead of search | ||||
* | changelog | Mike Bayer | 2013-09-29 | 1 | -0/+9 |
| | |||||
* | Merge pull request #26 from hackop/ticket_2819 | mike bayer | 2013-09-29 | 1 | -1/+1 |
| | | | | re.match to re.search | ||||
* | add test for upcoming pullreq | Mike Bayer | 2013-09-29 | 1 | -1/+6 |
| | |||||
* | its a feature | Mike Bayer | 2013-09-29 | 1 | -1/+1 |
| | |||||
* | changelog | Mike Bayer | 2013-09-29 | 1 | -0/+9 |
| | |||||
* | Merge pull request #25 from gthb/ticket_2821 | mike bayer | 2013-09-29 | 3 | -3/+14 |
| | | | | | | Hide password in URL and Engine __repr__ Conflicts: lib/sqlalchemy/engine/url.py | ||||
* | fix typo [ticket:2827] | Mike Bayer | 2013-09-17 | 1 | -1/+1 |
| | |||||
* | render "backports"/ "forward ports" automatically, only write out | Mike Bayer | 2013-09-17 | 3 | -117/+132 |
| | | | | | | | changelog once Conflicts: doc/build/changelog/changelog_09.rst | ||||
* | Fixed Query.exists() method for the case, when query doesn't have any ↵ | Vladimir Magamedov | 2013-09-04 | 3 | -2/+18 |
| | | | | | | | filters applied. Conflicts: doc/build/changelog/changelog_09.rst | ||||
* | use a different col here to keep oracle happy | Mike Bayer | 2013-09-02 | 1 | -2/+12 |
| | |||||
* | plus some more adjustments for mysql, or in general if an Index refers to | Mike Bayer | 2013-08-28 | 2 | -2/+12 |
| | | | | in-python only cols | ||||
* | Fixed bug where using the ``column_reflect`` event to change the ``.key`` | Mike Bayer | 2013-08-28 | 3 | -10/+59 |
| | | | | | | | | | of the incoming :class:`.Column` would prevent primary key constraints, indexes, and foreign key constraints from being correctly reflected. Also in 0.8.3. [ticket:2811] Conflicts: doc/build/changelog/changelog_09.rst | ||||
* | - fix a crapload of seealsos | Mike Bayer | 2013-08-27 | 2 | -16/+27 |
| | | | | - fix the label on metadata.rst | ||||
* | correct for missing fail() methods which were lost when we removed ↵ | Mike Bayer | 2013-08-26 | 1 | -25/+20 |
| | | | | unittest.TestCase | ||||
* | clean up formatting and other linting issues | Mike Bayer | 2013-08-26 | 1 | -53/+51 |
| | | | | | Conflicts: test/ext/test_associationproxy.py | ||||
* | - add version_id documentation [ticket:867] | Mike Bayer | 2013-08-25 | 5 | -36/+199 |
| | | | | | | - add the RETURNING glossary entry - other "seealso's" fixed - add doc for eager_defaults option | ||||
* | forgot to add system to the copy() method | Mike Bayer | 2013-08-25 | 2 | -0/+8 |
| | |||||
* | added "system=True" to Column, so that we generally don't have to bother | Mike Bayer | 2013-08-25 | 4 | -6/+41 |
| | | | | with CreateColumn rules | ||||
* | Merge pull request #23 from yoloseem/master | mike bayer | 2013-08-25 | 2 | -3/+3 |
| | | | | Fixed two typos. | ||||
* | - The :class:`.CreateColumn` construct can be appled to a custom | Mike Bayer | 2013-08-24 | 4 | -4/+58 |
| | | | | | | | | | compilation rule which allows skipping of columns, by producing a rule that returns ``None``. Also in 0.8.3. Conflicts: doc/build/changelog/changelog_09.rst lib/sqlalchemy/sql/ddl.py | ||||
* | - this comment is wrong, the method here returns all mapper entities | Mike Bayer | 2013-08-24 | 1 | -4/+1 |
| | | | | | - use a simple isinstance() check instead of looking for presence of "primary_entity" flag, that's a little unclear | ||||
* | formatting | Mike Bayer | 2013-08-23 | 1 | -5/+5 |
| | |||||
* | - update the test times, include pypy, clean up the script | Mike Bayer | 2013-08-21 | 1 | -19/+29 |
| | |||||
* | add FAQ entry on large inserts | Mike Bayer | 2013-08-21 | 1 | -1/+127 |
| | |||||
* | fix link | Mike Bayer | 2013-08-21 | 1 | -1/+1 |
| | |||||
* | move FAQ to the docs, [ticket:2133] | Mike Bayer | 2013-08-21 | 11 | -7/+791 |
| | | | | | Conflicts: doc/build/index.rst | ||||
* | yikes return the modname if no lookup found... | Mike Bayer | 2013-08-21 | 1 | -0/+2 |
| | |||||
* | dont need to translate all these names | Mike Bayer | 2013-08-21 | 1 | -8/+0 |
| | |||||
* | too small! | Mike Bayer | 2013-08-21 | 1 | -1/+1 |
| | |||||
* | add some height | Mike Bayer | 2013-08-21 | 1 | -2/+5 |
| | |||||
* | additoinal | Mike Bayer | 2013-08-21 | 2 | -18/+44 |
| | | | | | | cherry pick of 9302be39a5f40b537ff43e1990c7a210c464cf1c from 0.9 Conflicts: lib/sqlalchemy/sql/selectable.py | ||||
* | - reorganize docs so expression, schema are broken out into subfiles, ↵ | Mike Bayer | 2013-08-21 | 31 | -1889/+1935 |
| | | | | | | | | they're too big - fix the targeting of module names moved around by using custom handlers for "Bases", etc. cherry pick of 0c19c1c66f3a115f5ce710de571552d68fac6358 from 0.9. there's likely issues to be fixed. | ||||
* | pypy pickle isn't "bulletproof" | Mike Bayer | 2013-08-20 | 1 | -1/+2 |
| | |||||
* | apply test skips for pypy issue #1573 in 0.8 [ticket:2805] | Mike Bayer | 2013-08-20 | 2 | -2/+15 |
| | |||||
* | Fixed bug where list instrumentation would fail to represent a | Mike Bayer | 2013-08-20 | 4 | -4/+32 |
| | | | | | | | | | | | setslice of ``[0:0]`` correctly, which in particular could occur when using ``insert(0, item)`` with the association proxy. Due to some quirk in Python collections, the issue was much more likely with Python 3 rather than 2. Also in 0.8.3, 0.7.11. [ticket:2807] Conflicts: doc/build/changelog/changelog_09.rst | ||||
* | changelog adjust... | Mike Bayer | 2013-08-18 | 1 | -1/+1 |
| | |||||
* | - use newly fixed WeakSequence (#2794) to not have to rely on class name for ↵ | Mike Bayer | 2013-08-18 | 1 | -5/+4 |
| | | | | sorting in #2779 | ||||
* | - add WeakSequence.append() | Mike Bayer | 2013-08-18 | 2 | -6/+43 |
| | | | | - fix and test weakref cleanout for WeakSequence, [ticket:2794] | ||||
* | Backported a change from 0.9 whereby the iteration of a hierarchy | Mike Bayer | 2013-08-18 | 2 | -1/+12 |
| | | | | | | | | of mappers used in polymorphic inheritance loads is sorted on class name, which allows the SELECT statements generated for polymorphic queries to have deterministic rendering, which in turn helps with caching schemes that cache on the SQL string itself. [ticket:2779] | ||||
* | fix the merge | Mike Bayer | 2013-08-18 | 1 | -4/+0 |
| | |||||
* | Fixed a potential issue in an ordered sequence implementation used | Mike Bayer | 2013-08-18 | 3 | -4/+23 |
| | | | | | | | | | | | by the ORM to iterate mapper hierarchies; under the Jython interpreter this implementation wasn't ordered, even though cPython and Pypy maintained ordering. Also in 0.8.3. [ticket:2794] Conflicts: doc/build/changelog/changelog_09.rst lib/sqlalchemy/util/_collections.py | ||||
* | - also do delete, add seealsos, formatting, etc. [ticket:2798] | Mike Bayer | 2013-08-18 | 1 | -13/+37 |
| | |||||
* | - add better notes to query.update(), most notably how to deal with a joined ↵ | Mike Bayer | 2013-08-18 | 2 | -12/+38 |
| | | | | | | table update, [ticket:2798] | ||||
* | Fixed regression dating back to 0.7.9 whereby the name of a CTE might | Mike Bayer | 2013-08-18 | 4 | -1/+32 |
| | | | | | | | | not be properly quoted if it was referred to in multiple FROM clauses. Also in 0.8.3, 0.7.11. [ticket:2801] Conflicts: doc/build/changelog/changelog_09.rst | ||||
* | 0.8 changelog | Mike Bayer | 2013-08-17 | 1 | -0/+7 |
| | |||||
* | - changelog | Mike Bayer | 2013-08-17 | 1 | -26/+26 |
| | | | | | | | | - clean up these tests to not use globals so much, close out the session Conflicts: doc/build/changelog/changelog_09.rst examples/versioning/test_versioning.py | ||||
* | Merged in prschmid/sqlalchemy (pull request #4) | Mike Bayer | 2013-08-17 | 1 | -3/+3 |
| | | | | Made primary_key autoincrement=False in versioning example. |