summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* just a pep8 pass of lib/sqlalchemy/dialects/postgresqlDiana Clarke2012-11-196-87/+126
* just a pep8 pass of lib/sqlalchemy/dialects/sqliteDiana Clarke2012-11-193-128/+161
* just a pep8 pass of lib/sqlalchemy/dialects/sybaseDiana Clarke2012-11-195-66/+85
* just a pep8 pass of lib/sqlalchemy/testing/Diana Clarke2012-11-198-17/+96
* just a pep8 pass of lib/sqlalchemy/testing/Diana Clarke2012-11-1912-47/+93
* just a pep8 pass of lib/sqlalchemy/Diana Clarke2012-11-192-183/+270
* just a pep8 pass of lib/sqlalchemy/Diana Clarke2012-11-198-37/+101
* just a pep8 pass of lib/sqlalchemy/orm/Diana Clarke2012-11-1910-187/+297
* just a pep8 pass of lib/sqlalchemy/orm/Diana Clarke2012-11-1910-189/+238
* just a pep8 pass of lib/sqlalchemy/orm/Diana Clarke2012-11-193-173/+198
* just a pep8 pass of lib/sqlalchemy/orm/Diana Clarke2012-11-194-40/+113
* just a pep8 pass of lib/sqlalchemy/extDiana Clarke2012-11-199-193/+261
* just a pep8 pass of lib/sqlalchemy/ext/declarativeDiana Clarke2012-11-194-48/+78
* just a pep8 pass of lib/sqlalchemy/engine/Diana Clarke2012-11-1911-127/+169
* just a pep8 pass of lib/sqlalchemy/connectorsDiana Clarke2012-11-195-17/+27
* just a pep8 pass of lib/sqlalchemy/sql/Diana Clarke2012-11-197-126/+322
* just a pep8 pass of lib/sqlalchemy/util/Diana Clarke2012-11-196-17/+79
* should be 'where' not 'filter' #2546Diana Clarke2012-11-181-1/+1
* just a pep8 pass of this fileDiana Clarke2012-11-181-13/+32
* iterate through column_attrs hereMike Bayer2012-11-181-8/+6
* oops, this needs to be MutableDictMike Bayer2012-11-181-3/+4
* Fixed a gotcha where inadvertently calling list() on aMike Bayer2012-11-181-0/+5
* - hstore documentation, migrationMike Bayer2012-11-172-40/+62
* - add HSTOREMike Bayer2012-11-171-3/+0
* - hstore adjustmentsMike Bayer2012-11-175-77/+162
* Merged in audriusk/sqlalchemy_pg_hstore (pull request #26). will adjust some...Mike Bayer2012-11-173-5/+340
|\
| * Register HStore adapter and typecaster in psycopg2 dialectAudrius Kažukauskas2012-11-151-0/+26
| * Add PostgreSQL HStore type supportAudrius Kažukauskas2012-11-132-5/+314
* | initializing _labels to an empty list so that the other methods don't throw e...Diana Clarke2012-11-171-0/+1
* | adding _fields, _asdict() to KeyedTuple #2601Diana Clarke2012-11-171-0/+7
* | - merge ben's patch with updatesMike Bayer2012-11-172-50/+414
|\ \
| * | Removed caching from SybaseDialect.get_table_idBenjamin Trofatter2012-11-031-1/+0
| * | Updated sybase testing requirementsBenjamin Trofatter2012-10-312-3/+5
| * | Added sybase requirements to testing and improved view reflection.Benjamin Trofatter2012-10-301-33/+17
| * | Added reflection to sqlalchemy.dialects.sybaseBenjamin Trofatter2012-10-301-45/+424
* | | The :meth:`.Connection.connect` and :meth:`.Connection.contextual_connect`Mike Bayer2012-11-142-61/+48
* | | Fixed :meth:`.MetaData.reflect` to correctly useMike Bayer2012-11-141-8/+17
* | | Fixed bug whereby using "key" with ColumnMike Bayer2012-11-131-2/+1
* | | __sub__ was declared twice, just increasing test coverage before I change any...Diana Clarke2012-11-131-3/+0
| |/ |/|
* | add docs regarding fetchedvalue with primary keys, [ticket:2598]Mike Bayer2012-11-121-0/+4
* | Fixed bug in type_coerce() whereby typing informationMike Bayer2012-11-123-3/+5
* | fix some oracle-related tests, but still need to fix unhashable_types testMike Bayer2012-11-121-2/+2
* | - support "fails_if" requirements as __requires__; so far this just skips, do...Mike Bayer2012-11-123-3/+166
* | added test of synchronize_session='fetch' on rows which are not already in th...Scott Torborg2012-11-101-0/+1
* | Support for reflection of the "name" of primary keyMike Bayer2012-11-101-2/+5
* | Fixed bug whereby the ".key" of a Column wasn't beingMike Bayer2012-10-313-4/+6
* | update the introMike Bayer2012-10-311-2/+2
* | improve some autodoc linksMike Bayer2012-10-313-11/+11
* | - do a straight __subclasses__ traversal here, so that we aren'tMike Bayer2012-10-282-10/+17
* | - remove remote_foreign annotationMike Bayer2012-10-284-66/+57
|/