summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine
Commit message (Expand)AuthorAgeFilesLines
...
* added "recreate()" argument to connection pool classesMike Bayer2007-04-172-3/+4
* - removed meaningless entity_name argument from session.delete()Mike Bayer2007-04-161-1/+4
* - got unicode schemas to work with postgresMike Bayer2007-04-151-5/+19
* - 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-033-5/+11
* - merged the patch from #516 + fixesMike Bayer2007-04-022-10/+25
* - merged the "execcontext" branch, refactors engine/dialect codepathsMike Bayer2007-04-024-307/+405
* latest #214 fixupsMike Bayer2007-03-312-2/+2
* - query strings in unicode URLs get keys encoded to asciiMike Bayer2007-03-301-0/+2
* thank you, SVN, for being completely idiotic and non-intutive. rolling back i...Mike Bayer2007-03-303-107/+81
* current progress with exec branchMike Bayer2007-03-293-81/+107
* added "supports_unicode_statements()" step to dialect/execute_raw so that DB'...Mike Bayer2007-03-282-0/+11
* - column label and bind param "truncation" also generateMike Bayer2007-03-282-7/+7
* - 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-242-31/+28
* - added db modules to genned docstringsMike Bayer2007-03-182-4/+3
* integrated docutils formatting into generated documentation;Mike Bayer2007-03-171-1/+1
* merged mako doc generation branchMike Bayer2007-03-171-34/+24
* - for hackers, refactored the "visitor" system of ClauseElement andMike Bayer2007-03-111-4/+4
* - oracle:Mike Bayer2007-03-101-2/+6
* decorated ImportError thrown when the <database>:// module isnt foundMike Bayer2007-03-061-2/+7
* - 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-256-386/+837
* - small fix to BoundMetaData to accept unicode or string URLsMike Bayer2007-02-171-1/+1
* - 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-062-6/+58
* - added "schema" argument to all has_table() calls, only supported so far by PGMike Bayer2007-02-041-3/+3
* - more quoting fixes for [ticket:450]...quoting more aggressive (but still sk...Mike Bayer2007-02-041-5/+4
* - 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-242-3/+8
* - 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-102-2/+7
* copyright updateMike Bayer2007-01-052-2/+2
* - 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
* - made kwargs parsing to Table strict; removed various obsoluete "redefine=Tr...Mike Bayer2006-11-261-3/+24
* [ticket:374] [ticket:377] [ticket:375], small fix to mutable types unit testMike Bayer2006-11-211-1/+1
* - create_engine() reworked to be strict about incoming **kwargs. all keywordMike Bayer2006-11-123-48/+72
* - fixed direct execution of Compiled objectsMike Bayer2006-10-311-1/+1
* converted imports to absoluteMike Bayer2006-10-264-10/+9
* 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-173-8/+8
* docstrings etcMike Bayer2006-10-161-17/+65
* doc stuff regarding engine strategiesMike Bayer2006-10-151-1/+1
* - 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