summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Fix mysql+gaerdbms dialect for changed exception formatDan Ring2013-04-191-2/+2
* | | | | | | - this pymssql test needs to be against the pymssql dialectMike Bayer2013-04-181-0/+4
* | | | | | | python2.5 fixMike Bayer2013-04-182-4/+4
* | | | | | | - remove reference to _exc_info before reraise to reduce cyclesMike Bayer2013-04-181-0/+3
* | | | | | | Reworked internal exception raises that emitMike Bayer2013-04-187-57/+89
* | | | | | | - additional test + correction for [ticket:2699]Mike Bayer2013-04-181-4/+5
| |_|_|_|/ / |/| | | | |
* | | | | | Fixed bug whereby ORM would run the wrong kind ofMike Bayer2013-04-111-0/+2
* | | | | | Fixed `__repr__()` on mapper property constructsMike Bayer2013-04-111-1/+1
* | | | | | The _Binary base type now converts values throughMike Bayer2013-04-111-2/+9
* | | | | | Improvements to Connection auto-invalidationMike Bayer2013-04-111-24/+32
* | | | | | A major fix to the way in which a select() object producesMike Bayer2013-04-114-24/+59
* | | | | | Fixed indirect regression regarding :func:`.has_inherited_table`,Mike Bayer2013-04-091-1/+1
* | | | | | Fixed bug when a query of the form:Mike Bayer2013-04-091-2/+5
| |_|_|/ / |/| | | |
* | | | | - Fixed bug in unit of work whereby a joined-inheritanceMike Bayer2013-04-015-8/+58
| |_|_|/ |/| | |
* | | | Merged in sontek/sqlalchemy/add_better_disconnect_checks (pull request #47)Mike Bayer2013-03-291-0/+2
|\ \ \ \
| * | | | cleaned up errors, only check for connection timeout for nowJohn Anderson2013-03-181-3/+2
| * | | | Added disconnect checks for timeout, unable to read, and unable to writeJohn Anderson2013-03-181-0/+3
| |/ / /
* | | | - add a nose runner that erases out argv, otherwiseMike Bayer2013-03-253-2/+10
* | | | - limit some of these on views, indexes, pk constraints being availableMike Bayer2013-03-241-2/+8
* | | | merge defaultMike Bayer2013-03-241-0/+8
|\ \ \ \
| * \ \ \ Merged in msabramo/sqlalchemy (pull request #48)Mike Bayer2013-03-241-0/+8
| |\ \ \ \
| | * | | | Make MonkeyPatchedBinaryTest not fail on Python 2.5 (which doesn't haveMarc Abramowitz2013-03-201-0/+8
* | | | | | - add an event to testing so that other dialects can intercept "test_needs_au...Mike Bayer2013-03-243-11/+24
|/ / / / /
* | | | | Loosened the check on dialect-specific argument namesMike Bayer2013-03-242-9/+7
* | | | | Fixed bug whereby a DBAPI that can return "0"Mike Bayer2013-03-231-1/+1
|/ / / /
* | | | dialects/mssql/pymssql.py: Modify module.Binary to work properly withMarc Abramowitz2013-03-181-1/+1
|/ / /
* | | 0.8.1 bump + test, changelog for hstore fix [ticket:2680]Mike Bayer2013-03-181-1/+1
* | | Corrected silly circular import introduced by original "fix".Ben Trofatter2013-03-182-3/+4
* | | Added HSTORE to ischema_names in dialects/postgresql/base.pyBen Trofatter2013-03-181-0/+2
* | | merge plus fix the test spelling tooMike Bayer2013-03-181-1/+1
|\ \ \
| * | | Fix typo.Richard Mitchell2013-03-181-1/+1
* | | | no need to use getattr() hereMike Bayer2013-03-172-3/+5
|/ / /
* | | doc updatesMike Bayer2013-03-111-29/+29
* | | - repair doctest for SQL expression tutorialMike Bayer2013-03-111-1/+35
* | | lintingMike Bayer2013-03-092-16/+13
* | | - auto-append for CheckConstraint should skip table if the expression is againstMike Bayer2013-03-091-2/+2
* | | Added support for Postgresql's traditional SUBSTRINGMike Bayer2013-03-091-2/+10
* | | - remove all compat items that are pre-2.5 (hooray)Mike Bayer2013-03-0916-206/+65
* | | A meaningful :attr:`.QueryableAttribute.info` attribute isMike Bayer2013-03-094-0/+64
* | | - since correlation is now always at least semi-automatic, remove theMike Bayer2013-03-091-28/+30
* | | Changed behavior of Select.correlate() to ignore correlations to froms that d...Luke Cyca2013-03-072-32/+36
* | | Merged in nakagami/sqlalchemy/cymysql (pull request #42)Mike Bayer2013-03-073-2/+74
|\ \ \ | |/ / | | / | |/ |/|
| * merge from defaultHajime Nakagami2013-03-026-24/+134
| |\
| * | is_disconnect() in cymysql dialectHajime Nakagami2013-03-021-0/+11
| * | modify _extract_error_code() at cymysql dialectHajime Nakagami2013-03-021-5/+1
| * | fix easy missHajime Nakagami2013-03-011-0/+1
| * | fix easy missHajime Nakagami2013-03-011-4/+4
| * | cython's result_processor()Hajime Nakagami2013-03-011-0/+29
| * | mymysql dialectHajime Nakagami2013-03-011-1/+1
| * | return erro_code cymysql dialectsHajime Nakagami2013-02-261-4/+5