summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Link to maintained redshift dialectpr/196Thomas Grainger2015-08-191-1/+1
* - some cleanups in compiler.pyMike Bayer2015-08-181-50/+32
* - forgot to implement py3k logic for JSON.NULLMike Bayer2015-08-181-23/+21
* - fix the postgresql_jsonb requirement to include the 9.4 requirementMike Bayer2015-08-184-8/+8
* - as the Concatenable mixin was changed to support calling down toMike Bayer2015-08-183-3/+60
* - document workaround type for ARRAY of ENUM, fixes #3467Mike Bayer2015-08-182-0/+45
* - merge of ticket_3514 None-handling branchMike Bayer2015-08-178-3/+416
* - merge of ticket_3499 indexed access branchMike Bayer2015-08-1724-764/+1619
* - correct this, need bracketsMike Bayer2015-08-151-1/+1
* - make these failure cases more specific to catch Oracle.Mike Bayer2015-08-154-9/+43
* - add tests for InstanceEvents.init, InstanceEvents.init_failureMike Bayer2015-08-143-5/+105
* Tell Wheel to generate platform and interpreter specific wheelspr/194Donald Stufft2015-08-131-1/+16
* - we can again use setuptools.find_packages since we require setuptoolsMike Bayer2015-08-131-25/+13
* - The behavior of the :func:`.union` construct and related constructsMike Bayer2015-08-128-7/+312
* - Fixed 1.0 regression where the "noload" loader strategy would failMike Bayer2015-08-115-7/+39
* - pep8 test/orm/test_mapperMike Bayer2015-08-111-536/+698
* - Fixed two issues regarding Sybase reflection, allowing tablesMike Bayer2015-08-102-6/+20
* Merge pull request #192 from halfcrazy/patch-1mike bayer2015-08-091-1/+1
|\
| * fix typo int->intopr/192halfcrazy2015-08-091-1/+1
|/
* Merge pull request #191 from leorochael/leorochael-remove_dead_variablemike bayer2015-08-061-3/+0
|\
| * Remove useless codepr/191Leonardo Rochael Almeida2015-08-061-3/+0
|/
* - add a note clarifying query.with_labels(), fixes #3506Mike Bayer2015-08-031-0/+10
* - Fixed issue where the SQL Server dialect would reflect a string-Mike Bayer2015-07-304-5/+83
* - Fixed support for cx_Oracle version 5.2, which was trippingMike Bayer2015-07-292-2/+16
* - fix typo in suffix_with() docs, fixes #3502Mike Bayer2015-07-291-1/+1
* - work to bridge between core/ORM tutorials regarding the text() constructMike Bayer2015-07-262-8/+31
* - remove "completely raw", whatever that isMike Bayer2015-07-261-21/+16
* - typoMike Bayer2015-07-261-1/+1
* - add an example of text.columnsMike Bayer2015-07-261-4/+19
* - remove "distutils-only" mode, use setuptools onlyMike Bayer2015-07-244-109/+109
* - Organize the tree for 1.1Mike Bayer2015-07-249-15/+107
* - An adjustment to the new Postgresql feature of reflecting storageMike Bayer2015-07-244-2/+20
* 1.0.8rel_1_0_8Mike Bayer2015-07-222-2/+3
* - categorize this correctlyMike Bayer2015-07-221-1/+1
* - Fixed critical issue whereby the pool "checkout" event handlerMike Bayer2015-07-223-1/+117
* 0.9.10 release dateMike Bayer2015-07-221-0/+1
* - Fixed bug in SQLite dialect where reflection of UNIQUE constraintsMike Bayer2015-07-213-1/+18
* - Fixed an issue where a particular base class within utilsMike Bayer2015-07-207-11/+57
* 1.0.7rel_1_0_7Mike Bayer2015-07-202-2/+3
* - changelog for #3459, fixes #3459Mike Bayer2015-07-194-8/+15
* Merge branch 'bb_issue_3459' of https://bitbucket.org/xflr6/sqlalchemy into pr56Mike Bayer2015-07-192-0/+14
|\
| * add ClauseElement.cast() shortcut-methodSebastian Bank2015-06-192-0/+14
* | - Fixed regression where new methods on :class:`.ResultProxy` usedMike Bayer2015-07-193-4/+33
* | - pg8000 very annoyingly complaining here, use total literalMike Bayer2015-07-191-1/+2
* | - Fixed regression where :meth:`.ResultProxy.keys` would returnMike Bayer2015-07-196-12/+123
* | - Fixed bug where coersion of literal ``True`` or ``False`` constantMike Bayer2015-07-193-2/+71
* | - Fixed potential issue where a custom subclassMike Bayer2015-07-193-3/+31
* | Remove RootTransaction<->RootTransaction reference cycleJakub Stasiak2015-07-181-1/+5
* | - db_opts doesn't need to be a global since we no longer have any globalMike Bayer2015-07-172-6/+4
* | - fix these two testsMike Bayer2015-07-171-2/+2