| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | | | - The multi-values version of :meth:`.Insert.values` has been | Mike Bayer | 2015-01-13 | 2 | -29/+129 |
| * | | | | repair formatting | Mike Bayer | 2015-01-12 | 1 | -1/+4 |
| * | | | | Add native_enum flag to Enum's repr() result | Dimitris Theodorou | 2015-01-12 | 1 | -2/+2 |
| * | | | | - add a close here | Mike Bayer | 2015-01-06 | 1 | -0/+1 |
| * | | | | - Fixed bug where if an exception were thrown at the start of a | Mike Bayer | 2015-01-05 | 1 | -3/+30 |
| * | | | | - more callcounts | Mike Bayer | 2015-01-05 | 1 | -7/+16 |
| * | | | | - this is passing, no idea why | Mike Bayer | 2015-01-04 | 1 | -3/+0 |
| * | | | | - callcounts | Mike Bayer | 2015-01-04 | 1 | -21/+21 |
| * | | | | - fix test for new events | Mike Bayer | 2015-01-04 | 1 | -1/+1 |
| * | | | | - scale back _Dispatch and _JoinedDispatcher to use a __getitem__ scheme | Mike Bayer | 2015-01-04 | 2 | -15/+21 |
| * | | | | - wip - start factoring events so that we aren't using descriptors for dispatch, | Mike Bayer | 2015-01-04 | 1 | -15/+6 |
| * | | | | - start trying to move things into __slots__. This seems to reduce theslots | Mike Bayer | 2015-01-04 | 1 | -7/+9 |
| * | | | | - The :class:`.mysql.SET` type has been overhauled to no longer | Mike Bayer | 2015-01-03 | 1 | -8/+112 |
| * | | | | - clean up SET tests | Mike Bayer | 2015-01-03 | 1 | -95/+135 |
| * | | | | - restate sort_tables in terms of a more fine grained | Mike Bayer | 2015-01-01 | 3 | -36/+256 |
| * | | | | - Added a new accessor :attr:`.Table.foreign_key_constraints` | Mike Bayer | 2015-01-01 | 1 | -0/+40 |
| * | | | | - 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 |