summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Add native_enum flag to Enum's repr() resultDimitris Theodorou2015-01-121-0/+1
* | | | | - doc fixesMike Bayer2015-01-062-12/+14
* | | | | - Fixed bug where if an exception were thrown at the start of aMike Bayer2015-01-051-31/+35
* | | | | - add MemoizedSlots, a generalized solution to using __getattr__Mike Bayer2015-01-0515-52/+175
* | | | | - more callcountsMike Bayer2015-01-051-2/+4
* | | | | - callcountsMike Bayer2015-01-041-2/+0
* | | | | - scale back _Dispatch and _JoinedDispatcher to use a __getitem__ schemeMike Bayer2015-01-041-12/+29
* | | | | - clean up default comparator which doesn't need to be a class,Mike Bayer2015-01-044-267/+272
* | | | | - strategies + declarativeMike Bayer2015-01-044-0/+36
* | | | | - wip - start factoring events so that we aren't using descriptors for dispatch,Mike Bayer2015-01-047-127/+160
* | | | | - start trying to move things into __slots__. This seems to reduce theslotsMike Bayer2015-01-0411-96/+132
* | | | | - use a different bitwise approach here that doesn't require iteratingMike Bayer2015-01-033-6/+16
* | | | | - The :class:`.mysql.SET` type has been overhauled to no longerMike Bayer2015-01-032-51/+116
* | | | | - tighten the inspection in _ColumnEntity to reduce unnecessaryMike Bayer2015-01-031-14/+14
* | | | | - test failures:Mike Bayer2015-01-022-2/+1
* | | | | - repair drop_all_tablesMike Bayer2015-01-021-1/+1
* | | | | - restate sort_tables in terms of a more fine grainedMike Bayer2015-01-0110-75/+441
* | | | | - Added a new accessor :attr:`.Table.foreign_key_constraints`Mike Bayer2015-01-011-0/+27
* | | | | - remove the "edges" from the message here. It's illegibleMike Bayer2015-01-011-1/+1
* | | | | - fix links for loading, add a redirect pageMike Bayer2014-12-272-3/+3
* | | | | correctionsMike Bayer2014-12-277-5/+7
* | | | | - correctionsMike Bayer2014-12-277-13/+22
* | | | | - typo fixes #3269Mike Bayer2014-12-271-1/+1
* | | | | - ouch, this needs to be in dbapi, not module level!Mike Bayer2014-12-191-7/+8
* | | | | - make the google deprecation messages more specific, use full URLMike Bayer2014-12-192-4/+15
* | | | | Merge branch 'update-gaerdbms-docs' of https://bitbucket.org/rob_b/sqlalchemy...Mike Bayer2014-12-191-0/+12
|\ \ \ \ \
| * | | | | Update gaerdbms to highlight improved connection methodRob Berry2014-12-181-0/+12
* | | | | | Maul the evaulate & friends typoPriit Laes2014-12-197-8/+8
* | | | | | - Fixed bug where using a :class:`.TypeDecorator` that implementedMike Bayer2014-12-191-3/+7
|/ / / / /
* | | | | - squash-merge the improve_toc branch, which moves all the Sphinx stylingMike Bayer2014-12-172-1374/+3
* | | | | - Added a version check to the MySQLdb dialect surrounding theMike Bayer2014-12-161-6/+7
* | | | | - rework sqlite FK and unique constraint system to combine both PRAGMAMike Bayer2014-12-131-112/+187
* | | | | - fix unique constraint parsing for sqlite -- may return '' for name, howeverJon Nelson2014-12-131-1/+1
* | | | | - Added new method :meth:`.Session.invalidate`, functions similarlyMike Bayer2014-12-121-2/+40
* | | | | - fix up query update /delete documentation, make warningsMike Bayer2014-12-101-69/+110
* | | | | - keep working on fixing #3266, more cases, more testsMike Bayer2014-12-101-4/+5
* | | | | - identify another spot where _handle_dbapi_error() needs to do somethingMike Bayer2014-12-081-3/+4
* | | | | - simplify the "noconnection" error handling, settingMike Bayer2014-12-082-18/+20
* | | | | - force the _has_events flag to True on engines, so thatMike Bayer2014-12-081-0/+3
* | | | | - A new series of :class:`.Session` methods which provide hooksMike Bayer2014-12-081-22/+37
* | | | | - add an option for bulk_save -> update to not do historyMike Bayer2014-12-072-13/+28
* | | | | - fix inheritance persistenceMike Bayer2014-12-073-6/+184
* | | | | - initial tests for bulkMike Bayer2014-12-071-1/+2
* | | | | - 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-0737-209/+887
|\ \ \ \ \
| * | | | | - SQL Server 2012 now recommends VARCHAR(max), NVARCHAR(max),Mike Bayer2014-12-062-10/+97
| * | | | | - enhance only_on() to work with compound specsMike Bayer2014-12-062-1/+6
| * | | | | - adjust _revalidate_connection() again such that we pass a _wrap=FalseMike Bayer2014-12-052-21/+30
| * | | | | - move inner calls to _revalidate_connection() outside of existingMike Bayer2014-12-051-8/+9
| * | | | | - The SQLite dialect, when using the :class:`.sqlite.DATE`,Mike Bayer2014-12-051-1/+59