| Commit message (Expand) | Author | Age | Files | Lines |
| * | PEP8 Style fixes for lib/sqlalchemy/*.pypr/105 | Brian Jarrett | 2014-07-12 | 9 | -176/+200 |
| * | - The :meth:`.TypeEngine.with_variant` method will now accept a | Mike Bayer | 2014-07-10 | 1 | -1/+1 |
| * | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 161 | -161/+322 |
| * | - support __only_on__ and __backend__ at the same time | Mike Bayer | 2014-07-09 | 1 | -15/+19 |
| * | - Changed the default value of "raise_on_warnings" to False for | Mike Bayer | 2014-07-09 | 1 | -1/+3 |
| * | - Fixed bug where "python setup.py test" wasn't calling into | Mike Bayer | 2014-07-09 | 1 | -0/+10 |
| * | - The "evaulator" for query.update()/delete() won't work with multi-table | Mike Bayer | 2014-07-08 | 2 | -4/+15 |
| * | - add postgresql_regconfig argument to PG dialect for match() operator, | jonathan vanasco | 2014-07-08 | 3 | -8/+60 |
| * | Merge pull request #101 from ddimmich/master | mike bayer | 2014-07-07 | 3 | -3/+126 |
| |\ |
|
| | * | jsonb support for <@, ?| and ?& added.pr/101 | Damian Dimmich | 2014-07-01 | 1 | -1/+18 |
| | * | minor cleanup of the jsonb - had extraneous operators that where copied | Damian Dimmich | 2014-06-28 | 1 | -5/+1 |
| | * | add has_key & contains operators for jsonb (ported over from hstore) | Damian Dimmich | 2014-06-28 | 1 | -21/+17 |
| | * | initial support for JSONB - this only allows you to define the JSONB | Damian Dimmich | 2014-06-24 | 3 | -3/+117 |
| * | | Merge pull request #100 from plaes/typos | mike bayer | 2014-07-06 | 1 | -1/+1 |
| |\ \ |
|
| | * | | typo: s/tranasction/transaction | Priit Laes | 2014-06-28 | 1 | -1/+1 |
| * | | | Merged in therve/bug-3093/bug/3093 (pull request #24)
| Mike Bayer | 2014-07-06 | 1 | -1/+2 |
| |\ \ \ |
|
| | * | | | Return the assigned value in MultableDict.setdefault | Thomas Herve | 2014-06-24 | 1 | -1/+2 |
| | | |/
| |/| |
|
| * | | | Merge pull request #98 from abbec/mssql2008-multivalues-insert | mike bayer | 2014-07-06 | 1 | -0/+2 |
| |\ \ \ |
|
| | * | | | - Fixed support for multivalue inserts for MS SQL 2008 since it is actually s...pr/98 | Albert Cervin | 2014-06-16 | 1 | -0/+2 |
| * | | | | - clarify that the pg8000 backend has no impact of any kind on | Mike Bayer | 2014-07-04 | 1 | -8/+9 |
| * | | | | - rework the entire approach to #3076. As we need to catch all exceptions | Mike Bayer | 2014-07-04 | 4 | -69/+244 |
| * | | | | - Added new attributes :attr:`.ExecutionContext.exception` and | Mike Bayer | 2014-07-03 | 2 | -1/+42 |
| * | | | | - The mechanics of the :meth:`.ConnectionEvents.dbapi_error` handler | Mike Bayer | 2014-07-03 | 2 | -25/+90 |
| * | | | | - add link to dialect docs for SQLite autoincrement from column autoincrement, | Mike Bayer | 2014-07-03 | 2 | -4/+9 |
| * | | | | - Fixed bug where items that were persisted, deleted, or had a | Mike Bayer | 2014-07-01 | 1 | -1/+4 |
| * | | | | - repair the _enable_single_crit method, it was named the same | Mike Bayer | 2014-06-30 | 2 | -13/+14 |
| * | | | | - add new section Working with Raw DBAPI Connections, fixes #2218. | Mike Bayer | 2014-06-30 | 1 | -0/+9 |
| * | | | | - attach the ResultMetaData to the Compiled object, when we detect that | Mike Bayer | 2014-06-29 | 2 | -4/+14 |
| * | | | | - cut out some calls by inlining the calls to get_history() | Mike Bayer | 2014-06-28 | 1 | -9/+8 |
| | |_|/
|/| | |
|
| * | | | - Fixed a bug within the custom operator plus :meth:`.TypeEngine.with_variant` | Mike Bayer | 2014-06-27 | 1 | -2/+7 |
| * | | | - MySQL error 2014 "commands out of sync" appears to be raised as a | Mike Bayer | 2014-06-27 | 1 | -1/+1 |
| * | | | - Fixed bug involving dynamic attributes, that was again a regression | Mike Bayer | 2014-06-26 | 1 | -2/+3 |
| * | | | - Fixed bug when the declarative ``__abstract__`` flag was not being | Mike Bayer | 2014-06-25 | 1 | -1/+1 |
| * | | | - write some really complete docs on MSSQL autoincrement, fixes #3094 | Mike Bayer | 2014-06-24 | 2 | -13/+142 |
| | |/
|/| |
|
| * | | - reverse course in #3061 so that we instead no longer set None in the attribute | Mike Bayer | 2014-06-23 | 1 | -9/+1 |
| * | | - Reverted the change for :ticket:`3060` - this is a unit of work | Mike Bayer | 2014-06-23 | 1 | -1/+1 |
| * | | - Additional checks have been added for the case where an inheriting | Mike Bayer | 2014-06-20 | 1 | -7/+16 |
| * | | - The :paramref:`.Column.nullable` flag is implicitly set to ``False`` | Mike Bayer | 2014-06-20 | 1 | -0/+1 |
| * | | - Added a new type :class:`.postgresql.OID` to the Postgresql dialect. | Mike Bayer | 2014-06-20 | 2 | -2/+15 |
| * | | - Fixed bug where column names added to ``mysql_length`` parameter | Mike Bayer | 2014-06-18 | 1 | -3/+7 |
| |/ |
|
| * | - Modified the behavior of :func:`.orm.load_only` such that primary key | Mike Bayer | 2014-06-12 | 2 | -3/+18 |
| * | Update compiler.py | BY-jk | 2014-06-08 | 1 | -1/+2 |
| * | Merge branch 'master' of https://github.com/BY-jk/sqlalchemy | Mike Bayer | 2014-06-08 | 1 | -1/+1 |
| |\ |
|
| | * | Wrong type usagepr/95 | BY-jk | 2014-05-30 | 1 | -1/+1 |
| * | | once kwarg in event funcs is new in 0.9.4 | Justin Wood (Callek) | 2014-06-05 | 1 | -2/+2 |
| * | | - remove drizzle dialect | Mike Bayer | 2014-05-30 | 7 | -735/+123 |
| * | | - vastly improve the "safe close cursor" tests in test_reconnect | Mike Bayer | 2014-05-30 | 2 | -3/+3 |
| * | | - The ``__mapper_args__`` dictionary is copied from a declarative | Mike Bayer | 2014-05-30 | 1 | -1/+4 |
| * | | - changelog + docs for pg8000 transaction isolation level | Mike Bayer | 2014-05-30 | 3 | -2/+39 |
| * | | Merge branch 'master' of https://github.com/tlocke/sqlalchemy into tlocke-master | Mike Bayer | 2014-05-30 | 1 | -21/+40 |
| |\ \ |
|