summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - some profile changes likely due to the change in event listeningticket_3100Mike Bayer2014-12-082-23/+54
* - A new series of :class:`.Session` methods which provide hooksMike Bayer2014-12-088-40/+217
* start docs...Mike Bayer2014-12-071-0/+55
* - add an option for bulk_save -> update to not do historyMike Bayer2014-12-073-14/+58
* - fix inheritance persistenceMike Bayer2014-12-074-25/+215
* - initial tests for bulkMike Bayer2014-12-072-1/+319
* - rework the assert_sql system so that we have a context manager to work with,Mike Bayer2014-12-073-33/+75
* Merge branch 'master' into ticket_3100Mike Bayer2014-12-0774-736/+2828
|\
| * - SQL Server 2012 now recommends VARCHAR(max), NVARCHAR(max),Mike Bayer2014-12-068-24/+201
| * - enhance only_on() to work with compound specsMike Bayer2014-12-064-5/+17
| * pep8Mike Bayer2014-12-061-106/+141
| * - adjust _revalidate_connection() again such that we pass a _wrap=FalseMike Bayer2014-12-054-24/+33
| * - move inner calls to _revalidate_connection() outside of existingMike Bayer2014-12-052-9/+43
| * - The SQLite dialect, when using the :class:`.sqlite.DATE`,Mike Bayer2014-12-053-1/+134
| * - pep8Mike Bayer2014-12-051-191/+232
| * - 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-058-19/+243
| * - pep8 cleanupMike Bayer2014-12-051-58/+77
| * - New Oracle DDL features for tables, indexes: COMPRESS, BITMAP.Mike Bayer2014-12-045-11/+272
| * - the refactor of the visit_alias() method in Oracle revealedMike Bayer2014-12-042-1/+8
| * - Added support for CTEs under Oracle. This includes some tweaksMike Bayer2014-12-049-61/+247
| * - Updated the "supports_unicode_statements" flag to True for MySQLdbMike Bayer2014-12-043-3/+13
| * - The :meth:`.Operators.match` operator is now handled such that theMike Bayer2014-12-0414-16/+180
| * - The :meth:`.PGDialect.has_table` method will now query againstMike Bayer2014-12-045-1/+93
| * Merge remote-tracking branch 'origin/pr/151' into pr151Mike Bayer2014-12-017-5/+21
| |\
| | * It now calls raise_from_causepr/151Scott Dugas2014-11-031-6/+4
| | * Merge branch 'master' into fdbsql-testsScott Dugas2014-11-03122-3710/+9393
| | |\
| | * | Removed accidental print statementsScott Dugas2014-10-301-2/+0
| | * | Added requirement for temporary tablesScott Dugas2014-10-302-0/+6
| | * | Set the length for MyType implementationScott Dugas2014-10-291-1/+1
| | * | require check constraints for testsScott Dugas2014-10-232-0/+2
| | * | Added requirement to test for bind limitScott Dugas2014-10-231-0/+1
| | * | Forgot to update usage of ex to exc_valueScott Dugas2014-10-231-1/+1
| | * | Added new requirement for check_constraintsScott Dugas2014-10-232-0/+7
| | * | 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-294-11/+65
| * | | - Updated the :ref:`examples_versioned_history` example such thatMike Bayer2014-11-264-21/+112
| * | | - formattingMike Bayer2014-11-262-53/+106
| * | | - set default dialect hereMike Bayer2014-11-261-0/+2
| * | | - changelog, improve docstring/test for #3217. fixes #3217Mike Bayer2014-11-263-8/+26
| * | | Merge branch 'issue_bb_3217' of https://bitbucket.org/jvanasco/sqlalchemy-alt...Mike Bayer2014-11-262-6/+56
| |\ \ \
| | * | | * adding 'isouter=False' to sqlalchemy.orm.query.Query (https://bitbucket.org...jonathan vanasco2014-10-032-6/+56
| * | | | Merged in jon_nelson/sqlalchemy/minor_spelling_error (pull request #37) Mike Bayer2014-11-261-1/+1
| |\ \ \ \
| | * | | | - fix minor spelling errorJon Nelson2014-11-141-1/+1
| | * | | | Merged zzzeek/sqlalchemy into masterJon Nelson2014-11-148-65/+59
| | |\ \ \ \
| * | \ \ \ \ 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
| | | |_|/ / / | | |/| | | |
| * | | | | | - add an order_by hereMike Bayer2014-11-261-1/+2
| * | | | | | - use self.parent, not table here as there's an attributeerrorMike Bayer2014-11-251-1/+1