summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
* Remove tables from metadata when autoload failspr/78Roman Podoliaka2014-03-121-1/+1
* - Added a new feature :func:`.schema.conv`, the purpose of which is toMike Bayer2014-03-121-5/+45
* :paramref:`.MetaData.naming_convention` feature will now alsoMike Bayer2014-03-121-2/+9
* - Fixed bug in new :paramref:`.MetaData.naming_convention` featureMike Bayer2014-03-122-3/+3
* - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-031-1/+1
* - get util.get_callable_argspec() to be completely bulletproof for 2.6-3.4,Mike Bayer2014-03-021-27/+3
* - Fixed some test/feature failures occurring in Python 3.4,Mike Bayer2014-03-021-1/+8
* - Fixed bug in :func:`.tuple_` construct where the "type" of essentiallyMike Bayer2014-02-271-5/+6
* restore the contracts of update/extend to the degree that the same column ide...Mike Bayer2014-02-271-3/+5
* - Adjusted the logic which applies names to the .c collection whenMike Bayer2014-02-261-6/+9
* - Some changes to how the :attr:`.FromClause.c` collection behavesMike Bayer2014-02-262-32/+54
* - Fixed issue in new :meth:`.TextClause.columns` method where the orderingMike Bayer2014-02-261-7/+7
* - use MutableMapping to make this more succinct, completeMike Bayer2014-02-261-47/+35
* docsMike Bayer2014-02-251-3/+10
* - The new dialect-level keyword argument system for schema-levelMike Bayer2014-02-251-13/+156
* - More fixes to SQLite "join rewriting"; the fix from :ticket:`2967`Mike Bayer2014-02-202-12/+28
* - re: #2967, also fixed a somewhat related issue where join rewriting would failMike Bayer2014-02-191-0/+5
* - Fixed bug in SQLite "join rewriting" where usage of an exists() constructMike Bayer2014-02-191-3/+3
* - Fixed bug where calling :meth:`.Insert.values` with an empty listMike Bayer2014-02-191-0/+1
* - Fixed bug where :meth:`.in_()` would go into an endless loop ifMike Bayer2014-02-131-3/+7
* - for TextAsFrom, put the "inner" columns in the result map directly.Mike Bayer2014-02-101-4/+3
* - More issues with [ticket:2932] first resolved in 0.9.2 whereMike Bayer2014-02-051-2/+2
* Add naming convention support when using schema in the metadata.pr/67Tom Farvour2014-02-051-2/+10
* - Fixed bug where so-called "literal render" of :func:`.bindparam`Mike Bayer2014-02-051-2/+2
* - Fixed bug which prevented MySQLdb-based dialects (e.g.Mike Bayer2014-02-031-1/+0
* - Added :paramref:`.MetaData.reflect.**dialect_kwargs`Mike Bayer2014-02-021-1/+12
* - The behavior of :meth:`.Table.tometadata` has been adjusted such thatMike Bayer2014-02-021-18/+67
* - Fixed bug in new :class:`.TextAsFrom` construct where :class:`.Column`-Mike Bayer2014-02-022-2/+11
* - Added a new feature which allows automated naming conventions to beMike Bayer2014-02-013-8/+189
* - Added a new parameter :paramref:`.Operators.op.is_comparison`. ThisMike Bayer2014-01-311-4/+17
* - Fixed bug whereby SQLite compiler failed to propagate compiler argumentsMike Bayer2014-01-312-2/+4
* - Fixed regression whereby the "annotation" system used by the ORM was leakingMike Bayer2014-01-291-9/+9
* - docsMike Bayer2014-01-261-37/+115
* updatesMike Bayer2014-01-261-52/+87
* tweak textMike Bayer2014-01-251-2/+16
* seealsos in the tutorialMike Bayer2014-01-251-0/+4
* caseMike Bayer2014-01-251-47/+139
* - start building out very comprehensive docstrings for core functionsMike Bayer2014-01-252-103/+459
* lets document join()Mike Bayer2014-01-241-20/+94
* - Fixed an 0.9 regression where the automatic aliasing applied byMike Bayer2014-01-231-2/+11
* - update docs for Numeric/Float, in particular warn against using mismatchedMike Bayer2014-01-211-32/+41
* - Fixed the multiple-table "UPDATE..FROM" construct, only usable onMike Bayer2014-01-201-30/+80
* - further refine this so that the ordering of columns is maintained asMike Bayer2014-01-201-8/+17
* - simplify the mechanics of PrimaryKeyConstraint with regards to reflection;Mike Bayer2014-01-201-13/+105
* - alter behavior such that dialect_kwargs is still immutable, butMike Bayer2014-01-191-10/+5
* - implement kwarg validation and type system for dialect-specificMike Bayer2014-01-183-45/+183
* Merge branch 'patch-msql-pkc-clustered' of bitbucket.org:dharland/sqlalchemy ...Mike Bayer2014-01-181-0/+2
|\
| * Bug Fix: Stop generating bad sql if an empty UniqueConstraint() is givendonkopotamus2014-01-171-0/+2
* | - rework Oracle to no longer do its own unicode conversion; this has been obs...Mike Bayer2014-01-171-13/+4
|/
* - happy new yearMike Bayer2014-01-0517-17/+17