summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | | - The multi-values version of :meth:`.Insert.values` has beenMike Bayer2015-01-132-29/+129
* | | | repair formattingMike Bayer2015-01-121-1/+4
* | | | Add native_enum flag to Enum's repr() resultDimitris Theodorou2015-01-121-2/+2
* | | | - add a close hereMike Bayer2015-01-061-0/+1
* | | | - Fixed bug where if an exception were thrown at the start of aMike Bayer2015-01-051-3/+30
* | | | - more callcountsMike Bayer2015-01-051-7/+16
* | | | - this is passing, no idea whyMike Bayer2015-01-041-3/+0
* | | | - callcountsMike Bayer2015-01-041-21/+21
* | | | - fix test for new eventsMike Bayer2015-01-041-1/+1
* | | | - scale back _Dispatch and _JoinedDispatcher to use a __getitem__ schemeMike Bayer2015-01-042-15/+21
* | | | - wip - start factoring events so that we aren't using descriptors for dispatch,Mike Bayer2015-01-041-15/+6
* | | | - start trying to move things into __slots__. This seems to reduce theslotsMike Bayer2015-01-041-7/+9
* | | | - The :class:`.mysql.SET` type has been overhauled to no longerMike Bayer2015-01-031-8/+112
* | | | - clean up SET testsMike Bayer2015-01-031-95/+135
* | | | - restate sort_tables in terms of a more fine grainedMike Bayer2015-01-013-36/+256
* | | | - Added a new accessor :attr:`.Table.foreign_key_constraints`Mike Bayer2015-01-011-0/+40
* | | | - Fixed bug where using a :class:`.TypeDecorator` that implementedMike Bayer2014-12-191-0/+25
* | | | - rework sqlite FK and unique constraint system to combine both PRAGMAMike Bayer2014-12-131-123/+291
* | | | - add test_get_unnamed_unique_constraints to SQLite reflection testsJon Nelson2014-12-131-0/+18
* | | | - Added new method :meth:`.Session.invalidate`, functions similarlyMike Bayer2014-12-122-0/+20
* | | | - update zoomarkMike Bayer2014-12-121-6/+6
* | | | - rework the handle error on connect tests from test_parsconnect whereMike Bayer2014-12-102-236/+245
* | | | - identify another spot where _handle_dbapi_error() needs to do somethingMike Bayer2014-12-081-0/+28
* | | | - simplify the "noconnection" error handling, settingMike Bayer2014-12-081-2/+2
* | | | - autoinc here for oracleMike Bayer2014-12-081-1/+3
* | | | - force the _has_events flag to True on engines, so thatMike Bayer2014-12-081-54/+21
* | | | - some profile changes likely due to the change in event listeningticket_3100Mike Bayer2014-12-082-23/+54
* | | | - add an option for bulk_save -> update to not do historyMike Bayer2014-12-071-1/+30
* | | | - fix inheritance persistenceMike Bayer2014-12-071-19/+31
* | | | - initial tests for bulkMike Bayer2014-12-071-0/+317
* | | | Merge branch 'master' into ticket_3100Mike Bayer2014-12-0726-450/+1309
|\ \ \ \
| * | | | - SQL Server 2012 now recommends VARCHAR(max), NVARCHAR(max),Mike Bayer2014-12-064-14/+83
| * | | | - enhance only_on() to work with compound specsMike Bayer2014-12-062-4/+11
| * | | | pep8Mike Bayer2014-12-061-106/+141
| * | | | - adjust _revalidate_connection() again such that we pass a _wrap=FalseMike Bayer2014-12-052-3/+3
| * | | | - move inner calls to _revalidate_connection() outside of existingMike Bayer2014-12-051-1/+34
| * | | | - The SQLite dialect, when using the :class:`.sqlite.DATE`,Mike Bayer2014-12-051-0/+57
| * | | | - pep8Mike Bayer2014-12-051-191/+232
| * | | | - The engine-level error handling and wrapping routines will nowMike Bayer2014-12-051-1/+112
| * | | | - pep8 cleanupMike Bayer2014-12-051-58/+77
| * | | | - New Oracle DDL features for tables, indexes: COMPRESS, BITMAP.Mike Bayer2014-12-041-1/+92
| * | | | - the refactor of the visit_alias() method in Oracle revealedMike Bayer2014-12-041-1/+1
| * | | | - Added support for CTEs under Oracle. This includes some tweaksMike Bayer2014-12-042-0/+75
| * | | | - The :meth:`.Operators.match` operator is now handled such that theMike Bayer2014-12-043-7/+66
| * | | | - The :meth:`.PGDialect.has_table` method will now query againstMike Bayer2014-12-041-0/+12
| | |/ / | |/| |
| * | | Merge remote-tracking branch 'origin/pr/151' into pr151Mike Bayer2014-12-016-1/+17
| |\ \ \
| | * \ \ Merge branch 'master' into fdbsql-testsScott Dugas2014-11-0346-2053/+4594
| | |\ \ \
| | * | | | 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