summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* - document / work around that dialect_options isn't necessarily thereMike Bayer2014-12-052-1/+6
* - The engine-level error handling and wrapping routines will nowMike Bayer2014-12-055-18/+93
* - New Oracle DDL features for tables, indexes: COMPRESS, BITMAP.Mike Bayer2014-12-042-10/+165
* - Added support for CTEs under Oracle. This includes some tweaksMike Bayer2014-12-044-61/+138
* - Updated the "supports_unicode_statements" flag to True for MySQLdbMike Bayer2014-12-042-3/+2
* - The :meth:`.Operators.match` operator is now handled such that theMike Bayer2014-12-048-9/+57
* - The :meth:`.PGDialect.has_table` method will now query againstMike Bayer2014-12-042-1/+6
* Merge remote-tracking branch 'origin/pr/151' into pr151Mike Bayer2014-12-011-4/+4
|\
| * It now calls raise_from_causepr/151Scott Dugas2014-11-031-6/+4
| * Merge branch 'master' into fdbsql-testsScott Dugas2014-11-0358-1403/+3225
| |\
| * | Removed accidental print statementsScott Dugas2014-10-301-2/+0
| * | Forgot to update usage of ex to exc_valueScott Dugas2014-10-231-1/+1
| * | Print useful traceback on errorScott Dugas2014-10-231-4/+6
| * | Support additional args/kwargs on cursor methodScott Dugas2014-10-221-4/+6
* | | - Fixed bug in :meth:`.Table.tometadata` method where theMike Bayer2014-11-292-11/+15
* | | - changelog, improve docstring/test for #3217. fixes #3217Mike Bayer2014-11-261-1/+7
* | | Merge branch 'issue_bb_3217' of https://bitbucket.org/jvanasco/sqlalchemy-alt...Mike Bayer2014-11-261-4/+7
|\ \ \
| * | | * adding 'isouter=False' to sqlalchemy.orm.query.Query (https://bitbucket.org...jonathan vanasco2014-10-031-4/+7
* | | | Merged in jvanasco/sqlalchemy-alt/issue_docs_event_statement (pull request #33) Mike Bayer2014-11-261-6/+11
|\ \ \ \
| * | | | added docs to clarify that sql statement is already in a dialectjonathan vanasco2014-10-171-6/+11
| |/ / /
* | | | - use self.parent, not table here as there's an attributeerrorMike Bayer2014-11-251-1/+1
* | | | - add a new option --force-write-profiles to rewrite profiles even if theyMike Bayer2014-11-252-3/+10
* | | | - The behavioral contract of the :attr:`.ForeignKeyConstraint.columns`Mike Bayer2014-11-253-45/+65
* | | | - The :meth:`.PropComparator.of_type` modifier has beenMike Bayer2014-11-243-7/+29
* | | | - add some logging to path_registry to help debug eager loadingMike Bayer2014-11-242-0/+13
* | | | - correct this to rewrite a multiple profile line correctlyMike Bayer2014-11-141-1/+5
* | | | - Fixed a leak which would occur in the unsupported and highlyMike Bayer2014-11-131-0/+2
* | | | - don't do inline string interpolation when loggingJon Nelson2014-11-112-2/+2
* | | | - Fixed issue where the columns from a SELECT embedded in anMike Bayer2014-11-111-0/+8
* | | | - in lieu of adding a new system of translating bound parameter namesMike Bayer2014-11-102-0/+60
* | | | - The :attr:`.Column.key` attribute is now used as the source ofMike Bayer2014-11-101-2/+2
* | | | Small improvement on FlushError can't update error messagepr/149Paulo Bu2014-11-061-4/+4
* | | | Small improvement on FlushError can't delete error messagepr/148Paulo Bu2014-11-051-2/+2
* | | | - Fixed bug regarding expression mutations which could expressMike Bayer2014-11-051-0/+7
| |_|/ |/| |
* | | - ensure kwargs are passed for limit clause on a compound select as well,Mike Bayer2014-10-311-1/+1
* | | - added new backend for pysqlcipher, as we will probably getMike Bayer2014-10-292-1/+117
* | | changed connnection to connectionpr/146jlgoldb22014-10-261-1/+1
* | | - Fixed bug in single table inheritance where a chain of joinsMike Bayer2014-10-231-4/+2
* | | - Fixed bug where the ON clause for :meth:`.Query.join`,Mike Bayer2014-10-231-2/+5
* | | - changelog for pullreq github:139Mike Bayer2014-10-211-4/+22
* | | Merge remote-tracking branch 'origin/pr/139' into pr139Mike Bayer2014-10-211-4/+7
|\ \ \
| * | | allow Table.tometadata changing the table namendparker2014-09-231-4/+7
* | | | Merge remote-tracking branch 'origin/pr/137' into pr137Mike Bayer2014-10-211-7/+12
|\ \ \ \
| * | | | change functionspr/137jona2014-09-161-7/+12
* | | | | - Reversing a change that was made in 0.9, the "singleton" natureMike Bayer2014-10-192-17/+13
* | | | | - Fixed bug where :meth:`.Session.expunge` would not fully detachMike Bayer2014-10-192-5/+18
* | | | | - for #3230, scale back the check to only look at columns thatMike Bayer2014-10-191-15/+20
* | | | | - A warning is emitted in the case of multiple relationships thatticket_3230Mike Bayer2014-10-191-0/+51
* | | | | - Exception messages have been spiffed up a bit. The SQL statementMike Bayer2014-10-171-9/+12
* | | | | - The :meth:`.Query.update` method will now convert string keyMike Bayer2014-10-162-13/+56