deb-mistral/mistral/db/sqlalchemy
Luong Anh Tuan 1827e5434e Using sys.exit(main()) instead of main()
TrivialFix: Similar [1] in Kolla project
As we known, Exceptions are raised by the sys.exit() function. When they
are not handled, no stack traceback is printed in the Python interpreter.
Therefore, when using sys.exit(main()) instead of main()
may be more readable and reasonable.

[1] https://review.openstack.org/#/c/349353/

Change-Id: Ic71d4bfb1085c68ea9eb7e1382e7263a81634ad1
2016-09-26 10:52:42 +07:00
..
migration Using sys.exit(main()) instead of main() 2016-09-26 10:52:42 +07:00
__init__.py Added initial database setup 2013-11-29 16:13:54 +04:00
base.py Towards non-locking model: add insert_or_ignore() on DB API 2016-08-04 15:40:50 +07:00
model_base.py Add __ne__ built-in function 2016-09-20 11:01:41 +08:00
sqlite_lock.py Implementing 'acquire_lock' method and fixing workflow completion 2015-03-22 19:53:32 +06:00
types.py DB migration to three execution tables and increase some columns 2016-08-03 09:34:21 +00:00