| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | - A new series of :class:`.Session` methods which provide hooks | Mike Bayer | 2014-12-08 | 8 | -40/+217 | |
| * | | | | | | start docs... | Mike Bayer | 2014-12-07 | 1 | -0/+55 | |
| * | | | | | | - add an option for bulk_save -> update to not do history | Mike Bayer | 2014-12-07 | 3 | -14/+58 | |
| * | | | | | | - fix inheritance persistence | Mike Bayer | 2014-12-07 | 4 | -25/+215 | |
| * | | | | | | - initial tests for bulk | Mike Bayer | 2014-12-07 | 2 | -1/+319 | |
| * | | | | | | - rework the assert_sql system so that we have a context manager to work with, | Mike Bayer | 2014-12-07 | 3 | -33/+75 | |
| * | | | | | | Merge branch 'master' into ticket_3100 | Mike Bayer | 2014-12-07 | 74 | -736/+2828 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | - SQL Server 2012 now recommends VARCHAR(max), NVARCHAR(max), | Mike Bayer | 2014-12-06 | 8 | -24/+201 | |
| | * | | | | | | - enhance only_on() to work with compound specs | Mike Bayer | 2014-12-06 | 4 | -5/+17 | |
| | * | | | | | | pep8 | Mike Bayer | 2014-12-06 | 1 | -106/+141 | |
| | * | | | | | | - adjust _revalidate_connection() again such that we pass a _wrap=False | Mike Bayer | 2014-12-05 | 4 | -24/+33 | |
| | * | | | | | | - move inner calls to _revalidate_connection() outside of existing | Mike Bayer | 2014-12-05 | 2 | -9/+43 | |
| | * | | | | | | - The SQLite dialect, when using the :class:`.sqlite.DATE`, | Mike Bayer | 2014-12-05 | 3 | -1/+134 | |
| | * | | | | | | - pep8 | Mike Bayer | 2014-12-05 | 1 | -191/+232 | |
| | * | | | | | | - document / work around that dialect_options isn't necessarily there | Mike Bayer | 2014-12-05 | 2 | -1/+6 | |
| | * | | | | | | - The engine-level error handling and wrapping routines will now | Mike Bayer | 2014-12-05 | 8 | -19/+243 | |
| | * | | | | | | - pep8 cleanup | Mike Bayer | 2014-12-05 | 1 | -58/+77 | |
| | * | | | | | | - New Oracle DDL features for tables, indexes: COMPRESS, BITMAP. | Mike Bayer | 2014-12-04 | 5 | -11/+272 | |
| | * | | | | | | - the refactor of the visit_alias() method in Oracle revealed | Mike Bayer | 2014-12-04 | 2 | -1/+8 | |
| | * | | | | | | - Added support for CTEs under Oracle. This includes some tweaks | Mike Bayer | 2014-12-04 | 9 | -61/+247 | |
| | * | | | | | | - Updated the "supports_unicode_statements" flag to True for MySQLdb | Mike Bayer | 2014-12-04 | 3 | -3/+13 | |
| | * | | | | | | - The :meth:`.Operators.match` operator is now handled such that the | Mike Bayer | 2014-12-04 | 14 | -16/+180 | |
| | * | | | | | | - The :meth:`.PGDialect.has_table` method will now query against | Mike Bayer | 2014-12-04 | 5 | -1/+93 | |
| | | |/ / / / | |/| | | | | ||||||
| | * | | | | | Merge remote-tracking branch 'origin/pr/151' into pr151 | Mike Bayer | 2014-12-01 | 7 | -5/+21 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | It now calls raise_from_causepr/151 | Scott Dugas | 2014-11-03 | 1 | -6/+4 | |
| | | * | | | | | Merge branch 'master' into fdbsql-tests | Scott Dugas | 2014-11-03 | 122 | -3710/+9393 | |
| | | |\ \ \ \ \ | ||||||
| | | * | | | | | | Removed accidental print statements | Scott Dugas | 2014-10-30 | 1 | -2/+0 | |
| | | * | | | | | | Added requirement for temporary tables | Scott Dugas | 2014-10-30 | 2 | -0/+6 | |
| | | * | | | | | | Set the length for MyType implementation | Scott Dugas | 2014-10-29 | 1 | -1/+1 | |
| | | * | | | | | | require check constraints for tests | Scott Dugas | 2014-10-23 | 2 | -0/+2 | |
| | | * | | | | | | Added requirement to test for bind limit | Scott Dugas | 2014-10-23 | 1 | -0/+1 | |
| | | * | | | | | | Forgot to update usage of ex to exc_value | Scott Dugas | 2014-10-23 | 1 | -1/+1 | |
| | | * | | | | | | Added new requirement for check_constraints | Scott Dugas | 2014-10-23 | 2 | -0/+7 | |
| | | * | | | | | | Print useful traceback on error | Scott Dugas | 2014-10-23 | 1 | -4/+6 | |
| | | * | | | | | | Support additional args/kwargs on cursor method | Scott Dugas | 2014-10-22 | 1 | -4/+6 | |
| | * | | | | | | | - Fixed bug in :meth:`.Table.tometadata` method where the | Mike Bayer | 2014-11-29 | 4 | -11/+65 | |
| | * | | | | | | | - Updated the :ref:`examples_versioned_history` example such that | Mike Bayer | 2014-11-26 | 4 | -21/+112 | |
| | * | | | | | | | - formatting | Mike Bayer | 2014-11-26 | 2 | -53/+106 | |
| | * | | | | | | | - set default dialect here | Mike Bayer | 2014-11-26 | 1 | -0/+2 | |
| | * | | | | | | | - changelog, improve docstring/test for #3217. fixes #3217 | Mike Bayer | 2014-11-26 | 3 | -8/+26 | |
| | * | | | | | | | Merge branch 'issue_bb_3217' of https://bitbucket.org/jvanasco/sqlalchemy-alt... | Mike Bayer | 2014-11-26 | 2 | -6/+56 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | * adding 'isouter=False' to sqlalchemy.orm.query.Query (https://bitbucket.org... | jonathan vanasco | 2014-10-03 | 2 | -6/+56 | |
| | * | | | | | | | | Merged in jon_nelson/sqlalchemy/minor_spelling_error (pull request #37) | Mike Bayer | 2014-11-26 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | - fix minor spelling error | Jon Nelson | 2014-11-14 | 1 | -1/+1 | |
| | | * | | | | | | | | Merged zzzeek/sqlalchemy into master | Jon Nelson | 2014-11-14 | 8 | -65/+59 | |
| | | |\ \ \ \ \ \ \ \ | | | | |_|_|/ / / / | | | |/| | | | | | | ||||||
| | * | | | | | | | | | Merged in jvanasco/sqlalchemy-alt/issue_docs_event_statement (pull request #33) | Mike Bayer | 2014-11-26 | 1 | -6/+11 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | added docs to clarify that sql statement is already in a dialect | jonathan vanasco | 2014-10-17 | 1 | -6/+11 | |
| | | | |_|/ / / / / / | | |/| | | | | | | | ||||||
| | * | | | | | | | | | - add an order_by here | Mike Bayer | 2014-11-26 | 1 | -1/+2 | |
| | * | | | | | | | | | - use self.parent, not table here as there's an attributeerror | Mike Bayer | 2014-11-25 | 1 | -1/+1 | |
| | * | | | | | | | | | - refresh all zoomark profiles | Mike Bayer | 2014-11-25 | 1 | -6/+6 | |
