summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* Fixes grammar in docstring.Taavi Burns2012-12-311-1/+1
* Extended the :doc:`/core/inspection` system so that all Python descriptorsMike Bayer2012-12-296-9/+191
* Fixes issue where GAE error handling can cause AttributeError: 'NoneType' obj...Owen Nelson2012-12-281-1/+3
* GAE dialect now supports the use of credentialsOwen Nelson2012-12-281-1/+3
* - add tests to ensure SELECT of dynamic collection not emittedMike Bayer2012-12-222-1/+3
* - revert the full iteration of the collection for a passive history event; th...Mike Bayer2012-12-221-5/+11
* - significantly rework the approach to collection events and history within D...Mike Bayer2012-12-212-63/+86
* - cleanup on these testsMike Bayer2012-12-211-0/+6
* this comment is entirely from some ancient version of the codeMike Bayer2012-12-141-2/+0
* More adjustment to this SQLite related issue which was released inMike Bayer2012-12-141-28/+39
* The :meth:`.Query.select_from` method can now be used with aMike Bayer2012-12-131-18/+18
* Fixed a regression caused by :ticket:`2410` whereby aMike Bayer2012-12-112-13/+28
* Fixed table reflection for Oracle when accessing a synonym that refersMike Bayer2012-12-092-60/+101
* - documentation and changelog for [ticket:2601]Mike Bayer2012-12-091-9/+57
* Fixed bug where using server_onupdate=<FetchedValue|DefaultClause>Mike Bayer2012-12-081-2/+15
* Fixed bug whereby using a label_length on dialect that was smallerMike Bayer2012-12-082-8/+15
* - version check for sqlite on multivalues is 3.7.11Mike Bayer2012-12-081-0/+3
* internally at least refer to multirow as "multivalues", to distinguish betweenMike Bayer2012-12-086-7/+7
* - multivalued inserts, [ticket:2623]Mike Bayer2012-12-083-125/+249
* merge latest defaultMike Bayer2012-12-0818-224/+408
|\
| * fixing sessionmaker linkDiana Clarke2012-12-071-1/+1
| * The Oracle LONG type, while an unbounded text type, does not appearMike Bayer2012-12-061-0/+11
| * merge danceMike Bayer2012-12-066-39/+39
| |\
| | * fixing broken links (see #2625)Diana Clarke2012-12-063-17/+18
| | * fixing broken links (see #2625)Diana Clarke2012-12-054-23/+22
| * | Repaired the usage of ``.prepare()`` in conjunction withMike Bayer2012-12-061-9/+50
| |/
| * merge decimal thingMike Bayer2012-12-031-1/+9
| |\
| | * visit_DECIMAL should include precision and scale (when provided) just like vi...Diana Clarke2012-12-031-1/+9
| * | The :class:`.MutableComposite` type did not allow for theMike Bayer2012-12-032-35/+59
| |/
| * - BinaryExpression now keeps track of "left" and "right" as passed in,Mike Bayer2012-12-021-3/+4
| * - refactor of pathing mechanics, to address #2614, #2617Mike Bayer2012-12-017-136/+235
* | 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