summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* compiler: add support for multirow insertsIdan Kamara2012-12-065-4/+25
* compiler: adjust _get_colparams to return the columns and parameters in separ...Idan Kamara2012-12-051-50/+49
* updatebase: add support for multi parametersIdan Kamara2012-12-061-9/+22
* Added missing import for "fdb" to the experimentalMike Bayer2012-11-291-1/+1
* more warningsMike Bayer2012-11-281-12/+19
* Allow use of synonyms in primaryjoin / secondaryjoin conditionsRichard Mitchell2012-11-271-2/+5
* Added a new exception to detect the case where twoMike Bayer2012-11-242-2/+23
* merge Audrius HSTORE commits from bitbucketMike Bayer2012-11-242-12/+43
|\
| * HSTORE.comparator_factory should subclass Concatenable.ComparatorAudrius Kažukauskas2012-11-211-9/+4
| * Add special containment operation methods for PG array typeAudrius Kažukauskas2012-11-201-3/+39
* | - recognize that do_rollback() and do_commit() work with a DBAPI connection,Mike Bayer2012-11-229-102/+224
* | I think this is a bit clearer: "within the same query", makes it sound like o...Diana Clarke2012-11-211-4/+3
|/
* - an enormous merge just because I committed a one line log entry. the joy o...Mike Bayer2012-11-20134-1919/+3015
|\
| * kill me now, pep8 pass, so closeDiana Clarke2012-11-2019-168/+175
| * just a pep8 passDiana Clarke2012-11-2014-86/+68
| * juts a 'expected 2 blank lines' pep8 passDiana Clarke2012-11-1924-4/+141
| * 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
* | should be logging thisMike Bayer2012-11-201-0/+2
|/
* 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