summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
...
* - The INSERT...FROM SELECT construct now implies ``inline=True``Mike Bayer2014-08-202-14/+24
* - don't add the parent attach event within _on_table_attachMike Bayer2014-08-151-1/+2
* - The ``info`` parameter has been added to the constructor forMike Bayer2014-08-131-7/+47
* - rework documentation for reflection flags; also includeMike Bayer2014-08-091-42/+99
* Providing an autoload_with info automatically sets autoload to TrueMalik Diarra2014-08-091-2/+2
* - Fixed bug in CTE where ``literal_binds`` compiler argument would notMike Bayer2014-08-021-1/+1
* - Fixed 0.9.7 regression caused by :ticket:`3067` in conjunction withMike Bayer2014-07-291-0/+3
* - Added a supported :meth:`.FunctionElement.alias` method to functions,Mike Bayer2014-07-242-6/+50
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-2018-1807/+1988
* - Fixed a SQLite join rewriting issue where a subquery that is embeddedMike Bayer2014-07-153-8/+12
* - wrestle with conv() and tests some moreMike Bayer2014-07-142-42/+53
* - allow the compilation rule that gets the formatted nameMike Bayer2014-07-143-14/+24
* - Fix bug in naming convention feature where using a checkMike Bayer2014-07-144-19/+49
* -Fixed bug in common table expressions whereby positional boundMike Bayer2014-07-141-7/+10
* - Fixed bug where multi-valued :class:`.Insert` construct would failMike Bayer2014-07-141-2/+4
* - Added a "str()" step to the dialect_kwargs iteration forMike Bayer2014-07-141-1/+1
* - Fixed bug in :class:`.Enum` and other :class:`.SchemaType`Mike Bayer2014-07-131-6/+9
* - The :meth:`.TypeEngine.with_variant` method will now accept aMike Bayer2014-07-101-1/+1
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-0918-18/+36
* - add postgresql_regconfig argument to PG dialect for match() operator,jonathan vanasco2014-07-082-3/+3
* - add link to dialect docs for SQLite autoincrement from column autoincrement,Mike Bayer2014-07-031-2/+5
* - add new section Working with Raw DBAPI Connections, fixes #2218.Mike Bayer2014-06-301-0/+9
* - attach the ResultMetaData to the Compiled object, when we detect thatMike Bayer2014-06-291-0/+2
* - Fixed a bug within the custom operator plus :meth:`.TypeEngine.with_variant`Mike Bayer2014-06-271-2/+7
* - write some really complete docs on MSSQL autoincrement, fixes #3094Mike Bayer2014-06-241-3/+10
* - The :paramref:`.Column.nullable` flag is implicitly set to ``False``Mike Bayer2014-06-201-0/+1
* Update compiler.pyBY-jk2014-06-081-1/+2
* - Fixed bug in INSERT..FROM SELECT construct where selecting from aMike Bayer2014-05-251-1/+1
* - Fixed bug in SQLite join rewriting where anonymized column namesMike Bayer2014-05-251-0/+3
* - Fixed bug where the :meth:`.Operators.__and__`,Mike Bayer2014-05-242-8/+40
* - hyperlink all the column operators listed in the ORM tutorial common filter...Mike Bayer2014-05-241-4/+10
* - document the compiler_kwargs accessorMike Bayer2014-05-231-0/+20
* - more tests, including backend testsMike Bayer2014-05-161-30/+54
* Merge branch 'issue_3034' of https://bitbucket.org/dobesv/sqlalchemy/branch/i...Mike Bayer2014-05-162-14/+75
|\
| * Remove unused importDobes Vandermeer2014-05-091-6/+29
| * Remove unused importDobes Vandermeer2014-04-251-1/+1
| * Remove unused importDobes Vandermeer2014-04-251-1/+0
| * Use _offset_clause and _limit_clause, which are always Visitable and usually ...Dobes Vandermeer2014-04-252-18/+48
| * Proof-of-concept implementation of supporting bindparam for offset and limit ...Dobes Vandermeer2014-04-242-6/+15
* | Documentation fix-up: "its" vs. "it's"pr/91Matthias Urlichs2014-05-115-5/+5
* | - Fixed bug where :meth:`.Table.update` and :meth:`.Table.delete`Mike Bayer2014-05-081-3/+6
* | - Fixed bug where the combination of "limit" rendering asMike Bayer2014-04-301-13/+14
* | Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-267-18/+18
|/
* - The "primaryjoin" model has been stretched a bit further to allowMike Bayer2014-04-191-1/+1
* - Liberalized the contract for :class:`.Index` a bit in that you canMike Bayer2014-04-193-12/+41
* - Fixed bug in new :meth:`.DialectKWArgs.argument_for` method whereMike Bayer2014-04-151-0/+2
* - Fixed regression introduced in 0.9 where new "ORDER BY <labelname>"Mike Bayer2014-04-101-1/+1
* - Restored the import for :class:`.Function` to the ``sqlalchemy.sql.expressi...Mike Bayer2014-04-051-1/+1
* escape backslashMike Bayer2014-04-021-1/+1
* - reverse order of columns in sample CTEs as this is a UNION and the cols nee...Mike Bayer2014-04-021-3/+1