summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* changepr/118Mike Bayer2014-07-201-1/+1
* Merge branch 'master' into test_branchMike Bayer2014-07-201-2/+1
|\
| * - support argsMike Bayer2014-07-201-2/+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
* - add E721Mike Bayer2014-07-181-1/+1
* - update the flake8 rules againMike Bayer2014-07-1826-3571/+4238
* - Fixed bug in oracle dialect test suite where in one test,Mike Bayer2014-07-182-4/+14
* - 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-162-104/+147
* - forwards-port changelog for ref #3093Mike Bayer2014-07-162-9/+14
* - use an odict here to ensure ordering of propertiesMike Bayer2014-07-151-8/+8
* - add a full env for pypy, name it funny to avoid hidden/undocumentedMike Bayer2014-07-151-2/+6
* - fully flake8 this fileMike Bayer2014-07-151-234/+233
* - Fixed a regression caused by :ticket:`2976` released in 0.9.4 whereMike Bayer2014-07-153-11/+104
* - Fixed a SQLite join rewriting issue where a subquery that is embeddedMike Bayer2014-07-155-9/+66
* - wrestle with conv() and tests some moreMike Bayer2014-07-143-46/+77
* - allow the compilation rule that gets the formatted nameMike Bayer2014-07-144-14/+43
* - Fix bug in naming convention feature where using a checkMike Bayer2014-07-146-25/+145
* - Fixed a regression from 0.9.5 caused by :ticket:`3025` where theMike Bayer2014-07-142-0/+13
* - Added statement encoding to the "SET IDENTITY_INSERT"Mike Bayer2014-07-143-6/+23
* - In the SQL Server pyodbc dialect, repaired the implementationMike Bayer2014-07-143-1/+36
* - Fixed a regression from 0.9.0 due to :ticket:`2736` where theMike Bayer2014-07-144-0/+60
* -Fixed bug in common table expressions whereby positional boundMike Bayer2014-07-143-7/+55
* - Fixed bug where multi-valued :class:`.Insert` construct would failMike Bayer2014-07-143-2/+54
* need a 1.0.0 hereMike Bayer2014-07-141-0/+1
* - Added a "str()" step to the dialect_kwargs iteration forMike Bayer2014-07-145-2/+33
* - add some order bysMike Bayer2014-07-141-3/+15
* - ensure usedevelop is present so that C exts are in the testsMike Bayer2014-07-141-0/+1
* - adjust this to work on PG alsoMike Bayer2014-07-131-2/+3
* Merge branch 'pep8'Mike Bayer2014-07-1336-851/+938
|\
| * PEP8 style fixesBrian Jarrett2014-07-1338-889/+981
* | - Fixed bug in :class:`.Enum` and other :class:`.SchemaType`Mike Bayer2014-07-135-8/+83
* | update test runners to be module-basedMike Bayer2014-07-101-5/+3
* | OK use toxMike Bayer2014-07-102-1/+37
* | Merge branch 'master' of https://github.com/celttechie/sqlalchemypr/104Brian Jarrett2014-07-101-5/+4
|\ \ | |/
| * - determine the root cause of the mysqlconnector issue, reportMike Bayer2014-07-101-5/+4
* | fixed style to conform to PEP8Brian Jarrett2014-07-102-38/+43
|/
* - mark tests failing for mysqlconnector, oursqlMike Bayer2014-07-101-3/+10
* imports gone badMike Bayer2014-07-101-2/+2
* - The :meth:`.TypeEngine.with_variant` method will now accept aMike Bayer2014-07-103-1/+17
* - fully flake8 test/aaa_profilingMike Bayer2014-07-097-430/+581
* - 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-092-21/+20
* - Changed the default value of "raise_on_warnings" to False forMike Bayer2014-07-096-4/+21
* - add 0.9 changelogMike Bayer2014-07-091-0/+9
* - Fixed bug where "python setup.py test" wasn't calling intoMike Bayer2014-07-093-1/+19
* -do an autoflake8 hereMike Bayer2014-07-081-141/+161