summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* PEP 8 tidy of pg8000 dialect and postgresql/test_dialect.pypr/88Tony Locke2014-05-221-14/+11
* Autocommit isolation level for postgresql+pg8000Tony Locke2014-05-221-0/+24
* Updated doc string for postgresql+pg8000 dialectTony Locke2014-05-211-10/+8
* pg8000.dbapi is now just pg8000Tony Locke2014-05-211-1/+1
* - changelog for #2785Mike Bayer2014-05-161-3/+6
* Merge branch 'zero_indexes-param-for-postgresql-ARRAY-type' of https://bitbuc...Mike Bayer2014-05-161-1/+16
|\
| * zero_indexes-param-for-postgresql-ARRAY-typeAlexey Terentev2014-05-131-1/+16
* | - Fixed bug in mutable extension where :class:`.MutableDict` did notMike Bayer2014-05-141-0/+5
* | Posgtresql -> PostgreSQLWieland Hoffmann2014-05-121-1/+1
* | Merged in WSMcG/sqlalchemy (pull request #15) Mike Bayer2014-05-121-1/+1
|\ \ | |/ |/|
| * Added optional '=' to MySQL KEY_BLOCK_SIZE regexW. Sean McGivern2014-04-191-1/+1
* | Merge pull request #91 from smurfix/de_apostroph_ifymike bayer2014-05-1118-21/+21
|\ \
| * | Documentation fix-up: "its" vs. "it's"pr/91Matthias Urlichs2014-05-1118-21/+21
* | | - Fixed ORM bug where the :func:`.class_mapper` function would maskMike Bayer2014-05-101-2/+3
* | | - Fixed some "double invalidate" situations were detected whereMike Bayer2014-05-102-3/+14
|/ /
* | - 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-2636-68/+68
* | Added some links in session docsbenselme2014-04-231-35/+39
* | - The "primaryjoin" model has been stretched a bit further to allowMike Bayer2014-04-192-27/+47
* | - Liberalized the contract for :class:`.Index` a bit in that you canMike Bayer2014-04-195-13/+46
|/
* - Revised the query used to determine the current default schema nameMike Bayer2014-04-171-14/+8
* - Fixed bug in new :meth:`.DialectKWArgs.argument_for` method whereMike Bayer2014-04-151-0/+2
* use importlib.machinery to load modules instead of imp under Python 3.3 and g...Matt Chisholm2014-04-141-2/+7
* added an SSL related connection errorantti_haapala2014-04-111-1/+3
* - Fixed regression introduced in 0.9 where new "ORDER BY <labelname>"Mike Bayer2014-04-101-1/+1
* - Added new utility function :func:`.make_transient_to_detached` which canMike Bayer2014-04-092-2/+37
* - Restored the import for :class:`.Function` to the ``sqlalchemy.sql.expressi...Mike Bayer2014-04-051-1/+1
* - add some docs for the instancestate linkage to the inspection systemMike Bayer2014-04-041-5/+67
* 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-022-4/+2
* - back off the callcounts a bit for the boolean fixMike Bayer2014-04-011-3/+4
* - Fixes to the newly enhanced boolean coercion in :ticket:`2804` whereMike Bayer2014-04-012-3/+3
* - Added new flag :paramref:`.expression.between.symmetric`, when set to TrueMike Bayer2014-03-305-10/+37
* - Added new parameter :paramref:`.mapper.confirm_deleted_rows`. DefaultsMike Bayer2014-03-282-17/+40
* - revert part of c01558ae7f4a for now as we also test that a DELETE of two rowsMike Bayer2014-03-281-1/+12
* revert inadvertent pdbMike Bayer2014-03-281-2/+0
* - the rewording of orderinglist docs got committed by accident, finish it upMike Bayer2014-03-281-20/+12
* - add further coverage for join_condition to make sure we get this case whereMike Bayer2014-03-281-1/+1
* - fix set syntax supposed to be dictMike Bayer2014-03-281-1/+1
* - Fixed ORM bug where changing the primary key of an object, then markingMike Bayer2014-03-286-14/+51
* clarify doc hereMike Bayer2014-03-281-4/+4
* - fix py3k bug re: dictionary values(), fixes #3005Mike Bayer2014-03-281-1/+1
* - Added support to automap for the case where a relationship shouldMike Bayer2014-03-281-14/+77
* - Fixed a very old behavior where the lazy load emitted for a one-to-manyMike Bayer2014-03-271-4/+11
* - Improved the check for "how to join from A to B" such that whenMike Bayer2014-03-271-16/+34
* - Tweaked the settings for mysql-connector-python; in Py2K, theMike Bayer2014-03-273-2/+12
* Added missing text_type requirement to TextTestStefan Reich2014-03-271-0/+1
* - fixes to multi-backend testsMike Bayer2014-03-273-13/+18
* fixes to get profiling tests working againMike Bayer2014-03-262-2/+8