summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* Replace a big loop + dict lookup in Connection.execute() with a simple visitorpr/30Alex Gaynor2013-09-256-18/+22
* - Removed some now unneeded version checks [ticket:2829] courtesy alex gaynorMike Bayer2013-09-222-12/+1
* - modify what we did in [ticket:2793] so that we can also set theMike Bayer2013-09-063-7/+10
* Fixed Query.exists() method for the case, when query doesn't have any filters...Vladimir Magamedov2013-09-041-1/+1
* add caveats regarding RETURNINGMike Bayer2013-09-022-3/+59
* plus some more adjustments for mysql, or in general if an Index refers toMike Bayer2013-08-281-1/+9
* Fixed bug where using the ``column_reflect`` event to change the ``.key``Mike Bayer2013-08-281-6/+17
* - fix bug here in profiling.pyMike Bayer2013-08-281-11/+11
* comment this alternative approach...Mike Bayer2013-08-281-0/+7
* - rework the profile thing to just rewrite all failing numbers when --write-p...Mike Bayer2013-08-281-6/+18
* - cx_oracle seems to have a bug here though it is hard to track downMike Bayer2013-08-272-2/+0
* more seealsos...Mike Bayer2013-08-271-3/+4
* - A rework to the way that "quoted" identifiers are handled, in thatMike Bayer2013-08-2714-127/+317
* - ensure rowcount is returned for an UPDATE with no implicit returningMike Bayer2013-08-252-7/+6
* - restore constructor docs blown away in the mergeMike Bayer2013-08-251-0/+141
* - The ``version_id_generator`` parameter of ``Mapper`` can now be specifiedMike Bayer2013-08-258-224/+293
* forgot to add system to the copy() methodMike Bayer2013-08-251-0/+1
* added "system=True" to Column, so that we generally don't have to botherMike Bayer2013-08-253-5/+26
* Merge pull request #23 from yoloseem/mastermike bayer2013-08-252-3/+3
|\
| * fix typospr/23Hyunjun Kim2013-08-252-3/+3
* | - The :class:`.CreateColumn` construct can be appled to a customMike Bayer2013-08-242-3/+34
|/
* - "primary mapper entity" is now an attribute on Query,Mike Bayer2013-08-241-16/+11
* move FAQ to the docs, [ticket:2133]Mike Bayer2013-08-214-5/+28
* Fixed bug where list instrumentation would fail to represent aMike Bayer2013-08-201-1/+4
* additoinalMike Bayer2013-08-181-2/+19
* and we don't need weaksetMike Bayer2013-08-182-24/+1
* - use newly fixed WeakSequence (#2794) to not have to rely on class name for ...Mike Bayer2013-08-181-5/+4
* - add WeakSequence.append()Mike Bayer2013-08-181-3/+10
* formattingMike Bayer2013-08-181-1/+2
* Fixed a potential issue in an ordered sequence implementation usedMike Bayer2013-08-182-5/+11
* - also do delete, add seealsos, formatting, etc. [ticket:2798]Mike Bayer2013-08-181-13/+37
* - add better notes to query.update(), most notably how to deal with a joined ...Mike Bayer2013-08-181-12/+36
* Fixed regression dating back to 0.7.9 whereby the name of a CTE mightMike Bayer2013-08-181-1/+1
* - spot checking of imports, obsolete functionsMike Bayer2013-08-179-33/+11
* Improved support for the cymysql driver, supporting version 0.6.5,Mike Bayer2013-08-172-2/+4
* merge error here, though also hedge between explaining about the expressions ...Mike Bayer2013-08-161-7/+0
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-1442-3417/+3459
* fix missing savepoint structuresMike Bayer2013-08-121-0/+3
* - header commentsMike Bayer2013-08-126-5/+17
* - A large refactoring of the ``sqlalchemy.sql`` package has reorganizedMike Bayer2013-08-1240-13519/+13822
* add more docs to index, even though this seems to be a little redundantMike Bayer2013-08-111-10/+29
* - The :meth:`.Operators.notin_` operator added in 0.8 now properlyMike Bayer2013-08-071-1/+4
* ok forget it, that approach didn't really cover every base, soMike Bayer2013-08-043-16/+34
* find some more inline imports and move them outMike Bayer2013-08-046-10/+8
* - don't need resolve, don't need import for this. just look in sys.modules,Mike Bayer2013-08-044-47/+17
* - after discussions with the original project folks working with zope securityMike Bayer2013-08-021-68/+55
* a missing cursor.close() here caused a *huge* amount of weird locking issues...Mike Bayer2013-08-021-7/+10
* Added a new attribute :attr:`.Session.info` to :class:`.Session`;Mike Bayer2013-08-021-2/+42
* - assorted fixes raised by pypy 2.1beta2, but all of which are goodMike Bayer2013-08-013-3/+29
* Updates to MySQL reserved words for versions 5.5, 5.6, courtesyMike Bayer2013-07-311-0/+10