summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* - re-document and fully cross link all of configure_mappers(),Mike Bayer2015-08-252-20/+111
* - repair the inspection hook in sqltypes to not be fooledMike Bayer2015-08-252-1/+8
* - Added new checks for the common error case of passing mapped classesMike Bayer2015-08-256-11/+25
* - some cleanups in compiler.pyMike Bayer2015-08-251-50/+32
* - forgot to implement py3k logic for JSON.NULLMike Bayer2015-08-251-23/+21
* - fix the postgresql_jsonb requirement to include the 9.4 requirementMike Bayer2015-08-251-3/+3
* - as the Concatenable mixin was changed to support calling down toMike Bayer2015-08-252-2/+5
* - document workaround type for ARRAY of ENUM, fixes #3467Mike Bayer2015-08-252-0/+45
* - merge of ticket_3514 None-handling branchMike Bayer2015-08-254-3/+89
* - merge of ticket_3499 indexed access branchMike Bayer2015-08-2515-727/+873
* - make these failure cases more specific to catch Oracle.Mike Bayer2015-08-252-5/+20
* - add tests for InstanceEvents.init, InstanceEvents.init_failureMike Bayer2015-08-252-5/+68
* - The behavior of the :func:`.union` construct and related constructsMike Bayer2015-08-253-3/+150
* - Fixed 1.0 regression where the "noload" loader strategy would failMike Bayer2015-08-253-7/+9
* - Fixed two issues regarding Sybase reflection, allowing tablesMike Bayer2015-08-251-6/+9
* fix typo int->intohalfcrazy2015-08-251-1/+1
* Remove useless codeLeonardo Rochael Almeida2015-08-251-3/+0
* - add a note clarifying query.with_labels(), fixes #3506Mike Bayer2015-08-251-0/+10
* - Fixed issue where the SQL Server dialect would reflect a string-Mike Bayer2015-08-251-1/+1
* - Fixed support for cx_Oracle version 5.2, which was trippingMike Bayer2015-08-251-2/+5
* - fix typo in suffix_with() docs, fixes #3502Mike Bayer2015-08-251-1/+1
* - remove "distutils-only" mode, use setuptools onlyMike Bayer2015-08-251-11/+0
* - Organize the tree for 1.1Mike Bayer2015-08-251-1/+1
* - An adjustment to the new Postgresql feature of reflecting storageMike Bayer2015-08-252-2/+4
* - Fixed critical issue whereby the pool "checkout" event handlerMike Bayer2015-08-251-0/+5
* - Fixed bug in SQLite dialect where reflection of UNIQUE constraintsMike Bayer2015-08-252-1/+9
* - Fixed an issue where a particular base class within utilsMike Bayer2015-08-255-10/+13
* - changelog for #3459, fixes #3459Mike Bayer2015-08-251-1/+4
* - Fixed regression where new methods on :class:`.ResultProxy` usedMike Bayer2015-08-251-2/+12
* - Fixed regression where :meth:`.ResultProxy.keys` would returnMike Bayer2015-08-254-7/+18
* - Fixed bug where coersion of literal ``True`` or ``False`` constantMike Bayer2015-08-251-2/+5
* - Fixed potential issue where a custom subclassMike Bayer2015-08-251-1/+8
* Remove RootTransaction<->RootTransaction reference cycleJakub Stasiak2015-08-251-1/+5
* - db_opts doesn't need to be a global since we no longer have any globalMike Bayer2015-08-252-6/+4
* - version specs for new Sequence argumentsMike Bayer2015-08-251-0/+15
* Added support for reflected modulo operator.Dan Gittik2015-08-251-0/+8
* - add a note, references #3487Mike Bayer2015-08-251-0/+10
* - Fixed bug in :class:`.AbstractConcreteBase` extension whereMike Bayer2015-08-252-2/+12
* - try to note under insert.values(), if you needMike Bayer2015-08-251-3/+7
* - add a warning suggesting to use the dictionary form of accessMike Bayer2015-08-251-0/+33
* - Fixed 1.0 regression where value objects that overrideMike Bayer2015-08-251-2/+4
* - Fixed 1.0 regression where a "deferred" attribute would not populateMike Bayer2015-08-251-1/+10
* add CYCLE support to Sequence() and docstrings for NO MINVALUE and NO MAXVALUEjakeogh2015-08-253-5/+33
* add NO MINVALUE and NO MAXVALUE support to Sequence()jakeogh2015-08-253-3/+8
* add MAXVALUE support to Sequence()jakeogh2015-08-253-4/+13
* add MINVALUE support to Sequence()jakeogh2015-08-253-4/+12
* - Fixed 1.0 regression where the "parent entity" of a synonym-Mike Bayer2015-08-254-3/+5
* Fix code examples in automap's documentationYuri Baida2015-08-251-5/+4
* - Fixed a major regression in the 1.0 series where the version_id_counterMike Bayer2015-08-251-1/+18
* Missing comma in method argsBenjamin Petersen2015-08-251-1/+1