summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | - 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
| | * | | - changelog for pr github:188Mike Bayer2015-07-171-0/+8
| | * | | Merge remote-tracking branch 'origin/pr/188' into pr188Mike Bayer2015-07-172-0/+11
| | |\ \ \
| | | * | | Added test for modulo operator.pr/188Dan Gittik2015-07-171-0/+3
| | | * | | Added support for reflected modulo operator.Dan Gittik2015-07-171-0/+8
| | * | | | - version specs for new Sequence argumentsMike Bayer2015-07-172-0/+23
| | * | | | Merge remote-tracking branch 'origin/pr/186' into pr186Mike Bayer2015-07-174-4/+84
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | add CYCLE support to Sequence() and docstrings for NO MINVALUE and NO MAXVALUEpr/186jakeogh2015-06-274-5/+39
| | | * | | add NO MINVALUE and NO MAXVALUE support to Sequence()jakeogh2015-06-274-3/+20
| | | * | | add MAXVALUE support to Sequence()jakeogh2015-06-274-5/+21
| | | * | | add MINVALUE support to Sequence()jakeogh2015-06-274-4/+17
| | * | | | - add a note, references #3487Mike Bayer2015-07-151-0/+10
| | * | | | - Fixed bug in :class:`.AbstractConcreteBase` extension whereMike Bayer2015-07-134-2/+53
| * | | | | Merge branch 'master' of bitbucket.org:zzzeek/sqlalchemyjonathan vanasco2015-07-10157-1732/+7809
| |\ \ \ \ \ | | |/ / / / | | | | | / | | |_|_|/ | |/| | |
| | * | | - try to note under insert.values(), if you needMike Bayer2015-07-082-4/+12
| | * | | - add a warning suggesting to use the dictionary form of accessMike Bayer2015-07-051-0/+33
| | * | | - fix the link here fixes 3473Mike Bayer2015-07-031-1/+1
| | * | | - increase the varchar hereMike Bayer2015-07-011-1/+1
| | * | | - Fixed 1.0 regression where value objects that overrideMike Bayer2015-07-013-2/+123
| | * | | - Fixed 1.0 regression where a "deferred" attribute would not populateMike Bayer2015-06-293-1/+78
| | |/ /
| | * | - Fixed 1.0 regression where the "parent entity" of a synonym-Mike Bayer2015-06-277-4/+86
| | * | Merge pull request #185 from megabyde/mastermike bayer2015-06-261-5/+4
| | |\ \
| | | * | Fix code examples in automap's documentationpr/185Yuri Baida2015-06-261-5/+4
| | |/ /
| | * | 1.0.6rel_1_0_6Mike Bayer2015-06-252-2/+3
| | * | - add autoinc marker for oracleMike Bayer2015-06-251-2/+6
| | * | - Fixed a major regression in the 1.0 series where the version_id_counterMike Bayer2015-06-243-1/+167