summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - The "evaulator" for query.update()/delete() won't work with multi-tableMike Bayer2014-07-084-7/+41
* Merge pull request #103 from tlocke/mastermike bayer2014-07-083-611/+757
|\
| * PEP8 tidy of subset of test/sql/*.pypr/103Tony Locke2014-07-074-602/+745
| * pg8000 passing test/sqlTony Locke2014-07-064-13/+16
* | - add postgresql_regconfig argument to PG dialect for match() operator,jonathan vanasco2014-07-085-8/+152
* | document JSONBMike Bayer2014-07-071-2/+5
* | changelogMike Bayer2014-07-071-0/+8
* | Merge pull request #101 from ddimmich/mastermike bayer2014-07-074-5/+175
|\ \ | |/ |/|
| * jsonb support for <@, ?| and ?& added.pr/101Damian Dimmich2014-07-012-1/+37
| * it's OK to pass a dict in - it does the right thing, no need to quote itDamian Dimmich2014-06-281-1/+1