summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | - cut out some calls by inlining the calls to get_history()Mike Bayer2014-06-281-9/+8
| |_|/ |/| |
* | | - Fixed a bug within the custom operator plus :meth:`.TypeEngine.with_variant`Mike Bayer2014-06-271-2/+7
* | | - MySQL error 2014 "commands out of sync" appears to be raised as aMike Bayer2014-06-271-1/+1
* | | - Fixed bug involving dynamic attributes, that was again a regressionMike Bayer2014-06-261-2/+3
* | | - Fixed bug when the declarative ``__abstract__`` flag was not beingMike Bayer2014-06-251-1/+1
* | | - write some really complete docs on MSSQL autoincrement, fixes #3094Mike Bayer2014-06-242-13/+142
| |/ |/|
* | - reverse course in #3061 so that we instead no longer set None in the attributeMike Bayer2014-06-231-9/+1
* | - Reverted the change for :ticket:`3060` - this is a unit of workMike Bayer2014-06-231-1/+1
* | - Additional checks have been added for the case where an inheritingMike Bayer2014-06-201-7/+16
* | - The :paramref:`.Column.nullable` flag is implicitly set to ``False``Mike Bayer2014-06-201-0/+1
* | - Added a new type :class:`.postgresql.OID` to the Postgresql dialect.Mike Bayer2014-06-202-2/+15
* | - Fixed bug where column names added to ``mysql_length`` parameterMike Bayer2014-06-181-3/+7
|/
* - 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