summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug in SQLite join rewriting where anonymized column namesMike Bayer2014-05-251-0/+3
* - repair oracle compilation for new limit/offset system.Mike Bayer2014-05-241-15/+26
* - fix some identity map accessorsMike Bayer2014-05-242-1/+40
* - revert the memoized committed_state / callables changes as they appear to a...Mike Bayer2014-05-241-19/+8
* - fix typos in testMike Bayer2014-05-241-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
* Merge branch 'ticket_3034'Mike Bayer2014-05-2311-68/+258
|\
| * - more tests, including backend testsMike Bayer2014-05-164-48/+173
| * Merge branch 'issue_3034' of https://bitbucket.org/dobesv/sqlalchemy/branch/i...Mike Bayer2014-05-169-54/+119
| |\
| | * Remove unused importDobes Vandermeer2014-05-091-6/+29
| | * Remove unused importDobes Vandermeer2014-04-251-1/+1
| | * Remove unused importDobes Vandermeer2014-04-251-1/+0
| | * Remove unused importDobes Vandermeer2014-04-251-1/+0
| | * Remove unused importDobes Vandermeer2014-04-251-1/+0
| | * Pull out offset/limit to a local variable to reduce the impact of the ineffic...Dobes Vandermeer2014-04-251-8/+10
| | * Remove unused importDobes Vandermeer2014-04-251-1/+0
| | * Use _offset_clause and _limit_clause, which are always Visitable and usually ...Dobes Vandermeer2014-04-257-43/+74
| | * Extract limit/offset to variablesDobes Vandermeer2014-04-251-5/+7
| | * Proof-of-concept implementation of supporting bindparam for offset and limit ...Dobes Vandermeer2014-04-245-13/+24
* | | - switch master to be 1.0Mike Bayer2014-05-231-1/+1
* | | - mark translate_row, create_instance, populate_instance, append_result as le...Mike Bayer2014-05-232-3/+25
* | | inliningMike Bayer2014-05-193-17/+27
* | | Revert "remove events nobody uses...?"Mike Bayer2014-05-191-4/+60
* | | remove events nobody uses...?Mike Bayer2014-05-191-60/+4
* | | - some inlining, speed up identity mapMike Bayer2014-05-193-45/+69
|/ /
* | - 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