summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* added sql compiler test for FULL OUTER JOINpr/167Stefan Urbanek2015-08-251-0/+11
* - re-document and fully cross link all of configure_mappers(),Mike Bayer2015-08-252-20/+111
* - Fixed two issues in the "history_meta" example where history trackingMike Bayer2015-08-253-4/+78
* - repair the inspection hook in sqltypes to not be fooledMike Bayer2015-08-253-2/+17
* - Added new checks for the common error case of passing mapped classesMike Bayer2015-08-2511-15/+139
* - rework the "controlling DDL sequences" documentation toMike Bayer2015-08-251-116/+124
* - 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-254-8/+8
* - as the Concatenable mixin was changed to support calling down toMike Bayer2015-08-253-3/+60
* - document workaround type for ARRAY of ENUM, fixes #3467Mike Bayer2015-08-252-0/+45
* - merge of ticket_3514 None-handling branchMike Bayer2015-08-258-3/+416
* - merge of ticket_3499 indexed access branchMike Bayer2015-08-2524-764/+1619
* - correct this, need bracketsMike Bayer2015-08-251-1/+1
* - make these failure cases more specific to catch Oracle.Mike Bayer2015-08-254-9/+43
* - add tests for InstanceEvents.init, InstanceEvents.init_failureMike Bayer2015-08-253-5/+105
* Tell Wheel to generate platform and interpreter specific wheelsDonald Stufft2015-08-251-1/+16
* - we can again use setuptools.find_packages since we require setuptoolsMike Bayer2015-08-251-25/+13
* - The behavior of the :func:`.union` construct and related constructsMike Bayer2015-08-258-7/+312
* - Fixed 1.0 regression where the "noload" loader strategy would failMike Bayer2015-08-255-7/+39
* - pep8 test/orm/test_mapperMike Bayer2015-08-251-536/+698
* - Fixed two issues regarding Sybase reflection, allowing tablesMike Bayer2015-08-252-6/+20
* 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-254-5/+83
* - Fixed support for cx_Oracle version 5.2, which was trippingMike Bayer2015-08-252-2/+16
* - fix typo in suffix_with() docs, fixes #3502Mike Bayer2015-08-251-1/+1
* - work to bridge between core/ORM tutorials regarding the text() constructMike Bayer2015-08-252-8/+31
* - remove "completely raw", whatever that isMike Bayer2015-08-251-21/+16
* - typoMike Bayer2015-08-251-1/+1
* - add an example of text.columnsMike Bayer2015-08-251-4/+19
* - remove "distutils-only" mode, use setuptools onlyMike Bayer2015-08-254-109/+109
* - Organize the tree for 1.1Mike Bayer2015-08-259-15/+107
* - An adjustment to the new Postgresql feature of reflecting storageMike Bayer2015-08-254-2/+20
* 1.0.8Mike Bayer2015-08-252-2/+3
* - categorize this correctlyMike Bayer2015-08-251-1/+1
* - Fixed critical issue whereby the pool "checkout" event handlerMike Bayer2015-08-253-1/+117
* 0.9.10 release dateMike Bayer2015-08-251-0/+1
* - Fixed bug in SQLite dialect where reflection of UNIQUE constraintsMike Bayer2015-08-253-1/+18
* - Fixed an issue where a particular base class within utilsMike Bayer2015-08-257-11/+57
* 1.0.7Mike Bayer2015-08-252-2/+3
* - changelog for #3459, fixes #3459Mike Bayer2015-08-254-8/+15
* - Fixed regression where new methods on :class:`.ResultProxy` usedMike Bayer2015-08-253-4/+33
* - pg8000 very annoyingly complaining here, use total literalMike Bayer2015-08-251-1/+2
* - Fixed regression where :meth:`.ResultProxy.keys` would returnMike Bayer2015-08-256-12/+123
* - Fixed bug where coersion of literal ``True`` or ``False`` constantMike Bayer2015-08-253-2/+71
* - Fixed potential issue where a custom subclassMike Bayer2015-08-253-3/+31
* 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