summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* Fix indentation issues in docstringspr/43Vraj Mohan2013-11-127-16/+18
* Fix cross referencesVraj Mohan2013-11-125-13/+17
* - Fixed a regression introduced by the join rewriting feature ofMike Bayer2013-11-011-2/+5
* - Fixed a regression introduced by :ticket:`2818` where the EXISTSMike Bayer2013-10-301-1/+1
* Super-minor doc fixpr/39Jacob Magnusson2013-10-281-1/+1
* - Fixed bug where index reflection would mis-interpret indkey valuesMike Bayer2013-10-272-2/+5
* - add copyright to source files missing itMike Bayer2013-10-2625-2/+136
* will call this 0.9.0b1Mike Bayer2013-10-261-1/+1
* - Fixed bug where Oracle table reflection using synonyms would failMike Bayer2013-10-251-5/+7
* - catch the metadata on ScalarTest.test_scalar_proxy, this has been leaving i...Mike Bayer2013-10-251-1/+5
* - Fix and test parsing of MySQL foreign key options within reflection;Mike Bayer2013-10-251-1/+1
* Merge branch 'master' of github.com:ijl/sqlalchemy into merge_2183Mike Bayer2013-10-254-8/+34
|\
| * #2183: Metadata.reflect() foreign keys include options when the dialect expos...ijl2013-10-133-3/+10
| * PostgreSQL foreign key inspection includes optionsijl2013-10-111-5/+24
* | - :func:`.attributes.get_history()` when used with a scalar column-mappedMike Bayer2013-10-252-6/+43
* | - add migration notes for [ticket:2838]Mike Bayer2013-10-241-0/+18
* | An overhaul of expression handling for special symbols particularlyMike Bayer2013-10-2311-91/+286
* | - The regexp used by the :func:`.url.make_url` function now parsesMike Bayer2013-10-231-2/+11
* | - use a different approach here since oracle isn't doing it either, just roun...Mike Bayer2013-10-211-3/+6
* | - oursql returns a pure FP here which isn't exactMike Bayer2013-10-211-1/+2
* | - A :func:`.bindparam` construct with a "null" type (e.g. no typeMike Bayer2013-10-212-13/+16
* | - Fixed bug where :func:`.type_coerce` would not interpret ORMMike Bayer2013-10-211-2/+2
* | - The typing system now handles the task of rendering "literal bind" values,Mike Bayer2013-10-209-63/+279
* | - add a type_coerce() step within Enum, Boolean to the CHECK constraint,Mike Bayer2013-10-202-3/+6
* | - The :meth:`.Table.tometadata` method now produces copies ofMike Bayer2013-10-181-13/+15
* | - attempt to clarify what mutable extension does for HSTORE, [ticket:2803]Mike Bayer2013-10-181-2/+9
* | - Removed a 128-character truncation from the reflection of theMike Bayer2013-10-181-2/+1
* | - The change in :ticket:`2721`, which is that the ``deferrable`` keywordMike Bayer2013-10-181-1/+40
* | - Added support for rendering ``SMALLSERIAL`` when a :class:`.SmallInteger`Mike Bayer2013-10-151-1/+11
* | The MySQL :class:`.mysql.SET` type now features the same auto-quotingMike Bayer2013-10-143-88/+115
* | The ``.unique`` flag on :class:`.Index` could be produced as ``None``Mike Bayer2013-10-141-1/+6
* | workaround for #2838 here. still need to figure out why an ENUM test is sudd...Mike Bayer2013-10-141-0/+7
* | Merge pull request #35 from alex/less-dictsmike bayer2013-10-141-5/+4
|\ \
| * | Perform fewer dict lookups - tiny microoptimizationpr/35Alex Gaynor2013-10-141-5/+4
* | | these are in alphabetical orderMike Bayer2013-10-131-21/+21
|/ /
* | - Added new option to :func:`.relationship` ``distinct_target_key``.Mike Bayer2013-10-132-5/+44
* | MySQL-connector dialect now allows options in the create_engineMike Bayer2013-10-131-2/+3
* | Parenthesis will be applied to a compound SQL expression asMike Bayer2013-10-121-1/+4
* | - Fixed bug in default compiler plus those of postgresql, mysql, andMike Bayer2013-10-125-34/+15
* | use accepts scalar loader here so we deal with _ProxyImpl correctlyMike Bayer2013-10-111-6/+4
* | - fix bug due to regression from #2793, make sure we only go to loadMike Bayer2013-10-112-2/+11
* | The ``default`` argument of :class:`.Column` now accepts a classMike Bayer2013-10-111-1/+1
* | The "name" attribute is set on :class:`.Index` before the "attach"Mike Bayer2013-10-111-3/+4
|/
* - The method signature of :meth:`.Dialect.reflecttable`, which inMike Bayer2013-10-112-11/+12
* A :func:`.select` that is made to refer to itself in its FROM clause,Mike Bayer2013-10-081-0/+3
* Fixed bug where using an annotation such as :func:`.remote` orMike Bayer2013-10-081-1/+6
* The erroneous kw arg "schema" has been removed from the :class:`.ForeignKey`Mike Bayer2013-10-081-1/+0
* - fix a bunch of test failuresMike Bayer2013-10-081-1/+1
* - add an option to Bundle single_entity=True to allow for singleMike Bayer2013-10-072-3/+25
* - fix a glitch with how the default thing worked outMike Bayer2013-10-071-4/+5