summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/base.py
Commit message (Expand)AuthorAgeFilesLines
* Merged reference fixes from r2986Jason Kirtland2007-07-191-1/+1
* - fixes for connection bound sessions, connection-bound compiled objects via ...Mike Bayer2007-07-161-1/+1
* - fixed "ambiguous column" result detection, when dupe col names existMike Bayer2007-07-151-1/+1
* more query methods, overhauliung docs for forwards 0.4 methodMike Bayer2007-07-151-5/+3
* better error message for NoSuchColumnError, fix ticket #607Ants Aasma2007-06-261-1/+1
* - significant speed improvement to ResultProxy, pre-cachesMike Bayer2007-05-311-5/+8
* - parenthesis are applied to clauses via a new _Grouping construct.Mike Bayer2007-05-141-1/+1
* propigated detach() and invalidate() methods to Connection.Mike Bayer2007-05-101-0/+24
* - applied YAGNI to supports_autoclose_results (this issue would be handled by...Mike Bayer2007-04-301-63/+50
* - added 'url' attribute to EngineMike Bayer2007-04-291-3/+4
* - fixed textual select elements that got broke the other dayMike Bayer2007-04-291-5/+2
* - informix support added ! courtesy James ZhangMike Bayer2007-04-211-1/+1
* some docstringsMike Bayer2007-04-191-2/+26
* added "recreate()" argument to connection pool classesMike Bayer2007-04-171-0/+2
* - slight tweak to raw execute() change to also support tuples,Mike Bayer2007-04-031-2/+2
* for #516, moved the "disconnect check" step out of pool and back into base.py...Mike Bayer2007-04-031-4/+7
* - merged the patch from #516 + fixesMike Bayer2007-04-021-9/+24
* - merged the "execcontext" branch, refactors engine/dialect codepathsMike Bayer2007-04-021-250/+268
* latest #214 fixupsMike Bayer2007-03-311-1/+1
* thank you, SVN, for being completely idiotic and non-intutive. rolling back i...Mike Bayer2007-03-301-59/+54
* current progress with exec branchMike Bayer2007-03-291-54/+59
* added "supports_unicode_statements()" step to dialect/execute_raw so that DB'...Mike Bayer2007-03-281-0/+7
* - column label and bind param "truncation" also generateMike Bayer2007-03-281-1/+1
* - fix for fetchmany() "size" argument being positional in mostMike Bayer2007-03-281-1/+1
* - preliminary support for unicode table and column names added.Mike Bayer2007-03-271-12/+9
* - column labels are now generated in the compilation phase, whichMike Bayer2007-03-241-31/+23
* integrated docutils formatting into generated documentation;Mike Bayer2007-03-171-1/+1
* - for hackers, refactored the "visitor" system of ClauseElement andMike Bayer2007-03-111-4/+4
* - fixed function execution with explicit connections, when you dontMike Bayer2007-02-271-3/+10
* migrated (most) docstrings to pep-257 format, docstring generator using strai...Mike Bayer2007-02-251-225/+523
* - fixed argument passing to straight textual execute() on engine, connection.Mike Bayer2007-02-131-3/+9
* - added PrefetchingResultProxy support to pre-fetch LOB columns when they areMike Bayer2007-02-061-6/+56
* - added "schema" argument to all has_table() calls, only supported so far by PGMike Bayer2007-02-041-3/+3
* - added a "supports_execution()" method to ClauseElement, so that individualMike Bayer2007-02-021-0/+2
* oracle can conditionally decide if it wants to say "use rowid" in a select st...Mike Bayer2007-01-241-2/+7
* - added support for column "key" attribute to be useable in row[<key>]/row.<key>Mike Bayer2007-01-231-5/+17
* - added "fetchmany()" support to ResultProxyMike Bayer2007-01-111-0/+13
* - postgres no longer uses client-side cursors, uses more efficient server sideMike Bayer2007-01-101-2/+5
* - fix to connection pool _close() to properly clean up, fixesMike Bayer2006-12-081-1/+1
* oops, KeyError fix for [ticket:380]Mike Bayer2006-11-291-1/+1
* fixed has_key exception to be KeyError [ticket:380]Mike Bayer2006-11-291-1/+1
* - create_engine() reworked to be strict about incoming **kwargs. all keywordMike Bayer2006-11-121-1/+1
* - fixed direct execution of Compiled objectsMike Bayer2006-10-311-1/+1
* docs about objects not being threadsafeMike Bayer2006-10-221-2/+6
* - attributes module and test suite moves underneath 'orm' packageMike Bayer2006-10-221-4/+7
* reorganizing classnames a bit, flagging "private" classes in the sql package,Mike Bayer2006-10-171-3/+3
* docstrings etcMike Bayer2006-10-161-17/+65
* - ForeignKey(Constraint) supports "use_alter=True", to create/drop a foreign keyMike Bayer2006-10-151-1/+1
* - a fair amount of cleanup to the schema package, removal of ambiguousMike Bayer2006-10-141-1/+1
* oops, double row echo removedMike Bayer2006-10-121-2/+0