- [bug] Fixed inappropriate direct call to

util.err() and therefore sys.exit()
  when Config failed to locate the
  config file within library usage.
  [#35]
This commit is contained in:
Mike Bayer
2012-02-28 11:27:04 -05:00
parent 53b9cccf73
commit 6aeeebeb8a
2 changed files with 7 additions and 1 deletions

View File

@@ -3,6 +3,12 @@
- [feature] Informative error message when op.XYZ
directives are invoked at module import time.
- [bug] Fixed inappropriate direct call to
util.err() and therefore sys.exit()
when Config failed to locate the
config file within library usage.
[#35]
- [bug] implement 'tablename' parameter on
drop_index() as this is needed by some
backends.