| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Fixed bug where using a :class:`.TypeDecorator` that implemented | Mike Bayer | 2014-12-19 | 1 | -0/+25 |
| * | - rework sqlite FK and unique constraint system to combine both PRAGMA | Mike Bayer | 2014-12-13 | 1 | -123/+291 |
| * | - add test_get_unnamed_unique_constraints to SQLite reflection tests | Jon Nelson | 2014-12-13 | 1 | -0/+18 |
| * | - Added new method :meth:`.Session.invalidate`, functions similarly | Mike Bayer | 2014-12-12 | 2 | -0/+20 |
| * | - update zoomark | Mike Bayer | 2014-12-12 | 1 | -6/+6 |
| * | - rework the handle error on connect tests from test_parsconnect where | Mike Bayer | 2014-12-10 | 2 | -236/+245 |
| * | - identify another spot where _handle_dbapi_error() needs to do something | Mike Bayer | 2014-12-08 | 1 | -0/+28 |
| * | - simplify the "noconnection" error handling, setting | Mike Bayer | 2014-12-08 | 1 | -2/+2 |
| * | - autoinc here for oracle | Mike Bayer | 2014-12-08 | 1 | -1/+3 |
| * | - force the _has_events flag to True on engines, so that | Mike Bayer | 2014-12-08 | 1 | -54/+21 |
| * | - some profile changes likely due to the change in event listeningticket_3100 | Mike Bayer | 2014-12-08 | 2 | -23/+54 |
| * | - add an option for bulk_save -> update to not do history | Mike Bayer | 2014-12-07 | 1 | -1/+30 |
| * | - fix inheritance persistence | Mike Bayer | 2014-12-07 | 1 | -19/+31 |
| * | - initial tests for bulk | Mike Bayer | 2014-12-07 | 1 | -0/+317 |
| * | Merge branch 'master' into ticket_3100 | Mike Bayer | 2014-12-07 | 26 | -450/+1309 |
| |\ |
|
| | * | - SQL Server 2012 now recommends VARCHAR(max), NVARCHAR(max), | Mike Bayer | 2014-12-06 | 4 | -14/+83 |
| | * | - enhance only_on() to work with compound specs | Mike Bayer | 2014-12-06 | 2 | -4/+11 |
| | * | 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 | 2 | -3/+3 |
| | * | - move inner calls to _revalidate_connection() outside of existing | Mike Bayer | 2014-12-05 | 1 | -1/+34 |
| | * | - The SQLite dialect, when using the :class:`.sqlite.DATE`, | Mike Bayer | 2014-12-05 | 1 | -0/+57 |
| | * | - pep8 | Mike Bayer | 2014-12-05 | 1 | -191/+232 |
| | * | - The engine-level error handling and wrapping routines will now | Mike Bayer | 2014-12-05 | 1 | -1/+112 |
| | * | - pep8 cleanup | Mike Bayer | 2014-12-05 | 1 | -58/+77 |
| | * | - New Oracle DDL features for tables, indexes: COMPRESS, BITMAP. | Mike Bayer | 2014-12-04 | 1 | -1/+92 |
| | * | - the refactor of the visit_alias() method in Oracle revealed | Mike Bayer | 2014-12-04 | 1 | -1/+1 |
| | * | - Added support for CTEs under Oracle. This includes some tweaks | Mike Bayer | 2014-12-04 | 2 | -0/+75 |
| | * | - The :meth:`.Operators.match` operator is now handled such that the | Mike Bayer | 2014-12-04 | 3 | -7/+66 |
| | * | - The :meth:`.PGDialect.has_table` method will now query against | Mike Bayer | 2014-12-04 | 1 | -0/+12 |
| | * | Merge remote-tracking branch 'origin/pr/151' into pr151 | Mike Bayer | 2014-12-01 | 6 | -1/+17 |
| | |\ |
|
| | | * | Merge branch 'master' into fdbsql-tests | Scott Dugas | 2014-11-03 | 46 | -2053/+4594 |
| | | |\ |
|
| | | * | | 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 |
| | | * | | Added new requirement for check_constraints | Scott Dugas | 2014-10-23 | 2 | -0/+7 |
| | * | | | - Fixed bug in :meth:`.Table.tometadata` method where the | Mike Bayer | 2014-11-29 | 1 | -0/+40 |
| | * | | | - 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 | 1 | -7/+10 |
| | * | | | Merge branch 'issue_bb_3217' of https://bitbucket.org/jvanasco/sqlalchemy-alt... | Mike Bayer | 2014-11-26 | 1 | -2/+49 |
| | |\ \ \ |
|
| | | * | | | * adding 'isouter=False' to sqlalchemy.orm.query.Query (https://bitbucket.org... | jonathan vanasco | 2014-10-03 | 1 | -2/+49 |
| | * | | | | 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 |
| | * | | | | | - add an order_by here | Mike Bayer | 2014-11-26 | 1 | -1/+2 |
| | * | | | | | - refresh all zoomark profiles | Mike Bayer | 2014-11-25 | 1 | -6/+6 |
| | * | | | | | - The behavioral contract of the :attr:`.ForeignKeyConstraint.columns` | Mike Bayer | 2014-11-25 | 1 | -0/+44 |
| | * | | | | | - The :meth:`.PropComparator.of_type` modifier has been | Mike Bayer | 2014-11-24 | 2 | -0/+46 |
| | |/ / / / |
|
| | * | | | | - callcounts | Mike Bayer | 2014-11-14 | 1 | -60/+10 |
| | * | | | | - Fixed a leak which would occur in the unsupported and highly | Mike Bayer | 2014-11-13 | 1 | -0/+26 |
| | * | | | | - Fixed issue where the columns from a SELECT embedded in an | Mike Bayer | 2014-11-11 | 2 | -0/+62 |