Created
May 5, 2015 03:48
-
-
Save jean/4fb93642a43d65266db1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>>> from common.support import db | |
>>> db.create_all() | |
2015-05-05 03:47:27,826 1801 userid:- sqlalchemy.engine.base.Engine INFO select version() | |
2015-05-05 03:47:27,827 1801 userid:- sqlalchemy.engine.base.Engine INFO {} | |
2015-05-05 03:47:27,829 1801 userid:- sqlalchemy.engine.base.Engine INFO select current_schema() | |
2015-05-05 03:47:27,830 1801 userid:- sqlalchemy.engine.base.Engine INFO {} | |
2015-05-05 03:47:27,833 1801 userid:- sqlalchemy.engine.base.Engine INFO show standard_conforming_strings | |
2015-05-05 03:47:27,834 1801 userid:- sqlalchemy.engine.base.Engine INFO {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment