| Commit message (Expand) | Author | Age | Files | Lines |
* | - enhance ClauseAdapter / ColumnAdapter to have new behaviors with labels. | Mike Bayer | 2014-09-07 | 1 | -8/+2 |
* | wip for #3148 | Mike Bayer | 2014-09-06 | 1 | -1/+5 |
* | - tiny refactors #1-#5 | Mike Bayer | 2014-09-05 | 1 | -3/+12 |
* | - ensure literal_binds works with LIMIT clause, FOR UPDATE | Mike Bayer | 2014-09-03 | 1 | -6/+6 |
* | - add logic to compiler such that if stack is empty, we just | Mike Bayer | 2014-09-02 | 1 | -1/+7 |
* | - The :func:`~.expression.column` and :func:`~.expression.table` | Mike Bayer | 2014-09-01 | 1 | -4/+24 |
* | - The INSERT...FROM SELECT construct now implies ``inline=True`` | Mike Bayer | 2014-08-20 | 1 | -1/+3 |
* | - Fixed bug in CTE where ``literal_binds`` compiler argument would not | Mike Bayer | 2014-08-02 | 1 | -1/+1 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -504/+515 |
* | - Fixed a SQLite join rewriting issue where a subquery that is embedded | Mike Bayer | 2014-07-15 | 1 | -8/+10 |
* | - allow the compilation rule that gets the formatted name | Mike Bayer | 2014-07-14 | 1 | -13/+19 |
* | - Fix bug in naming convention feature where using a check | Mike Bayer | 2014-07-14 | 1 | -1/+7 |
* | -Fixed bug in common table expressions whereby positional bound | Mike Bayer | 2014-07-14 | 1 | -7/+10 |
* | - Fixed bug where multi-valued :class:`.Insert` construct would fail | Mike Bayer | 2014-07-14 | 1 | -2/+4 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - attach the ResultMetaData to the Compiled object, when we detect that | Mike Bayer | 2014-06-29 | 1 | -0/+2 |
* | Update compiler.py | BY-jk | 2014-06-08 | 1 | -1/+2 |
* | Merge branch 'issue_3034' of https://bitbucket.org/dobesv/sqlalchemy/branch/i... | Mike Bayer | 2014-05-16 | 1 | -7/+7 |
|\ |
|
| * | Remove unused import | Dobes Vandermeer | 2014-04-25 | 1 | -1/+0 |
| * | Use _offset_clause and _limit_clause, which are always Visitable and usually ... | Dobes Vandermeer | 2014-04-25 | 1 | -7/+7 |
| * | Proof-of-concept implementation of supporting bindparam for offset and limit ... | Dobes Vandermeer | 2014-04-24 | 1 | -2/+3 |
* | | - Fixed bug where :meth:`.Table.update` and :meth:`.Table.delete` | Mike Bayer | 2014-05-08 | 1 | -3/+6 |
* | | - Fixed bug where the combination of "limit" rendering as | Mike Bayer | 2014-04-30 | 1 | -13/+14 |
* | | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -1/+1 |
|/ |
|
* | - Fixed regression introduced in 0.9 where new "ORDER BY <labelname>" | Mike Bayer | 2014-04-10 | 1 | -1/+1 |
* | - Added new flag :paramref:`.expression.between.symmetric`, when set to True | Mike Bayer | 2014-03-30 | 1 | -1/+12 |
* | - More fixes to SQLite "join rewriting"; the fix from :ticket:`2967` | Mike Bayer | 2014-02-20 | 1 | -12/+17 |
* | - re: #2967, also fixed a somewhat related issue where join rewriting would fail | Mike Bayer | 2014-02-19 | 1 | -0/+5 |
* | - Fixed bug in SQLite "join rewriting" where usage of an exists() construct | Mike Bayer | 2014-02-19 | 1 | -3/+3 |
* | - for TextAsFrom, put the "inner" columns in the result map directly. | Mike Bayer | 2014-02-10 | 1 | -4/+3 |
* | - Fixed bug where so-called "literal render" of :func:`.bindparam` | Mike Bayer | 2014-02-05 | 1 | -2/+2 |
* | - Fixed bug whereby SQLite compiler failed to propagate compiler arguments | Mike Bayer | 2014-01-31 | 1 | -1/+0 |
* | - Fixed the multiple-table "UPDATE..FROM" construct, only usable on | Mike Bayer | 2014-01-20 | 1 | -30/+80 |
* | Bug Fix: Stop generating bad sql if an empty UniqueConstraint() is given | donkopotamus | 2014-01-17 | 1 | -0/+2 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | - Fixed issue where a primary key column that has a Sequence on it, | Mike Bayer | 2013-12-20 | 1 | -1/+7 |
* | - Fixed bug with :meth:`.Insert.from_select` method where the order | Mike Bayer | 2013-12-19 | 1 | -4/+11 |
* | - for [ticket:2651], leaving CheckConstraint alone, preferring to keep | Mike Bayer | 2013-12-16 | 1 | -2/+3 |
* | - implement "literal binds" for the text() clause, [ticket:2882] | Mike Bayer | 2013-12-11 | 1 | -3/+3 |
* | - New improvements to the :func:`.text` construct, including | Mike Bayer | 2013-11-29 | 1 | -9/+30 |
* | - fix up rendering of "of" | Mike Bayer | 2013-11-28 | 1 | -1/+3 |
* | - work in progress, will squash | Mike Bayer | 2013-11-28 | 1 | -10/+2 |
* | Merge branch 'for_update_of' of github.com:mlassnig/sqlalchemy into for_updat... | Mike Bayer | 2013-11-28 | 1 | -1/+6 |
|\ |
|
| * | added LockmodeArgspr/42 | Mario Lassnig | 2013-11-28 | 1 | -1/+6 |
| * | added ORM support | Mario Lassnig | 2013-11-14 | 1 | -2/+0 |
| * | add psql FOR UPDATE OF functionality | Mario Lassnig | 2013-11-12 | 1 | -0/+2 |
* | | Fix cross references | Vraj Mohan | 2013-11-12 | 1 | -1/+2 |
|/ |
|
* | - Fixed a regression introduced by the join rewriting feature of | Mike Bayer | 2013-11-01 | 1 | -2/+5 |
* | An overhaul of expression handling for special symbols particularly | Mike Bayer | 2013-10-23 | 1 | -2/+21 |
* | - A :func:`.bindparam` construct with a "null" type (e.g. no type | Mike Bayer | 2013-10-21 | 1 | -9/+15 |