summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - edits, new breakoutsimprove_tocMike Bayer2014-12-1721-2117/+2154
* - most of the reorg into many files with section containersMike Bayer2014-12-1639-6950/+7037
* updatesMike Bayer2014-12-162-6/+8
* - break out FAQ into subpagesMike Bayer2014-12-1611-1530/+1539
* - export the whole theme out to zzzeeksphinx. let's see if we can get RTD to...Mike Bayer2014-12-1619-1998/+3
* - add scss supportMike Bayer2014-12-168-115/+204
* getting warmerMike Bayer2014-12-151-13/+10
* some progress, almost thereMike Bayer2014-12-153-32/+109
* eh....sphinxMike Bayer2014-12-144-33/+67
* - try to get a contextual TOC on the left sideMike Bayer2014-12-146-6/+49
* - rework the migration doc sectionsMike Bayer2014-12-142-579/+585
* - automap isn't new anymoreMike Bayer2014-12-141-1/+1
* - rework sqlite FK and unique constraint system to combine both PRAGMAMike Bayer2014-12-135-244/+506
* - add tentative 'changelog' documentation on #3244Jon Nelson2014-12-131-0/+9
* - add test_get_unnamed_unique_constraints to SQLite reflection testsJon Nelson2014-12-131-0/+18
* - 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-124-2/+72
* - update zoomarkMike Bayer2014-12-121-6/+6
* - 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
* - rework the handle error on connect tests from test_parsconnect whereMike Bayer2014-12-102-236/+245
* Merge remote-tracking branch 'origin/pr/153'Mike Bayer2014-12-081-1/+1
|\
| * Removing unneeded space.pr/153Yuval Langer2014-12-091-1/+1
* | - identify another spot where _handle_dbapi_error() needs to do somethingMike Bayer2014-12-082-3/+32
|/
* - simplify the "noconnection" error handling, settingMike Bayer2014-12-083-20/+22
* - autoinc here for oracleMike Bayer2014-12-081-1/+3
* - force the _has_events flag to True on engines, so thatMike Bayer2014-12-082-54/+24
* - some profile changes likely due to the change in event listeningticket_3100Mike Bayer2014-12-082-23/+54
* - A new series of :class:`.Session` methods which provide hooksMike Bayer2014-12-088-40/+217
* start docs...Mike Bayer2014-12-071-0/+55
* - add an option for bulk_save -> update to not do historyMike Bayer2014-12-073-14/+58
* - fix inheritance persistenceMike Bayer2014-12-074-25/+215
* - initial tests for bulkMike Bayer2014-12-072-1/+319
* - 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-0774-736/+2828
|\
| * - SQL Server 2012 now recommends VARCHAR(max), NVARCHAR(max),Mike Bayer2014-12-068-24/+201
| * - enhance only_on() to work with compound specsMike Bayer2014-12-064-5/+17
| * pep8Mike Bayer2014-12-061-106/+141
| * - adjust _revalidate_connection() again such that we pass a _wrap=FalseMike Bayer2014-12-054-24/+33
| * - move inner calls to _revalidate_connection() outside of existingMike Bayer2014-12-052-9/+43
| * - The SQLite dialect, when using the :class:`.sqlite.DATE`,Mike Bayer2014-12-053-1/+134
| * - pep8Mike Bayer2014-12-051-191/+232
| * - document / work around that dialect_options isn't necessarily thereMike Bayer2014-12-052-1/+6
| * - The engine-level error handling and wrapping routines will nowMike Bayer2014-12-058-19/+243
| * - pep8 cleanupMike Bayer2014-12-051-58/+77
| * - New Oracle DDL features for tables, indexes: COMPRESS, BITMAP.Mike Bayer2014-12-045-11/+272
| * - the refactor of the visit_alias() method in Oracle revealedMike Bayer2014-12-042-1/+8
| * - Added support for CTEs under Oracle. This includes some tweaksMike Bayer2014-12-049-61/+247
| * - Updated the "supports_unicode_statements" flag to True for MySQLdbMike Bayer2014-12-043-3/+13
| * - The :meth:`.Operators.match` operator is now handled such that theMike Bayer2014-12-0414-16/+180