summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* PEP8 Style fixes for lib/sqlalchemy/*.pypr/105Brian Jarrett2014-07-129-176/+200
* - The :meth:`.TypeEngine.with_variant` method will now accept aMike Bayer2014-07-101-1/+1
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-09161-161/+322
* - support __only_on__ and __backend__ at the same timeMike Bayer2014-07-091-15/+19
* - Changed the default value of "raise_on_warnings" to False forMike Bayer2014-07-091-1/+3
* - Fixed bug where "python setup.py test" wasn't calling intoMike Bayer2014-07-091-0/+10
* - The "evaulator" for query.update()/delete() won't work with multi-tableMike Bayer2014-07-082-4/+15
* - add postgresql_regconfig argument to PG dialect for match() operator,jonathan vanasco2014-07-083-8/+60
* Merge pull request #101 from ddimmich/mastermike bayer2014-07-073-3/+126
|\
| * jsonb support for <@, ?| and ?& added.pr/101Damian Dimmich2014-07-011-1/+18
| * minor cleanup of the jsonb - had extraneous operators that where copiedDamian Dimmich2014-06-281-5/+1
| * add has_key & contains operators for jsonb (ported over from hstore)Damian Dimmich2014-06-281-21/+17
| * initial support for JSONB - this only allows you to define the JSONBDamian Dimmich2014-06-243-3/+117
* | Merge pull request #100 from plaes/typosmike bayer2014-07-061-1/+1
|\ \
| * | typo: s/tranasction/transactionPriit Laes2014-06-281-1/+1
* | | Merged in therve/bug-3093/bug/3093 (pull request #24) Mike Bayer2014-07-061-1/+2
|\ \ \
| * | | Return the assigned value in MultableDict.setdefaultThomas Herve2014-06-241-1/+2
| | |/ | |/|
* | | Merge pull request #98 from abbec/mssql2008-multivalues-insertmike bayer2014-07-061-0/+2
|\ \ \
| * | | - Fixed support for multivalue inserts for MS SQL 2008 since it is actually s...pr/98Albert Cervin2014-06-161-0/+2
* | | | - clarify that the pg8000 backend has no impact of any kind onMike Bayer2014-07-041-8/+9
* | | | - rework the entire approach to #3076. As we need to catch all exceptionsMike Bayer2014-07-044-69/+244
* | | | - Added new attributes :attr:`.ExecutionContext.exception` andMike Bayer2014-07-032-1/+42
* | | | - The mechanics of the :meth:`.ConnectionEvents.dbapi_error` handlerMike Bayer2014-07-032-25/+90
* | | | - add link to dialect docs for SQLite autoincrement from column autoincrement,Mike Bayer2014-07-032-4/+9
* | | | - Fixed bug where items that were persisted, deleted, or had aMike Bayer2014-07-011-1/+4
* | | | - repair the _enable_single_crit method, it was named the sameMike Bayer2014-06-302-13/+14
* | | | - add new section Working with Raw DBAPI Connections, fixes #2218.Mike Bayer2014-06-301-0/+9
* | | | - attach the ResultMetaData to the Compiled object, when we detect thatMike Bayer2014-06-292-4/+14
* | | | - 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
|\ \