summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* changepr/118Mike Bayer2014-07-201-1/+1
* more changesMike Bayer2014-07-201-1/+1
* - a test commit with intentionally bad pep8 formattingMike Bayer2014-07-201-0/+4
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-20126-6655/+7470
* - also add the alternate approach, name column distinctly from attribute name,Mike Bayer2014-07-161-0/+14
* - add a documentation section for naming conflicts, fixes #3129Mike Bayer2014-07-161-0/+44
* - reinstate E123, E125, E128Mike Bayer2014-07-161-103/+146
* - fully flake8 this fileMike Bayer2014-07-151-234/+233
* - Fixed a regression caused by :ticket:`2976` released in 0.9.4 whereMike Bayer2014-07-151-11/+19
* - Fixed a SQLite join rewriting issue where a subquery that is embeddedMike Bayer2014-07-153-8/+12
* - wrestle with conv() and tests some moreMike Bayer2014-07-142-42/+53
* - allow the compilation rule that gets the formatted nameMike Bayer2014-07-143-14/+24
* - Fix bug in naming convention feature where using a checkMike Bayer2014-07-144-19/+49
* - Fixed a regression from 0.9.5 caused by :ticket:`3025` where theMike Bayer2014-07-141-0/+3
* - Added statement encoding to the "SET IDENTITY_INSERT"Mike Bayer2014-07-142-6/+13
* - In the SQL Server pyodbc dialect, repaired the implementationMike Bayer2014-07-141-1/+2
* - Fixed a regression from 0.9.0 due to :ticket:`2736` where theMike Bayer2014-07-141-0/+1
* -Fixed bug in common table expressions whereby positional boundMike Bayer2014-07-141-7/+10
* - Fixed bug where multi-valued :class:`.Insert` construct would failMike Bayer2014-07-141-2/+4
* - Added a "str()" step to the dialect_kwargs iteration forMike Bayer2014-07-143-2/+10
* Merge branch 'pep8'Mike Bayer2014-07-1336-851/+938
|\
| * PEP8 style fixesBrian Jarrett2014-07-1336-851/+938
* | - Fixed bug in :class:`.Enum` and other :class:`.SchemaType`Mike Bayer2014-07-132-8/+10
|/
* - 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