summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/logging.py
Commit message (Expand)AuthorAgeFilesLines
* re-jiggered (yes, thats a technical term) DeprecationWarning into SADeprecati...Mike Bayer2007-07-311-0/+4
* log-ify warnings module. get rid of one-per-customer deprecationwarning limit.Jonathan Ellis2007-07-301-3/+6
* document the 'echo' propertyMike Bayer2007-04-291-3/+10
* - added 'url' attribute to EngineMike Bayer2007-04-291-0/+6
* - merged the "execcontext" branch, refactors engine/dialect codepathsMike Bayer2007-04-021-2/+2
* thank you, SVN, for being completely idiotic and non-intutive. rolling back i...Mike Bayer2007-03-301-2/+2
* current progress with exec branchMike Bayer2007-03-291-2/+2
* migrated (most) docstrings to pep-257 format, docstring generator using strai...Mike Bayer2007-02-251-16/+17
* copyright updateMike Bayer2007-01-051-1/+1
* set global 'sqlalchemy' log level to ERROR so it is insulated from other logg...Mike Bayer2006-10-231-1/+3
* reorganizing classnames a bit, flagging "private" classes in the sql package,Mike Bayer2006-10-171-1/+1
* some logging tweaks....its a little squirrelyMike Bayer2006-10-121-4/+6
* - merged loader_strategies branch into trunk.Mike Bayer2006-10-031-2/+3
* - added profiling to massaveMike Bayer2006-10-011-2/+4
* - logging is now implemented via standard python "logging" module.Mike Bayer2006-09-241-0/+69