summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* - Fixed support for multivalue inserts for MS SQL 2008 since it is actually s...pr/98Albert Cervin2014-06-161-0/+2
* - Modified the behavior of :func:`.orm.load_only` such that primary keyMike Bayer2014-06-122-3/+18
* Update compiler.pyBY-jk2014-06-081-1/+2
* Merge branch 'master' of https://github.com/BY-jk/sqlalchemyMike Bayer2014-06-081-1/+1
|\
| * Wrong type usagepr/95BY-jk2014-05-301-1/+1
* | once kwarg in event funcs is new in 0.9.4Justin Wood (Callek)2014-06-051-2/+2
* | - remove drizzle dialectMike Bayer2014-05-307-735/+123
* | - vastly improve the "safe close cursor" tests in test_reconnectMike Bayer2014-05-302-3/+3
* | - The ``__mapper_args__`` dictionary is copied from a declarativeMike Bayer2014-05-301-1/+4
* | - changelog + docs for pg8000 transaction isolation levelMike Bayer2014-05-303-2/+39
* | Merge branch 'master' of https://github.com/tlocke/sqlalchemy into tlocke-masterMike Bayer2014-05-301-21/+40
|\ \
| * | 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
* | | update commentsMike Bayer2014-05-301-4/+6
* | | Merge branch 'psycopg_disconnect' of https://github.com/dirkmueller/sqlalchemyMike Bayer2014-05-301-1/+5
|\ \ \
| * | | Another Variant for detecting if a connection is closedpr/87Dirk Mueller2014-05-111-1/+5
| | |/ | |/|
* | | revert this, not sure why that changedMike Bayer2014-05-301-1/+1
* | | - Related to :ticket:`3060`, an adjustment has been made to the unitMike Bayer2014-05-306-25/+40
* | | - add a new assertsql construct "Or", so that we can test for a UOW flushMike Bayer2014-05-301-1/+20
* | | - Adjustment to attribute mechanics concerning when a value isMike Bayer2014-05-2911-64/+61
* | | - Fixed a few edge cases which arise in the so-called "row switch"Mike Bayer2014-05-284-10/+31
* | | - Fixed bug in INSERT..FROM SELECT construct where selecting from aMike Bayer2014-05-251-1/+1
* | | - Added the ``hashable=False`` flag to the PG :class:`.HSTORE` type, whichMike Bayer2014-05-251-0/+1
* | | - Fixed bug in subquery eager loading where a long chain ofMike Bayer2014-05-251-1/+1
* | | - 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