| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - The INSERT...FROM SELECT construct now implies ``inline=True`` | Mike Bayer | 2014-08-20 | 2 | -14/+24 |
| * | - don't add the parent attach event within _on_table_attach | Mike Bayer | 2014-08-15 | 1 | -1/+2 |
| * | - The ``info`` parameter has been added to the constructor for | Mike Bayer | 2014-08-13 | 1 | -7/+47 |
| * | - rework documentation for reflection flags; also include | Mike Bayer | 2014-08-09 | 1 | -42/+99 |
| * | Providing an autoload_with info automatically sets autoload to True | Malik Diarra | 2014-08-09 | 1 | -2/+2 |
| * | - Fixed bug in CTE where ``literal_binds`` compiler argument would not | Mike Bayer | 2014-08-02 | 1 | -1/+1 |
| * | - Fixed 0.9.7 regression caused by :ticket:`3067` in conjunction with | Mike Bayer | 2014-07-29 | 1 | -0/+3 |
| * | - Added a supported :meth:`.FunctionElement.alias` method to functions, | Mike Bayer | 2014-07-24 | 2 | -6/+50 |
| * | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 18 | -1807/+1988 |
| * | - Fixed a SQLite join rewriting issue where a subquery that is embedded | Mike Bayer | 2014-07-15 | 3 | -8/+12 |
| * | - wrestle with conv() and tests some more | Mike Bayer | 2014-07-14 | 2 | -42/+53 |
| * | - allow the compilation rule that gets the formatted name | Mike Bayer | 2014-07-14 | 3 | -14/+24 |
| * | - Fix bug in naming convention feature where using a check | Mike Bayer | 2014-07-14 | 4 | -19/+49 |
| * | -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 |
| * | - Added a "str()" step to the dialect_kwargs iteration for | Mike Bayer | 2014-07-14 | 1 | -1/+1 |
| * | - Fixed bug in :class:`.Enum` and other :class:`.SchemaType` | Mike Bayer | 2014-07-13 | 1 | -6/+9 |
| * | - The :meth:`.TypeEngine.with_variant` method will now accept a | Mike Bayer | 2014-07-10 | 1 | -1/+1 |
| * | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 18 | -18/+36 |
| * | - add postgresql_regconfig argument to PG dialect for match() operator, | jonathan vanasco | 2014-07-08 | 2 | -3/+3 |
| * | - add link to dialect docs for SQLite autoincrement from column autoincrement, | Mike Bayer | 2014-07-03 | 1 | -2/+5 |
| * | - add new section Working with Raw DBAPI Connections, fixes #2218. | Mike Bayer | 2014-06-30 | 1 | -0/+9 |
| * | - attach the ResultMetaData to the Compiled object, when we detect that | Mike Bayer | 2014-06-29 | 1 | -0/+2 |
| * | - Fixed a bug within the custom operator plus :meth:`.TypeEngine.with_variant` | Mike Bayer | 2014-06-27 | 1 | -2/+7 |
| * | - write some really complete docs on MSSQL autoincrement, fixes #3094 | Mike Bayer | 2014-06-24 | 1 | -3/+10 |
| * | - The :paramref:`.Column.nullable` flag is implicitly set to ``False`` | Mike Bayer | 2014-06-20 | 1 | -0/+1 |
| * | Update compiler.py | BY-jk | 2014-06-08 | 1 | -1/+2 |
| * | - Fixed bug in INSERT..FROM SELECT construct where selecting from a | Mike Bayer | 2014-05-25 | 1 | -1/+1 |
| * | - Fixed bug in SQLite join rewriting where anonymized column names | Mike Bayer | 2014-05-25 | 1 | -0/+3 |
| * | - Fixed bug where the :meth:`.Operators.__and__`, | Mike Bayer | 2014-05-24 | 2 | -8/+40 |
| * | - hyperlink all the column operators listed in the ORM tutorial common filter... | Mike Bayer | 2014-05-24 | 1 | -4/+10 |
| * | - document the compiler_kwargs accessor | Mike Bayer | 2014-05-23 | 1 | -0/+20 |
| * | - more tests, including backend tests | Mike Bayer | 2014-05-16 | 1 | -30/+54 |
| * | Merge branch 'issue_3034' of https://bitbucket.org/dobesv/sqlalchemy/branch/i... | Mike Bayer | 2014-05-16 | 2 | -14/+75 |
| |\ |
|
| | * | Remove unused import | Dobes Vandermeer | 2014-05-09 | 1 | -6/+29 |
| | * | Remove unused import | Dobes Vandermeer | 2014-04-25 | 1 | -1/+1 |
| | * | 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 | 2 | -18/+48 |
| | * | Proof-of-concept implementation of supporting bindparam for offset and limit ... | Dobes Vandermeer | 2014-04-24 | 2 | -6/+15 |
| * | | Documentation fix-up: "its" vs. "it's"pr/91 | Matthias Urlichs | 2014-05-11 | 5 | -5/+5 |
| * | | - 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 | 7 | -18/+18 |
| |/ |
|
| * | - The "primaryjoin" model has been stretched a bit further to allow | Mike Bayer | 2014-04-19 | 1 | -1/+1 |
| * | - Liberalized the contract for :class:`.Index` a bit in that you can | Mike Bayer | 2014-04-19 | 3 | -12/+41 |
| * | - Fixed bug in new :meth:`.DialectKWArgs.argument_for` method where | Mike Bayer | 2014-04-15 | 1 | -0/+2 |
| * | - Fixed regression introduced in 0.9 where new "ORDER BY <labelname>" | Mike Bayer | 2014-04-10 | 1 | -1/+1 |
| * | - Restored the import for :class:`.Function` to the ``sqlalchemy.sql.expressi... | Mike Bayer | 2014-04-05 | 1 | -1/+1 |
| * | escape backslash | Mike Bayer | 2014-04-02 | 1 | -1/+1 |
| * | - reverse order of columns in sample CTEs as this is a UNION and the cols nee... | Mike Bayer | 2014-04-02 | 1 | -3/+1 |