2020-11-18 14:57:25 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-11-18 14:57:25 Wed sqlalchemy.engine.base.Engine INFO {} 2020-11-18 14:57:25 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-11-18 14:57:25 Wed sqlalchemy.engine.base.Engine INFO {} 2020-11-18 14:57:25 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-11-18 14:57:25 Wed sqlalchemy.engine.base.Engine INFO {} 2020-11-18 14:57:25 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-11-18 14:57:25 Wed sqlalchemy.engine.base.Engine INFO {} 2020-11-18 14:57:25 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-11-18 14:57:25 Wed sqlalchemy.engine.base.Engine INFO {} 2020-11-18 14:57:25 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-11-18 14:57:25 Wed sqlalchemy.engine.base.Engine INFO {} 2020-11-18 14:57:25 Wed sqlalchemy.engine.base.Engine INFO DESCRIBE `users` 2020-11-18 14:57:25 Wed sqlalchemy.engine.base.Engine INFO {} 2020-11-18 14:57:25 Wed sqlalchemy.engine.base.Engine INFO ROLLBACK 2020-11-18 14:57:25 Wed sqlalchemy.engine.base.Engine INFO CREATE TABLE users ( id INTEGER NOT NULL AUTO_INCREMENT, name VARCHAR(20) DEFAULT 'zhangsan' COMMENT '姓名', password VARCHAR(32), address VARCHAR(20), PRIMARY KEY (id), UNIQUE (name) ) 2020-11-18 14:57:25 Wed sqlalchemy.engine.base.Engine INFO {} 2020-11-18 14:57:25 Wed sqlalchemy.engine.base.Engine INFO COMMIT 2020-11-18 14:58:14 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-11-18 14:58:14 Wed sqlalchemy.engine.base.Engine INFO {} 2020-11-18 14:58:14 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-11-18 14:58:14 Wed sqlalchemy.engine.base.Engine INFO {} 2020-11-18 14:58:14 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-11-18 14:58:14 Wed sqlalchemy.engine.base.Engine INFO {} 2020-11-18 14:58:14 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-11-18 14:58:14 Wed sqlalchemy.engine.base.Engine INFO {} 2020-11-18 14:58:14 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-11-18 14:58:14 Wed sqlalchemy.engine.base.Engine INFO {} 2020-11-18 14:58:14 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-11-18 14:58:14 Wed sqlalchemy.engine.base.Engine INFO {} 2020-11-18 15:08:12 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-11-18 15:08:12 Wed sqlalchemy.engine.base.Engine INFO {} 2020-11-18 15:08:12 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-11-18 15:08:12 Wed sqlalchemy.engine.base.Engine INFO {} 2020-11-18 15:08:12 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-11-18 15:08:12 Wed sqlalchemy.engine.base.Engine INFO {} 2020-11-18 15:08:12 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-11-18 15:08:12 Wed sqlalchemy.engine.base.Engine INFO {} 2020-11-18 15:08:12 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-11-18 15:08:12 Wed sqlalchemy.engine.base.Engine INFO {} 2020-11-18 15:08:13 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-11-18 15:08:13 Wed sqlalchemy.engine.base.Engine INFO {} 2020-11-18 15:08:13 Wed sqlalchemy.engine.base.Engine INFO DESCRIBE `users` 2020-11-18 15:08:13 Wed sqlalchemy.engine.base.Engine INFO {} 2020-11-18 15:08:13 Wed sqlalchemy.engine.base.Engine INFO ROLLBACK 2020-11-18 15:08:13 Wed sqlalchemy.engine.base.Engine INFO CREATE TABLE users ( id INTEGER NOT NULL AUTO_INCREMENT, name VARCHAR(20) DEFAULT 'zhangsan' COMMENT '姓名', password VARCHAR(32), address VARCHAR(20), PRIMARY KEY (id), UNIQUE (name) ) 2020-11-18 15:08:13 Wed sqlalchemy.engine.base.Engine INFO {} 2020-11-18 15:08:13 Wed sqlalchemy.engine.base.Engine INFO COMMIT 2020-11-18 15:08:34 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-11-18 15:08:34 Wed sqlalchemy.engine.base.Engine INFO {} 2020-11-18 15:08:34 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-11-18 15:08:34 Wed sqlalchemy.engine.base.Engine INFO {} 2020-11-18 15:08:34 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-11-18 15:08:34 Wed sqlalchemy.engine.base.Engine INFO {} 2020-11-18 15:08:34 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-11-18 15:08:34 Wed sqlalchemy.engine.base.Engine INFO {} 2020-11-18 15:08:34 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-11-18 15:08:34 Wed sqlalchemy.engine.base.Engine INFO {} 2020-11-18 15:08:34 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-11-18 15:08:34 Wed sqlalchemy.engine.base.Engine INFO {} 2020-11-18 15:08:34 Wed sqlalchemy.engine.base.Engine INFO DESCRIBE `users` 2020-11-18 15:08:34 Wed sqlalchemy.engine.base.Engine INFO {} 2020-11-18 15:08:34 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-11-18 15:08:34 Wed sqlalchemy.engine.base.Engine INFO INSERT INTO users (name, password, address) VALUES (%(name)s, %(password)s, %(address)s) 2020-11-18 15:08:34 Wed sqlalchemy.engine.base.Engine INFO {'name': 'peng', 'password': '123', 'address': 'shanghai'} 2020-11-18 15:08:34 Wed sqlalchemy.engine.base.Engine INFO COMMIT 2020-11-18 16:27:08 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-11-18 16:27:08 Wed sqlalchemy.engine.base.Engine INFO {} 2020-11-18 16:27:08 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-11-18 16:27:08 Wed sqlalchemy.engine.base.Engine INFO {} 2020-11-18 16:27:08 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-11-18 16:27:08 Wed sqlalchemy.engine.base.Engine INFO {} 2020-11-18 16:27:08 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-11-18 16:27:08 Wed sqlalchemy.engine.base.Engine INFO {} 2020-11-18 16:27:08 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-11-18 16:27:08 Wed sqlalchemy.engine.base.Engine INFO {} 2020-11-18 16:27:08 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-11-18 16:27:08 Wed sqlalchemy.engine.base.Engine INFO {} 2020-11-18 16:27:08 Wed sqlalchemy.engine.base.Engine INFO DESCRIBE `order_info` 2020-11-18 16:27:08 Wed sqlalchemy.engine.base.Engine INFO {} 2020-11-18 16:27:08 Wed sqlalchemy.engine.base.Engine INFO ROLLBACK 2020-11-18 16:27:08 Wed sqlalchemy.engine.base.Engine INFO CREATE TABLE order_info ( id INTEGER NOT NULL AUTO_INCREMENT, order_no VARCHAR(50) COMMENT '订单号', transaction_serial_no VARCHAR(50) DEFAULT '' COMMENT '交易流水号', prod_name VARCHAR(200) COMMENT '商品名称', prod_type VARCHAR(200) COMMENT '商品类型', prod_id VARCHAR(200) COMMENT '商品ID', prod_quantity INTEGER DEFAULT 1 COMMENT '数量', amount FLOAT COMMENT '订单总额', user_id VARCHAR(100) COMMENT '用户ID', user_apple_id VARCHAR(100) COMMENT '用户苹果ID', order_status INTEGER DEFAULT 0 COMMENT '订单状态:0:未支付,1:已支付,2:已退款', pay_method INTEGER DEFAULT 1 COMMENT '支付方式:1:苹果支付,2:微信支付,3:支付宝支付', create_time DATETIME DEFAULT now() COMMENT '下单时间', pay_time DATETIME DEFAULT now() COMMENT '支付时间', del_flag INTEGER DEFAULT 0 COMMENT '是否删除,0:未删除,1:已删除', PRIMARY KEY (id) ) 2020-11-18 16:27:08 Wed sqlalchemy.engine.base.Engine INFO {} 2020-11-18 16:27:08 Wed sqlalchemy.engine.base.Engine INFO COMMIT 2020-11-18 16:29:19 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-11-18 16:29:19 Wed sqlalchemy.engine.base.Engine INFO {} 2020-11-18 16:29:19 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-11-18 16:29:19 Wed sqlalchemy.engine.base.Engine INFO {} 2020-11-18 16:29:19 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-11-18 16:29:19 Wed sqlalchemy.engine.base.Engine INFO {} 2020-11-18 16:29:19 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-11-18 16:29:19 Wed sqlalchemy.engine.base.Engine INFO {} 2020-11-18 16:29:19 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-11-18 16:29:19 Wed sqlalchemy.engine.base.Engine INFO {} 2020-11-18 16:29:19 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-11-18 16:29:19 Wed sqlalchemy.engine.base.Engine INFO {} 2020-11-18 16:29:19 Wed sqlalchemy.engine.base.Engine INFO DESCRIBE `order_info` 2020-11-18 16:29:19 Wed sqlalchemy.engine.base.Engine INFO {} 2020-11-18 16:29:19 Wed sqlalchemy.engine.base.Engine INFO ROLLBACK 2020-11-18 16:29:19 Wed sqlalchemy.engine.base.Engine INFO CREATE TABLE order_info ( id BIGINT NOT NULL AUTO_INCREMENT, order_no VARCHAR(50) COMMENT '订单号', transaction_serial_no VARCHAR(50) DEFAULT '' COMMENT '交易流水号', prod_name VARCHAR(200) COMMENT '商品名称', prod_type VARCHAR(200) COMMENT '商品类型', prod_id VARCHAR(200) COMMENT '商品ID', prod_quantity INTEGER DEFAULT 1 COMMENT '数量', amount FLOAT COMMENT '订单总额', user_id VARCHAR(100) COMMENT '用户ID', user_apple_id VARCHAR(100) COMMENT '用户苹果ID', order_status INTEGER DEFAULT 0 COMMENT '订单状态:0:未支付,1:已支付,2:已退款', pay_method INTEGER DEFAULT 1 COMMENT '支付方式:1:苹果支付,2:微信支付,3:支付宝支付', create_time DATETIME DEFAULT now() COMMENT '下单时间', pay_time DATETIME DEFAULT now() COMMENT '支付时间', del_flag INTEGER DEFAULT 0 COMMENT '是否删除,0:未删除,1:已删除', PRIMARY KEY (id) ) 2020-11-18 16:29:19 Wed sqlalchemy.engine.base.Engine INFO {} 2020-11-18 16:29:19 Wed sqlalchemy.engine.base.Engine INFO COMMIT 2020-11-23 15:39:28 Mon werkzeug INFO * Running on http://127.0.0.1:8000/ (Press CTRL+C to quit) 2020-11-23 15:39:32 Mon app.api.app ERROR Exception on /tamp_course_order/order [GET] Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/flask/app.py", line 1949, in full_dispatch_request rv = self.dispatch_request() File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/flask/app.py", line 1935, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/flask_restful/__init__.py", line 480, in wrapper resp = resource(*args, **kwargs) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/flask/views.py", line 89, in view return self.dispatch_request(*args, **kwargs) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/flask_restful/__init__.py", line 595, in dispatch_request resp = meth(*args, **kwargs) File "/Users/pengxiong/Desktop/fund_report/app/controller/order.py", line 31, in get return render_template(work_dir+'/template/student.html', STUDENT_LIST) TypeError: render_template() takes 1 positional argument but 2 were given 2020-11-23 15:39:32 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:39:32] "GET /tamp_course_order/order HTTP/1.1" 500 - 2020-11-23 15:40:22 Mon app.api.app ERROR Exception on /tamp_course_order/order [GET] Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/flask/app.py", line 1949, in full_dispatch_request rv = self.dispatch_request() File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/flask/app.py", line 1935, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/flask_restful/__init__.py", line 480, in wrapper resp = resource(*args, **kwargs) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/flask/views.py", line 89, in view return self.dispatch_request(*args, **kwargs) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/flask_restful/__init__.py", line 595, in dispatch_request resp = meth(*args, **kwargs) File "/Users/pengxiong/Desktop/fund_report/app/controller/order.py", line 31, in get return render_template(work_dir+'/template/student.html', STUDENT_LIST) TypeError: render_template() takes 1 positional argument but 2 were given 2020-11-23 15:40:22 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:40:22] "GET /tamp_course_order/order HTTP/1.1" 500 - 2020-11-23 15:40:30 Mon werkzeug INFO * Running on http://127.0.0.1:8000/ (Press CTRL+C to quit) 2020-11-23 15:40:57 Mon werkzeug INFO * Running on http://127.0.0.1:8000/ (Press CTRL+C to quit) 2020-11-23 15:40:57 Mon werkzeug INFO * Restarting with stat 2020-11-23 15:40:57 Mon werkzeug WARNING * Debugger is active! 2020-11-23 15:40:57 Mon werkzeug INFO * Debugger PIN: 191-123-093 2020-11-23 15:40:59 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:40:59] "GET /tamp_course_order/order HTTP/1.1" 500 - 2020-11-23 15:42:01 Mon werkzeug INFO * Detected change in '/Users/pengxiong/Desktop/fund_report/app/controller/order.py', reloading 2020-11-23 15:42:01 Mon werkzeug INFO * Restarting with stat 2020-11-23 15:42:02 Mon werkzeug WARNING * Debugger is active! 2020-11-23 15:42:02 Mon werkzeug INFO * Debugger PIN: 191-123-093 2020-11-23 15:42:11 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:42:11] "GET /tamp_course_order/order HTTP/1.1" 500 - 2020-11-23 15:42:24 Mon werkzeug INFO * Running on http://127.0.0.1:8000/ (Press CTRL+C to quit) 2020-11-23 15:42:24 Mon werkzeug INFO * Restarting with stat 2020-11-23 15:42:24 Mon werkzeug WARNING * Debugger is active! 2020-11-23 15:42:24 Mon werkzeug INFO * Debugger PIN: 191-123-093 2020-11-23 15:42:27 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:42:27] "GET /tamp_course_order/order HTTP/1.1" 500 - 2020-11-23 15:43:41 Mon werkzeug INFO * Detected change in '/Users/pengxiong/Desktop/fund_report/app/controller/order.py', reloading 2020-11-23 15:43:42 Mon werkzeug INFO * Restarting with stat 2020-11-23 15:43:42 Mon werkzeug WARNING * Debugger is active! 2020-11-23 15:43:42 Mon werkzeug INFO * Debugger PIN: 191-123-093 2020-11-23 15:43:50 Mon werkzeug INFO * Running on http://127.0.0.1:8000/ (Press CTRL+C to quit) 2020-11-23 15:43:50 Mon werkzeug INFO * Restarting with stat 2020-11-23 15:43:51 Mon werkzeug WARNING * Debugger is active! 2020-11-23 15:43:51 Mon werkzeug INFO * Debugger PIN: 191-123-093 2020-11-23 15:43:58 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:43:58] "GET /tamp_course_order/order HTTP/1.1" 500 - 2020-11-23 15:46:04 Mon werkzeug INFO * Detected change in '/Users/pengxiong/Desktop/fund_report/app/controller/order.py', reloading 2020-11-23 15:46:04 Mon werkzeug INFO * Restarting with stat 2020-11-23 15:46:05 Mon werkzeug WARNING * Debugger is active! 2020-11-23 15:46:05 Mon werkzeug INFO * Debugger PIN: 191-123-093 2020-11-23 15:46:15 Mon werkzeug INFO * Detected change in '/Users/pengxiong/Desktop/fund_report/app/controller/order.py', reloading 2020-11-23 15:46:15 Mon werkzeug INFO * Restarting with stat 2020-11-23 15:48:30 Mon werkzeug INFO * Running on http://127.0.0.1:8000/ (Press CTRL+C to quit) 2020-11-23 15:48:30 Mon werkzeug INFO * Restarting with stat 2020-11-23 15:48:30 Mon werkzeug WARNING * Debugger is active! 2020-11-23 15:48:30 Mon werkzeug INFO * Debugger PIN: 191-123-093 2020-11-23 15:48:34 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:48:34] "GET /tamp_course_order/order HTTP/1.1" 500 - 2020-11-23 15:50:58 Mon werkzeug INFO * Detected change in '/Users/pengxiong/Desktop/fund_report/app/api/app.py', reloading 2020-11-23 15:50:58 Mon werkzeug INFO * Restarting with stat 2020-11-23 15:52:35 Mon werkzeug INFO * Running on http://127.0.0.1:8000/ (Press CTRL+C to quit) 2020-11-23 15:52:35 Mon werkzeug INFO * Restarting with stat 2020-11-23 15:52:35 Mon werkzeug WARNING * Debugger is active! 2020-11-23 15:52:35 Mon werkzeug INFO * Debugger PIN: 191-123-093 2020-11-23 15:52:40 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:52:40] "GET /tamp_course_order/order HTTP/1.1" 200 - 2020-11-23 15:52:53 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:52:53] "GET /tamp_course_order/order HTTP/1.1" 200 - 2020-11-23 15:52:53 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:52:53] "GET /favicon.ico HTTP/1.1" 404 - 2020-11-23 15:53:04 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:53:04] "GET /tamp_course_order/order HTTP/1.1" 200 - 2020-11-23 15:53:32 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:53:32] "GET /tamp_course_order/order HTTP/1.1" 200 - 2020-11-23 15:53:35 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:53:35] "GET /tamp_course_order/order HTTP/1.1" 200 - 2020-11-23 15:53:44 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:53:44] "GET /tamp_course_order/order HTTP/1.1" 200 - 2020-11-23 15:54:51 Mon werkzeug INFO * Detected change in '/Users/pengxiong/Desktop/fund_report/app/controller/order.py', reloading 2020-11-23 15:54:51 Mon werkzeug INFO * Restarting with stat 2020-11-23 15:54:52 Mon werkzeug WARNING * Debugger is active! 2020-11-23 15:54:52 Mon werkzeug INFO * Debugger PIN: 191-123-093 2020-11-23 15:56:06 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:56:06] "GET /tamp_course_order/order HTTP/1.1" 500 - 2020-11-23 15:56:06 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:56:06] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 200 - 2020-11-23 15:56:06 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:56:06] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=jquery.js HTTP/1.1" 200 - 2020-11-23 15:56:06 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:56:06] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 200 - 2020-11-23 15:56:06 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:56:06] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=ubuntu.ttf HTTP/1.1" 200 - 2020-11-23 15:56:06 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:56:06] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 200 - 2020-11-23 15:56:06 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:56:06] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 200 - 2020-11-23 15:56:10 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:56:10] "GET /tamp_course_order/order HTTP/1.1" 500 - 2020-11-23 15:56:10 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:56:10] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 200 - 2020-11-23 15:56:10 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:56:10] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 200 - 2020-11-23 15:56:10 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:56:10] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=jquery.js HTTP/1.1" 200 - 2020-11-23 15:56:10 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:56:10] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=ubuntu.ttf HTTP/1.1" 200 - 2020-11-23 15:56:10 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:56:10] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 200 - 2020-11-23 15:56:25 Mon werkzeug INFO * Detected change in '/Users/pengxiong/Desktop/fund_report/app/controller/order.py', reloading 2020-11-23 15:56:25 Mon werkzeug INFO * Restarting with stat 2020-11-23 15:56:26 Mon werkzeug WARNING * Debugger is active! 2020-11-23 15:56:26 Mon werkzeug INFO * Debugger PIN: 191-123-093 2020-11-23 15:57:49 Mon werkzeug INFO * Detected change in '/Users/pengxiong/Desktop/fund_report/app/controller/order.py', reloading 2020-11-23 15:57:49 Mon werkzeug INFO * Restarting with stat 2020-11-23 15:57:49 Mon werkzeug WARNING * Debugger is active! 2020-11-23 15:57:49 Mon werkzeug INFO * Debugger PIN: 191-123-093 2020-11-23 15:57:52 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:57:52] "GET /tamp_course_order/order HTTP/1.1" 500 - 2020-11-23 15:57:52 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:57:52] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 200 - 2020-11-23 15:57:52 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:57:52] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 200 - 2020-11-23 15:57:52 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:57:52] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=jquery.js HTTP/1.1" 200 - 2020-11-23 15:57:52 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:57:52] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=ubuntu.ttf HTTP/1.1" 200 - 2020-11-23 15:57:52 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:57:52] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 200 - 2020-11-23 15:57:52 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:57:52] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 200 - 2020-11-23 15:57:53 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:57:53] "GET /tamp_course_order/order HTTP/1.1" 500 - 2020-11-23 15:57:53 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:57:53] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 200 - 2020-11-23 15:57:53 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:57:53] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=jquery.js HTTP/1.1" 200 - 2020-11-23 15:57:53 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:57:53] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 200 - 2020-11-23 15:57:53 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:57:53] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=ubuntu.ttf HTTP/1.1" 200 - 2020-11-23 15:57:54 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:57:54] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 200 - 2020-11-23 15:58:07 Mon werkzeug INFO * Detected change in '/Users/pengxiong/Desktop/fund_report/app/controller/order.py', reloading 2020-11-23 15:58:07 Mon werkzeug INFO * Restarting with stat 2020-11-23 15:58:07 Mon werkzeug WARNING * Debugger is active! 2020-11-23 15:58:07 Mon werkzeug INFO * Debugger PIN: 191-123-093 2020-11-23 15:58:08 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:58:08] "GET /tamp_course_order/order HTTP/1.1" 500 - 2020-11-23 15:58:08 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:58:08] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 200 - 2020-11-23 15:58:08 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:58:08] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=jquery.js HTTP/1.1" 200 - 2020-11-23 15:58:08 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:58:08] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 200 - 2020-11-23 15:58:09 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:58:09] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=ubuntu.ttf HTTP/1.1" 200 - 2020-11-23 15:58:09 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:58:09] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 200 - 2020-11-23 15:58:20 Mon werkzeug INFO * Detected change in '/Users/pengxiong/Desktop/fund_report/app/controller/order.py', reloading 2020-11-23 15:58:20 Mon werkzeug INFO * Restarting with stat 2020-11-23 15:58:21 Mon werkzeug WARNING * Debugger is active! 2020-11-23 15:58:21 Mon werkzeug INFO * Debugger PIN: 191-123-093 2020-11-23 15:58:21 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:58:21] "GET /tamp_course_order/order HTTP/1.1" 500 - 2020-11-23 15:58:21 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:58:21] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 200 - 2020-11-23 15:58:21 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:58:21] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 200 - 2020-11-23 15:58:21 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:58:21] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=jquery.js HTTP/1.1" 200 - 2020-11-23 15:58:21 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:58:21] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=ubuntu.ttf HTTP/1.1" 200 - 2020-11-23 15:58:22 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:58:22] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 200 - 2020-11-23 15:58:22 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:58:22] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 200 - 2020-11-23 15:58:23 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:58:23] "GET /tamp_course_order/order HTTP/1.1" 500 - 2020-11-23 15:58:23 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:58:23] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 200 - 2020-11-23 15:58:23 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:58:23] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=jquery.js HTTP/1.1" 200 - 2020-11-23 15:58:23 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:58:23] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 200 - 2020-11-23 15:58:23 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:58:23] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=ubuntu.ttf HTTP/1.1" 200 - 2020-11-23 15:58:23 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:58:23] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 200 - 2020-11-23 15:58:23 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:58:23] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 200 - 2020-11-23 15:59:23 Mon werkzeug INFO * Detected change in '/Users/pengxiong/Desktop/fund_report/app/controller/order.py', reloading 2020-11-23 15:59:23 Mon werkzeug INFO * Restarting with stat 2020-11-23 15:59:24 Mon werkzeug WARNING * Debugger is active! 2020-11-23 15:59:24 Mon werkzeug INFO * Debugger PIN: 191-123-093 2020-11-23 15:59:29 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:59:29] "GET /tamp_course_order/order HTTP/1.1" 200 - 2020-11-23 16:02:12 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:02:12] "GET /tamp_course_order/order HTTP/1.1" 200 - 2020-11-23 16:04:02 Mon werkzeug INFO * Detected change in '/Users/pengxiong/Desktop/fund_report/app/controller/order.py', reloading 2020-11-23 16:04:02 Mon werkzeug INFO * Restarting with stat 2020-11-23 16:04:02 Mon werkzeug WARNING * Debugger is active! 2020-11-23 16:04:02 Mon werkzeug INFO * Debugger PIN: 191-123-093 2020-11-23 16:05:20 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:05:20] "GET /tamp_course_order/order HTTP/1.1" 500 - 2020-11-23 16:05:20 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:05:20] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 200 - 2020-11-23 16:05:20 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:05:20] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=jquery.js HTTP/1.1" 200 - 2020-11-23 16:05:20 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:05:20] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 200 - 2020-11-23 16:05:20 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:05:20] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=ubuntu.ttf HTTP/1.1" 200 - 2020-11-23 16:05:20 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:05:20] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 200 - 2020-11-23 16:05:21 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:05:21] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 200 - 2020-11-23 16:05:26 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:05:26] "GET /tamp_course_order/order HTTP/1.1" 500 - 2020-11-23 16:05:26 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:05:26] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 200 - 2020-11-23 16:05:26 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:05:26] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 200 - 2020-11-23 16:05:26 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:05:26] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=jquery.js HTTP/1.1" 200 - 2020-11-23 16:05:26 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:05:26] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=ubuntu.ttf HTTP/1.1" 200 - 2020-11-23 16:05:26 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:05:26] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 200 - 2020-11-23 16:05:26 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:05:26] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 200 - 2020-11-23 16:06:12 Mon werkzeug INFO * Detected change in '/Users/pengxiong/Desktop/fund_report/app/controller/order.py', reloading 2020-11-23 16:06:12 Mon werkzeug INFO * Restarting with stat 2020-11-23 16:06:12 Mon werkzeug WARNING * Debugger is active! 2020-11-23 16:06:12 Mon werkzeug INFO * Debugger PIN: 191-123-093 2020-11-23 16:06:15 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:06:15] "GET /tamp_course_order/order HTTP/1.1" 200 - 2020-11-23 16:07:56 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:07:56] "GET /tamp_course_order/order HTTP/1.1" 200 - 2020-11-23 16:07:57 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:07:57] "GET /tamp_course_order/order HTTP/1.1" 200 - 2020-11-23 16:07:58 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:07:58] "GET /tamp_course_order/order HTTP/1.1" 200 - 2020-11-23 16:07:58 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:07:58] "GET /tamp_course_order/order HTTP/1.1" 200 - 2020-11-23 16:07:59 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:07:59] "GET /tamp_course_order/order HTTP/1.1" 200 - 2020-11-23 16:07:59 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:07:59] "GET /tamp_course_order/order HTTP/1.1" 200 - 2020-11-23 16:08:17 Mon werkzeug INFO * Running on http://127.0.0.1:8000/ (Press CTRL+C to quit) 2020-11-23 16:08:17 Mon werkzeug INFO * Restarting with stat 2020-11-23 16:08:18 Mon werkzeug WARNING * Debugger is active! 2020-11-23 16:08:18 Mon werkzeug INFO * Debugger PIN: 191-123-093 2020-11-23 16:08:18 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:08:18] "GET /tamp_course_order/order HTTP/1.1" 200 - 2020-11-23 16:08:19 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:08:19] "GET /tamp_course_order/order HTTP/1.1" 200 - 2020-11-23 16:08:41 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:08:41] "GET /tamp_course_order/order HTTP/1.1" 200 - 2020-11-23 16:08:41 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:08:41] "GET /tamp_course_order/red HTTP/1.1" 404 - 2020-11-23 16:08:42 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:08:42] "GET /tamp_course_order/order HTTP/1.1" 200 - 2020-11-23 16:08:42 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:08:42] "GET /tamp_course_order/red HTTP/1.1" 404 - 2020-11-23 16:08:42 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:08:42] "GET /tamp_course_order/order HTTP/1.1" 200 - 2020-11-23 16:08:42 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:08:42] "GET /tamp_course_order/red HTTP/1.1" 404 - 2020-11-23 16:08:43 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:08:43] "GET /tamp_course_order/order HTTP/1.1" 200 - 2020-11-23 16:08:43 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:08:43] "GET /tamp_course_order/red HTTP/1.1" 404 - 2020-11-23 16:08:50 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:08:50] "GET /tamp_course_order/order HTTP/1.1" 200 - 2020-11-23 16:08:50 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:08:50] "GET /tamp_course_order/red HTTP/1.1" 404 - 2020-11-23 16:08:52 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:08:52] "GET /tamp_course_order/order HTTP/1.1" 200 - 2020-11-23 16:08:52 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:08:52] "GET /tamp_course_order/red HTTP/1.1" 404 - 2020-11-23 16:08:57 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:08:57] "GET /tamp_course_order/order HTTP/1.1" 200 - 2020-11-23 16:08:57 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:08:57] "GET /tamp_course_order/red HTTP/1.1" 404 - 2020-11-23 16:09:05 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:09:05] "GET /tamp_course_order/order HTTP/1.1" 200 - 2020-11-23 16:09:05 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:09:05] "GET /tamp_course_order/order HTTP/1.1" 200 - 2020-11-23 16:09:30 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:09:30] "GET /tamp_course_order/order HTTP/1.1" 200 - 2020-11-23 16:11:02 Mon werkzeug INFO * Detected change in '/Users/pengxiong/Desktop/fund_report/app/controller/order.py', reloading 2020-11-23 16:11:02 Mon werkzeug INFO * Restarting with stat 2020-11-23 16:11:02 Mon werkzeug WARNING * Debugger is active! 2020-11-23 16:11:02 Mon werkzeug INFO * Debugger PIN: 191-123-093 2020-11-23 16:14:43 Mon werkzeug INFO * Detected change in '/Users/pengxiong/Desktop/fund_report/app/controller/order.py', reloading 2020-11-23 16:14:43 Mon werkzeug INFO * Restarting with stat 2020-11-23 16:14:43 Mon werkzeug WARNING * Debugger is active! 2020-11-23 16:14:43 Mon werkzeug INFO * Debugger PIN: 191-123-093 2020-11-23 16:15:04 Mon werkzeug INFO * Detected change in '/Users/pengxiong/Desktop/fund_report/app/api/app.py', reloading 2020-11-23 16:15:04 Mon werkzeug INFO * Restarting with stat 2020-11-23 16:15:04 Mon werkzeug WARNING * Debugger is active! 2020-11-23 16:15:04 Mon werkzeug INFO * Debugger PIN: 191-123-093 2020-11-23 16:16:29 Mon werkzeug INFO * Detected change in '/Users/pengxiong/Desktop/fund_report/app/controller/order.py', reloading 2020-11-23 16:16:29 Mon werkzeug INFO * Restarting with stat 2020-11-23 16:16:29 Mon werkzeug WARNING * Debugger is active! 2020-11-23 16:16:29 Mon werkzeug INFO * Debugger PIN: 191-123-093 2020-11-23 16:17:49 Mon werkzeug INFO * Detected change in '/Users/pengxiong/Desktop/fund_report/app/controller/order.py', reloading 2020-11-23 16:17:49 Mon werkzeug INFO * Restarting with stat 2020-11-23 16:17:49 Mon werkzeug WARNING * Debugger is active! 2020-11-23 16:17:49 Mon werkzeug INFO * Debugger PIN: 191-123-093 2020-11-23 16:17:54 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:17:54] "GET /tamp_course_order/order HTTP/1.1" 500 - 2020-11-23 16:17:54 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:17:54] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 200 - 2020-11-23 16:17:54 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:17:54] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 200 - 2020-11-23 16:17:54 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:17:54] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=jquery.js HTTP/1.1" 200 - 2020-11-23 16:17:54 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:17:54] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=ubuntu.ttf HTTP/1.1" 200 - 2020-11-23 16:17:54 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:17:54] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 200 - 2020-11-23 16:17:54 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:17:54] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 200 - 2020-11-23 16:20:18 Mon werkzeug INFO * Detected change in '/Users/pengxiong/Desktop/fund_report/app/utils/html_to_pdf.py', reloading 2020-11-23 16:20:18 Mon werkzeug INFO * Restarting with stat 2020-11-23 16:20:18 Mon werkzeug WARNING * Debugger is active! 2020-11-23 16:20:18 Mon werkzeug INFO * Debugger PIN: 191-123-093 2020-11-23 16:20:24 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:20:24] "GET /tamp_course_order/order HTTP/1.1" 200 - 2020-11-23 16:21:01 Mon werkzeug INFO * Running on http://127.0.0.1:8000/ (Press CTRL+C to quit) 2020-11-23 16:21:01 Mon werkzeug INFO * Restarting with stat 2020-11-23 16:21:01 Mon werkzeug WARNING * Debugger is active! 2020-11-23 16:21:01 Mon werkzeug INFO * Debugger PIN: 191-123-093 2020-11-23 16:21:05 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:21:05] "GET /tamp_course_order/order HTTP/1.1" 200 - 2020-11-23 16:22:00 Mon werkzeug INFO * Detected change in '/Users/pengxiong/Desktop/fund_report/app/api/engine.py', reloading 2020-11-23 16:22:01 Mon werkzeug INFO * Restarting with stat 2020-11-23 16:22:01 Mon werkzeug WARNING * Debugger is active! 2020-11-23 16:22:01 Mon werkzeug INFO * Debugger PIN: 191-123-093 2020-11-23 16:22:15 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:22:15] "GET /tamp_course_order/order HTTP/1.1" 200 - 2020-11-30 10:38:46 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-11-30 10:38:46 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:38:46 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-11-30 10:38:46 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:38:46 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-11-30 10:38:46 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:38:46 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-11-30 10:38:46 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:38:46 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-11-30 10:38:46 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:38:46 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-11-30 10:38:46 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:38:46 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-11-30 10:38:46 Mon sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-11-30 10:38:46 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:39:02 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-11-30 10:39:02 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:39:02 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-11-30 10:39:02 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:39:02 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-11-30 10:39:02 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:39:02 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-11-30 10:39:02 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:39:02 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-11-30 10:39:02 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:39:02 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-11-30 10:39:02 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:39:02 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-11-30 10:39:02 Mon sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-11-30 10:39:02 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:39:02 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-11-30 10:39:02 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:39:02 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-11-30 10:39:02 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:39:02 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-11-30 10:39:02 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:39:02 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-11-30 10:39:02 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:39:02 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-11-30 10:39:02 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:39:02 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-11-30 10:39:02 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:39:02 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-11-30 10:39:02 Mon sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-11-30 10:39:02 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:39:02 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-11-30 10:39:02 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:39:02 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 10:39:02 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:39:02 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-11-30 10:39:02 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:39:03 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-11-30 10:39:03 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:39:03 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 10:39:03 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:39:03 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-11-30 10:39:03 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:39:03 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-11-30 10:39:03 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:39:03 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 10:39:03 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:39:03 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-11-30 10:39:03 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:39:03 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-11-30 10:39:03 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:39:03 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 10:39:03 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:39:03 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-11-30 10:39:03 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:39:03 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-11-30 10:39:03 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:39:03 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 10:39:03 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:39:03 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-11-30 10:39:03 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:39:03 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-11-30 10:39:03 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:39:03 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 10:39:03 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:39:03 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-11-30 10:39:03 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:39:03 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-11-30 10:39:03 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:39:03 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 10:39:03 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:39:03 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-11-30 10:39:03 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:39:03 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-11-30 10:39:03 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:39:03 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-11-30 10:39:03 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:39:04 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-11-30 10:39:04 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:56:51 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-11-30 10:56:51 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:56:51 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-11-30 10:56:51 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:56:51 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-11-30 10:56:51 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:56:51 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-11-30 10:56:51 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:56:51 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-11-30 10:56:51 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:56:51 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-11-30 10:56:51 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:56:51 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-11-30 10:56:51 Mon sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-11-30 10:56:51 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-11-30 10:56:52 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:56:53 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-11-30 10:56:53 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 10:56:53 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-11-30 10:56:53 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:05:32 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-11-30 17:05:32 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:05:32 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-11-30 17:05:32 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:05:32 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-11-30 17:05:32 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:05:32 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-11-30 17:05:32 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:05:32 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-11-30 17:05:32 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:05:32 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-11-30 17:05:32 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:05:32 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-11-30 17:05:32 Mon sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-11-30 17:05:32 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:05:32 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-11-30 17:05:32 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:05:32 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-11-30 17:05:32 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:05:32 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-11-30 17:05:32 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:05:32 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-11-30 17:05:32 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:05:32 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-11-30 17:05:32 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:05:32 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-11-30 17:05:32 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:05:32 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-11-30 17:05:32 Mon sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-11-30 17:05:32 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:05:33 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-11-30 17:05:33 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:05:33 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 17:05:33 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:05:33 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-11-30 17:05:33 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:05:33 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-11-30 17:05:33 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:05:33 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 17:05:33 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:05:33 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-11-30 17:05:33 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:05:33 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-11-30 17:05:33 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:05:33 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 17:05:33 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:05:33 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-11-30 17:05:33 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:05:33 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-11-30 17:05:33 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:05:33 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 17:05:33 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:05:33 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-11-30 17:05:33 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:05:33 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-11-30 17:05:33 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:05:33 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 17:05:33 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:05:33 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-11-30 17:05:33 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:05:33 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-11-30 17:05:33 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:05:33 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 17:05:33 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:05:33 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-11-30 17:05:33 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:05:33 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-11-30 17:05:33 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:05:33 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 17:05:33 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:05:33 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-11-30 17:05:33 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:05:33 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-11-30 17:05:33 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:05:34 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-11-30 17:05:34 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:05:34 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-11-30 17:05:34 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:16:09 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-11-30 17:16:09 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:16:09 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-11-30 17:16:09 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:16:09 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-11-30 17:16:09 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:16:09 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-11-30 17:16:09 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:16:09 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-11-30 17:16:09 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:16:09 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-11-30 17:16:09 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:16:09 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-11-30 17:16:09 Mon sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-11-30 17:16:09 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:16:09 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-11-30 17:16:09 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:16:09 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-11-30 17:16:09 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:16:09 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-11-30 17:16:09 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:16:09 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-11-30 17:16:09 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:16:10 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-11-30 17:16:10 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:16:10 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-11-30 17:16:10 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:16:10 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-11-30 17:16:10 Mon sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-11-30 17:16:10 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:16:11 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-11-30 17:16:11 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:16:11 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 17:16:11 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:16:11 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-11-30 17:16:11 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:16:11 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-11-30 17:16:11 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:16:11 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 17:16:11 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:16:11 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-11-30 17:16:11 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:16:11 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-11-30 17:16:11 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:16:11 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 17:16:11 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:16:11 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-11-30 17:16:11 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:16:11 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-11-30 17:16:11 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:16:11 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 17:16:11 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:16:11 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-11-30 17:16:11 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:16:11 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-11-30 17:16:11 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:16:11 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 17:16:11 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:16:11 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-11-30 17:16:11 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:16:11 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-11-30 17:16:11 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:16:11 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 17:16:11 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:16:12 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-11-30 17:16:12 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:16:12 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-11-30 17:16:12 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:16:12 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 17:16:12 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:16:12 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-11-30 17:16:12 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:16:12 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-11-30 17:16:12 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:16:12 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-11-30 17:16:12 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:16:12 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-11-30 17:16:12 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:16:13 Mon matplotlib.font_manager WARNING findfont: Font family ['sans-serif'] not found. Falling back to DejaVu Sans. 2020-11-30 17:17:49 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-11-30 17:17:49 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:17:49 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-11-30 17:17:49 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:17:49 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-11-30 17:17:49 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:17:49 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-11-30 17:17:49 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:17:49 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-11-30 17:17:49 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:17:49 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-11-30 17:17:49 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:17:49 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-11-30 17:17:49 Mon sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-11-30 17:17:49 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:17:49 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-11-30 17:17:49 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:17:49 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-11-30 17:17:49 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:17:49 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-11-30 17:17:49 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:17:49 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-11-30 17:17:49 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:17:49 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-11-30 17:17:49 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:17:49 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-11-30 17:17:49 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:17:49 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-11-30 17:17:49 Mon sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-11-30 17:17:49 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:17:50 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-11-30 17:17:50 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:17:50 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 17:17:50 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:17:50 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-11-30 17:17:50 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:17:50 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-11-30 17:17:50 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:17:50 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 17:17:50 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:17:50 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-11-30 17:17:50 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:17:50 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-11-30 17:17:50 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:17:50 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 17:17:50 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:17:50 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-11-30 17:17:50 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:17:50 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-11-30 17:17:50 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:17:50 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 17:17:50 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:17:50 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-11-30 17:17:50 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:17:50 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-11-30 17:17:50 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:17:50 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 17:17:50 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:17:50 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-11-30 17:17:50 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:17:50 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-11-30 17:17:50 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:17:51 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 17:17:51 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:17:51 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-11-30 17:17:51 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:17:51 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-11-30 17:17:51 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:17:51 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 17:17:51 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:17:51 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-11-30 17:17:51 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:17:51 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-11-30 17:17:51 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:17:51 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-11-30 17:17:51 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:17:51 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-11-30 17:17:51 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 17:17:52 Mon matplotlib.font_manager WARNING findfont: Font family ['sans-serif'] not found. Falling back to DejaVu Sans. 2020-11-30 19:37:36 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-11-30 19:37:36 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:37 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-11-30 19:37:37 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:37 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-11-30 19:37:37 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:37 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-11-30 19:37:37 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:37 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-11-30 19:37:37 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:37 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-11-30 19:37:37 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:37 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-11-30 19:37:37 Mon sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-11-30 19:37:37 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:37 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-11-30 19:37:37 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:37 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-11-30 19:37:37 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:37 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-11-30 19:37:37 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:37 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-11-30 19:37:37 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:37 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-11-30 19:37:37 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:37 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-11-30 19:37:37 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:37 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-11-30 19:37:37 Mon sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-11-30 19:37:37 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:38 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-11-30 19:37:38 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:38 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:37:38 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:38 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-11-30 19:37:38 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:38 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-11-30 19:37:38 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:38 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:37:38 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:38 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-11-30 19:37:38 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:38 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-11-30 19:37:38 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:38 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:37:38 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:38 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-11-30 19:37:38 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:38 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-11-30 19:37:38 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:38 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:37:38 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:39 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-11-30 19:37:39 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:39 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-11-30 19:37:39 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:39 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:37:39 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:39 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-11-30 19:37:39 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:39 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-11-30 19:37:39 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:39 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:37:39 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:39 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-11-30 19:37:39 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:39 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-11-30 19:37:39 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:39 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:37:39 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:39 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-11-30 19:37:39 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:39 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-11-30 19:37:39 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:39 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-11-30 19:37:39 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:39 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-11-30 19:37:39 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:40 Mon matplotlib.font_manager WARNING findfont: Font family ['sans-serif'] not found. Falling back to DejaVu Sans. 2020-11-30 19:37:56 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-11-30 19:37:56 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:56 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-11-30 19:37:56 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:57 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-11-30 19:37:57 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:57 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-11-30 19:37:57 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:57 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-11-30 19:37:57 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:57 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-11-30 19:37:57 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:58 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-11-30 19:37:58 Mon sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-11-30 19:37:58 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:59 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-11-30 19:37:59 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:59 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-11-30 19:37:59 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:59 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-11-30 19:37:59 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:59 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-11-30 19:37:59 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:59 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-11-30 19:37:59 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:59 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-11-30 19:37:59 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:37:59 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-11-30 19:37:59 Mon sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-11-30 19:37:59 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:38:00 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-11-30 19:38:00 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:38:00 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:38:00 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:38:01 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-11-30 19:38:01 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:38:01 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-11-30 19:38:01 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:38:01 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:38:01 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:38:01 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-11-30 19:38:01 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:38:01 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-11-30 19:38:01 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:38:01 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:38:01 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:38:01 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-11-30 19:38:01 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:38:01 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-11-30 19:38:01 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:38:01 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:38:01 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:38:01 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-11-30 19:38:01 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:38:01 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-11-30 19:38:01 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:38:01 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:38:01 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:38:01 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-11-30 19:38:01 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:38:01 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-11-30 19:38:01 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:38:01 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:38:01 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:38:01 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-11-30 19:38:01 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:38:01 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-11-30 19:38:01 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:38:02 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:38:02 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:38:02 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-11-30 19:38:02 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:38:02 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-11-30 19:38:02 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:38:02 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-11-30 19:38:02 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:38:02 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-11-30 19:38:02 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:38:03 Mon matplotlib.font_manager WARNING findfont: Font family ['sans-serif'] not found. Falling back to DejaVu Sans. 2020-11-30 19:44:35 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-11-30 19:44:35 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:44:35 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-11-30 19:44:35 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:44:35 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-11-30 19:44:35 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:44:35 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-11-30 19:44:35 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:44:35 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-11-30 19:44:35 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:44:35 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-11-30 19:44:35 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:44:35 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-11-30 19:44:35 Mon sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-11-30 19:44:35 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:44:35 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-11-30 19:44:35 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:44:35 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-11-30 19:44:35 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:44:35 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-11-30 19:44:35 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:44:35 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-11-30 19:44:35 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:44:35 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-11-30 19:44:35 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:44:35 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-11-30 19:44:35 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:44:35 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-11-30 19:44:35 Mon sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-11-30 19:44:35 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:44:36 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-11-30 19:44:36 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:44:36 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:44:36 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:44:36 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-11-30 19:44:36 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:44:36 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-11-30 19:44:36 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:44:36 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:44:36 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:44:36 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-11-30 19:44:36 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:44:36 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-11-30 19:44:36 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:44:36 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:44:36 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:44:36 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-11-30 19:44:36 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:44:36 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-11-30 19:44:36 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:44:36 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:44:36 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:44:36 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-11-30 19:44:36 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:44:36 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-11-30 19:44:36 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:44:36 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:44:36 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:44:36 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-11-30 19:44:36 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:44:36 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-11-30 19:44:36 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:44:36 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:44:36 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:44:36 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-11-30 19:44:36 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:44:36 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-11-30 19:44:36 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:44:36 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:44:36 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:44:36 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-11-30 19:44:36 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:44:36 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-11-30 19:44:36 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:44:37 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-11-30 19:44:37 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:44:37 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-11-30 19:44:37 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:44:37 Mon matplotlib.font_manager WARNING findfont: Font family ['sans-serif'] not found. Falling back to DejaVu Sans. 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:45:38 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:45:39 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-11-30 19:45:39 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:45:39 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-11-30 19:45:39 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:45:39 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:45:39 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:45:39 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-11-30 19:45:39 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:45:39 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-11-30 19:45:39 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:45:39 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:45:39 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:45:39 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-11-30 19:45:39 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:45:39 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-11-30 19:45:39 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:45:39 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:45:39 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:45:39 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-11-30 19:45:39 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:45:39 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-11-30 19:45:39 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:45:39 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-11-30 19:45:39 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:45:39 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-11-30 19:45:39 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:45:40 Mon matplotlib.font_manager WARNING findfont: Font family ['sans-serif'] not found. Falling back to DejaVu Sans. 2020-11-30 19:49:33 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-11-30 19:49:33 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:49:33 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-11-30 19:49:33 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:49:33 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-11-30 19:49:33 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:49:33 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-11-30 19:49:33 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:49:33 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-11-30 19:49:33 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:49:33 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-11-30 19:49:33 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:49:33 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-11-30 19:49:33 Mon sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-11-30 19:49:33 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:49:33 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-11-30 19:49:33 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:49:33 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-11-30 19:49:33 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:49:33 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-11-30 19:49:33 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:49:34 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-11-30 19:49:34 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:49:34 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-11-30 19:49:34 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:49:34 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-11-30 19:49:34 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:49:34 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-11-30 19:49:34 Mon sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-11-30 19:49:34 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:49:34 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-11-30 19:49:34 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:49:34 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:49:34 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:49:34 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-11-30 19:49:34 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:49:34 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-11-30 19:49:34 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:49:34 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:49:34 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:49:34 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-11-30 19:49:34 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:49:34 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-11-30 19:49:34 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:49:34 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:49:34 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:49:34 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-11-30 19:49:34 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:49:35 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-11-30 19:49:35 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:49:35 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:49:35 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:49:35 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-11-30 19:49:35 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:49:35 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-11-30 19:49:35 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:49:35 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:49:35 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:49:35 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-11-30 19:49:35 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:49:35 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-11-30 19:49:35 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:49:35 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:49:35 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:49:35 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-11-30 19:49:35 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:49:35 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-11-30 19:49:35 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:49:35 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:49:35 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:49:35 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-11-30 19:49:35 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:49:35 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-11-30 19:49:35 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:49:35 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-11-30 19:49:35 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:49:35 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-11-30 19:49:35 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:49:36 Mon matplotlib.font_manager WARNING findfont: Font family ['sans-serif'] not found. Falling back to DejaVu Sans. 2020-11-30 19:50:40 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-11-30 19:50:40 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:50:41 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:50:42 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-11-30 19:50:42 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:50:42 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-11-30 19:50:42 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:50:42 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-11-30 19:50:42 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:50:42 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-11-30 19:50:42 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:50:42 Mon matplotlib.font_manager WARNING findfont: Font family ['sans-serif'] not found. Falling back to DejaVu Sans. 2020-11-30 19:52:21 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-11-30 19:52:21 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:52:21 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-11-30 19:52:21 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:52:21 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-11-30 19:52:21 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:52:21 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-11-30 19:52:21 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:52:21 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-11-30 19:52:21 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:52:21 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-11-30 19:52:21 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:52:21 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-11-30 19:52:21 Mon sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-11-30 19:52:21 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:52:21 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-11-30 19:52:21 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:52:21 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-11-30 19:52:21 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:52:21 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-11-30 19:52:21 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:52:21 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-11-30 19:52:21 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:52:21 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-11-30 19:52:21 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:52:21 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-11-30 19:52:21 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:52:21 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-11-30 19:52:21 Mon sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-11-30 19:52:21 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:52:21 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-11-30 19:52:21 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:52:21 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:52:21 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:52:21 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-11-30 19:52:21 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:52:21 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-11-30 19:52:21 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:52:21 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:52:21 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:52:21 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-11-30 19:52:21 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:52:21 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-11-30 19:52:21 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:52:21 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:52:21 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:52:22 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-11-30 19:52:22 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:52:22 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-11-30 19:52:22 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:52:22 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:52:22 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:52:22 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-11-30 19:52:22 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:52:22 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-11-30 19:52:22 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:52:22 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:52:22 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:52:22 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-11-30 19:52:22 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:52:22 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-11-30 19:52:22 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:52:22 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:52:22 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:52:22 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-11-30 19:52:22 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:52:22 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-11-30 19:52:22 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:52:22 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:52:22 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:52:22 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-11-30 19:52:22 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:52:22 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-11-30 19:52:22 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:52:22 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-11-30 19:52:22 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:52:22 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-11-30 19:52:22 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:54:00 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-11-30 19:54:00 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:54:00 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-11-30 19:54:00 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:54:00 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-11-30 19:54:00 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:54:00 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-11-30 19:54:00 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:54:00 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-11-30 19:54:00 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:54:00 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-11-30 19:54:00 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:54:00 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-11-30 19:54:00 Mon sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-11-30 19:54:00 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:54:00 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-11-30 19:54:00 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:54:00 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-11-30 19:54:00 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:54:00 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-11-30 19:54:00 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:54:00 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-11-30 19:54:00 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:54:00 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-11-30 19:54:00 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:54:00 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-11-30 19:54:00 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:54:00 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-11-30 19:54:00 Mon sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-11-30 19:54:00 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:54:00 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-11-30 19:54:00 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:54:00 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:54:00 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:54:00 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-11-30 19:54:00 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:54:00 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-11-30 19:54:00 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:54:00 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:54:02 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:54:02 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-11-30 19:54:02 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:54:02 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-11-30 19:54:02 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:54:02 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:54:02 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:54:02 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-11-30 19:54:02 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:54:02 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-11-30 19:54:02 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:54:02 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:54:02 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:54:02 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-11-30 19:54:02 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:54:02 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-11-30 19:54:02 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:54:02 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:54:02 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:54:02 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-11-30 19:54:02 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:54:02 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-11-30 19:54:02 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:54:02 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:54:02 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:54:02 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-11-30 19:54:02 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:54:02 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-11-30 19:54:02 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:54:02 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:54:02 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:54:02 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-11-30 19:54:02 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:54:02 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-11-30 19:54:02 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:54:03 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-11-30 19:54:03 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:54:03 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-11-30 19:54:03 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:57:17 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-11-30 19:57:17 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:57:17 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-11-30 19:57:17 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:57:17 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-11-30 19:57:17 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:57:17 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-11-30 19:57:17 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:57:17 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-11-30 19:57:17 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:57:17 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-11-30 19:57:17 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:57:17 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-11-30 19:57:17 Mon sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-11-30 19:57:17 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:57:17 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-11-30 19:57:17 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:57:17 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-11-30 19:57:17 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:57:17 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-11-30 19:57:17 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:57:17 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-11-30 19:57:17 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:57:17 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-11-30 19:57:17 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:57:17 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-11-30 19:57:17 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:57:17 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-11-30 19:57:17 Mon sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-11-30 19:57:17 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:57:18 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-11-30 19:57:18 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:57:18 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:57:18 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:57:18 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-11-30 19:57:18 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:57:18 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-11-30 19:57:18 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:57:18 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:57:18 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:57:18 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-11-30 19:57:18 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:57:18 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-11-30 19:57:18 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:57:18 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:57:18 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:57:18 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-11-30 19:57:18 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:57:18 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-11-30 19:57:18 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:57:18 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:57:18 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:57:18 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-11-30 19:57:18 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:57:18 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-11-30 19:57:18 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:57:18 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:57:18 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:57:18 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-11-30 19:57:18 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:57:18 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-11-30 19:57:18 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:57:18 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:57:18 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:57:18 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-11-30 19:57:18 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:57:18 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-11-30 19:57:18 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:57:18 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 19:57:18 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:57:18 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-11-30 19:57:18 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:57:18 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-11-30 19:57:18 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:57:18 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-11-30 19:57:18 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 19:57:19 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-11-30 19:57:19 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:01:21 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-11-30 20:01:21 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:01:21 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-11-30 20:01:21 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:01:21 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-11-30 20:01:21 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:01:21 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-11-30 20:01:21 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:01:21 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-11-30 20:01:21 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:01:21 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-11-30 20:01:21 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:01:21 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-11-30 20:01:21 Mon sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-11-30 20:01:21 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:01:21 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-11-30 20:01:21 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:01:21 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-11-30 20:01:21 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:01:21 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-11-30 20:01:21 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:01:21 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-11-30 20:01:21 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:01:21 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-11-30 20:01:21 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:01:21 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-11-30 20:01:21 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:01:21 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-11-30 20:01:21 Mon sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-11-30 20:01:21 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:01:22 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-11-30 20:01:22 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:01:22 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 20:01:22 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:01:22 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-11-30 20:01:22 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:01:22 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-11-30 20:01:22 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:01:22 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 20:01:22 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:01:22 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-11-30 20:01:22 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:01:22 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-11-30 20:01:22 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:01:22 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 20:01:22 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:01:22 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-11-30 20:01:22 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:01:22 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-11-30 20:01:22 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:01:22 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 20:01:22 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:01:22 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-11-30 20:01:22 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:01:22 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-11-30 20:01:22 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:01:22 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 20:01:22 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:01:22 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-11-30 20:01:22 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:01:22 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-11-30 20:01:22 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:01:22 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 20:01:22 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:01:22 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-11-30 20:01:22 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:01:22 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-11-30 20:01:22 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:01:22 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 20:01:22 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:01:22 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-11-30 20:01:22 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:01:22 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-11-30 20:01:22 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:01:23 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-11-30 20:01:23 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:01:23 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-11-30 20:01:23 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:02:07 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-11-30 20:02:07 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:02:07 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-11-30 20:02:07 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:02:07 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-11-30 20:02:07 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:02:07 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-11-30 20:02:07 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:02:07 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-11-30 20:02:07 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:02:07 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-11-30 20:02:07 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:02:07 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-11-30 20:02:07 Mon sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-11-30 20:02:07 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:02:07 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-11-30 20:02:07 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:02:07 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-11-30 20:02:07 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:02:07 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-11-30 20:02:07 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:02:07 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-11-30 20:02:07 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:02:07 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-11-30 20:02:07 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:02:07 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-11-30 20:02:07 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:02:07 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-11-30 20:02:07 Mon sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-11-30 20:02:07 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:02:08 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-11-30 20:02:08 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:02:08 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 20:02:08 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:02:08 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-11-30 20:02:08 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:02:08 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-11-30 20:02:08 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:02:08 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 20:02:08 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:02:08 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-11-30 20:02:08 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:02:08 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-11-30 20:02:08 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:02:08 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 20:02:08 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:02:08 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-11-30 20:02:08 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:02:08 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-11-30 20:02:08 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:02:08 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 20:02:08 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:02:08 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-11-30 20:02:08 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:02:08 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-11-30 20:02:08 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:02:08 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 20:02:08 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:02:08 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-11-30 20:02:08 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:02:08 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-11-30 20:02:08 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:02:08 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 20:02:08 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:02:08 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-11-30 20:02:08 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:02:08 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-11-30 20:02:08 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:02:08 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-11-30 20:02:08 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:02:08 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-11-30 20:02:08 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:02:08 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-11-30 20:02:08 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:02:08 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-11-30 20:02:08 Mon sqlalchemy.engine.base.Engine INFO {} 2020-11-30 20:02:09 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-11-30 20:02:09 Mon sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:12:43 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:12:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:12:43 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:12:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:12:43 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:12:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:12:43 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:12:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:12:43 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:12:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:12:43 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:12:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:12:43 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:12:43 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-12-01 15:12:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:12:44 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:12:44 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:12:44 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:12:44 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:12:44 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:12:44 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:12:44 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:12:44 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:12:44 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:12:44 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:12:44 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:12:44 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:12:44 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:12:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-12-01 15:12:44 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:12:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:12:44 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:12:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:12:44 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:12:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:12:44 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:12:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:12:44 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:12:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:12:44 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:12:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:12:44 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:12:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:12:44 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:12:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:12:44 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:12:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:12:44 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:12:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:12:44 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:12:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:12:44 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:12:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:12:44 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:12:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:12:44 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:12:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:12:44 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:12:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:12:44 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:12:45 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:12:45 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:12:45 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:12:45 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:12:45 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:12:45 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:12:45 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:12:45 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:12:45 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:12:45 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:12:45 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:12:45 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:12:45 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:12:45 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:12:45 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:12:45 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:12:45 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:12:45 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:14:59 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:14:59 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:14:59 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:14:59 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:14:59 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:14:59 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:14:59 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:14:59 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:14:59 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:14:59 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:14:59 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:14:59 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:14:59 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:14:59 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-12-01 15:14:59 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:14:59 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:14:59 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:14:59 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:14:59 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:14:59 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:14:59 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:14:59 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:14:59 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:14:59 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:14:59 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:14:59 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:14:59 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:14:59 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:14:59 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-12-01 15:14:59 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:15:00 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:15:00 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:15:00 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:15:00 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:15:00 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:15:00 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:15:00 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:15:00 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:15:00 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:15:00 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:15:00 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:15:00 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:15:00 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:15:00 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:15:00 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:15:00 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:15:00 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:15:00 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:15:00 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:15:00 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:15:00 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:15:00 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:15:00 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:15:00 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:15:00 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:15:00 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:15:00 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:15:00 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:15:00 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:15:00 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:15:00 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:15:00 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:15:00 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:15:00 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:15:00 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:15:00 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:15:00 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:15:00 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:15:00 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:15:00 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:15:01 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:15:01 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:15:01 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:15:01 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:15:01 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:15:01 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:15:01 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:15:01 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:16:51 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:16:51 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:16:51 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:16:51 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:16:51 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:16:51 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:16:51 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:16:51 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:16:51 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:16:51 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:16:51 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:16:51 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:16:51 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:16:51 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-12-01 15:16:51 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:16:51 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:16:51 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:16:51 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:16:51 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:16:51 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:16:51 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:16:51 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:16:51 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:16:51 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:16:51 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:16:51 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:16:51 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:16:51 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:16:51 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-12-01 15:16:51 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:16:51 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:16:51 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:16:51 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:16:51 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:16:51 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:16:51 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:16:51 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:16:53 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:16:53 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:16:53 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:16:53 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:16:53 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:16:53 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:16:53 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:16:53 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:16:53 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:16:53 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:16:53 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:16:53 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:16:53 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:16:53 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:16:53 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:16:53 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:16:53 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:16:53 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:16:53 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:16:53 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:16:53 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:16:53 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:16:53 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:16:53 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:16:53 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:16:53 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:16:53 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:16:53 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:16:53 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:16:53 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:16:53 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:16:53 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:16:53 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:16:53 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:16:53 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:16:53 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:16:53 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:16:54 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:16:54 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:16:54 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:16:54 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:20:47 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:20:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:20:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:20:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:20:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:20:48 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:20:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:20:48 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:20:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:20:48 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:20:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:22:36 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:22:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:22:36 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:22:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:22:36 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:22:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:22:36 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:22:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:22:36 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:22:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:22:36 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:22:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:22:36 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:22:36 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-12-01 15:22:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:22:36 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:22:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:22:36 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:22:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:22:36 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:22:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:22:36 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:22:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:22:36 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:22:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:22:36 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:22:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:22:36 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:22:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-12-01 15:22:38 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:22:38 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:22:38 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:22:38 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:22:38 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:22:38 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:22:38 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:22:38 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:22:38 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:22:38 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:22:38 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:22:38 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:22:38 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:22:38 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:22:38 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:22:38 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:22:38 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:22:38 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:22:38 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:22:39 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:22:39 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:22:39 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:22:39 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:22:39 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:22:39 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:22:39 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:22:39 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:22:39 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:22:39 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:22:39 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:22:39 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:22:39 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:22:39 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:22:39 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:22:39 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:22:39 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:22:39 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:22:39 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:22:39 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:22:39 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:22:39 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:22:39 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:22:39 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:22:39 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:22:39 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:22:39 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:22:39 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:22:39 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:22:39 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:23:53 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:23:53 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:23:53 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:23:53 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:23:53 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:23:53 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:23:53 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:23:53 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:23:53 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:23:53 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:23:53 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:23:53 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:23:53 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:23:53 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-12-01 15:23:53 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:23:53 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:23:53 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:23:53 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:23:53 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:23:53 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:23:53 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:23:53 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:23:53 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:23:53 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:23:53 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:23:53 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:23:53 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:23:53 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:23:53 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-12-01 15:23:53 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:23:53 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:23:53 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:23:53 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:23:53 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:23:53 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:23:53 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:23:53 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:23:53 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:23:54 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:23:54 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:23:54 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:23:54 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:23:54 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:23:54 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:23:54 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:23:54 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:23:54 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:23:54 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:23:54 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:23:54 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:23:54 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:23:54 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:23:54 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:23:54 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:23:54 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:23:54 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:23:54 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:23:54 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:23:54 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:23:54 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:23:54 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:23:54 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:23:54 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:23:54 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:23:54 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:23:54 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:23:54 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:23:54 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:23:54 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:23:54 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:23:54 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:23:54 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:23:54 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:23:54 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:23:54 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:23:54 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:23:54 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:23:54 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:28:12 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:13 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:28:13 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:13 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:28:13 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:13 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:28:13 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:13 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:28:13 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:13 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:28:13 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:13 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:28:13 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:13 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:28:13 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:13 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:28:13 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:13 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:28:13 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:13 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:28:13 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:13 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:28:13 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:13 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:28:13 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:42 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:28:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:42 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:28:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:42 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:28:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:42 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:28:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:28:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:44 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:28:44 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:28:44 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:28:44 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:29:32 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:29:32 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:29:33 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:29:34 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:29:34 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:29:34 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:29:34 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:30:19 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:30:19 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:30:19 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:30:19 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:30:19 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:30:19 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:30:19 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:30:19 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:30:19 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:30:19 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:30:19 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:30:19 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:30:19 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:30:19 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-12-01 15:30:19 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:30:19 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:30:19 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:30:19 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:30:19 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:30:19 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:30:19 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:30:19 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:30:19 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:30:19 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:30:19 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:30:19 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:30:19 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:30:20 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:30:20 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-12-01 15:30:20 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:30:20 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:30:20 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:30:20 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:30:20 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:30:20 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:30:20 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:30:20 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:30:20 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:30:20 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:30:20 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:30:20 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:30:20 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:30:20 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:30:20 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:30:20 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:30:20 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:30:20 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:30:20 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:30:20 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:30:20 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:30:20 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:30:20 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:30:20 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:30:20 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:30:20 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:30:20 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:30:20 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:30:20 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:30:20 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:30:20 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:30:20 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:30:20 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:30:20 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:30:20 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:30:20 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:30:20 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:30:20 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:30:20 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:30:20 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:30:20 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:30:20 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:30:20 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:30:20 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:30:20 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:30:21 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:30:21 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:30:21 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:30:21 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:32:48 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:32:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:32:48 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:32:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:32:48 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:32:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:32:48 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:32:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:32:48 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:32:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:32:48 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:32:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:32:48 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:32:48 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-12-01 15:32:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:32:48 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:32:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:32:48 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:32:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:32:48 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:32:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:32:48 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:32:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:32:48 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:32:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:32:48 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:32:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:32:48 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:32:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-12-01 15:32:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:32:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:32:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:32:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:32:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:32:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:32:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:32:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:32:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:32:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:32:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:32:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:32:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:32:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:32:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:32:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:32:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:32:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:32:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:32:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:32:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:32:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:32:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:32:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:32:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:32:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:32:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:32:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:32:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:32:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:32:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:32:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:32:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:32:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:32:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:32:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:32:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:32:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:32:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:32:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:32:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:32:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:32:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:32:49 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:32:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:32:49 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:32:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:32:49 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:32:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:33:28 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:33:28 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:33:28 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:33:28 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:33:28 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:33:28 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:33:28 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:33:28 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:33:28 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:33:28 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:33:28 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:33:28 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:33:29 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:33:29 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-12-01 15:33:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:33:29 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:33:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:33:29 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:33:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:33:29 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:33:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:33:29 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:33:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:33:29 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:33:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:33:29 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:33:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:33:30 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:33:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-12-01 15:33:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:33:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:33:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:33:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:33:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:33:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:33:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:33:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:33:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:33:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:33:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:33:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:33:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:33:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:33:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:33:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:33:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:33:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:33:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:33:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:33:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:33:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:33:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:33:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:33:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:33:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:33:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:33:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:33:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:33:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:33:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:33:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:33:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:33:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:33:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:33:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:33:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:33:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:33:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:33:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:33:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:33:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:33:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:33:30 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:33:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:33:31 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:33:31 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:33:31 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:33:31 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:34:40 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:34:40 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:34:40 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:34:40 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:34:40 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:34:40 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:34:40 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:34:40 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:34:40 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:34:40 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:34:40 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:34:40 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:34:40 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:34:40 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-12-01 15:34:40 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:34:40 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:34:40 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:34:40 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:34:40 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:34:40 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:34:40 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:34:40 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:34:40 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:34:40 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:34:40 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:34:40 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:34:40 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:34:40 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:34:40 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-12-01 15:34:40 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:34:40 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:34:40 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:34:40 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:34:40 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:34:40 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:34:40 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:34:41 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:34:41 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:34:41 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:34:41 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:34:41 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:34:41 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:34:41 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:34:41 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:34:41 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:34:41 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:34:41 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:34:41 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:34:41 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:34:41 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:34:41 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:34:41 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:34:41 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:34:41 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:34:41 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:34:41 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:34:41 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:34:41 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:34:41 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:34:41 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:34:41 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:34:41 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:34:41 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:34:41 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:34:41 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:34:41 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:34:41 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:34:41 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:34:41 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:34:41 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:34:41 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:34:41 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:34:41 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:34:41 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:34:41 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:34:41 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:34:41 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:34:41 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:28 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:35:28 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:35:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:35:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:30 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:35:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:30 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:35:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:30 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:35:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:35:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:35:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:35:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:35:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:35:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:35:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:35:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:35:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:35:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:35:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:35:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:57 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:35:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:57 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:35:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:35:57 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:35:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:26 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:36:26 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:26 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:36:26 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:26 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:36:26 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:26 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:36:26 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:26 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:36:26 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:26 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:36:26 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:26 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:36:26 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-12-01 15:36:26 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:26 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:36:26 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:26 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:36:26 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:26 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:36:26 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:26 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:36:26 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:26 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:36:26 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:26 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:36:26 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:26 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:36:26 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-12-01 15:36:26 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:27 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:36:27 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:27 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:36:27 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:27 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:36:27 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:27 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:36:27 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:27 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:36:27 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:27 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:36:27 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:27 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:36:27 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:27 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:36:27 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:27 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:36:27 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:27 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:36:27 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:27 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:36:27 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:27 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:36:27 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:27 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:36:27 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:27 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:36:27 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:27 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:36:27 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:27 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:36:27 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:27 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:36:27 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:27 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:36:27 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:27 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:36:27 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:27 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:36:27 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:27 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:36:27 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:27 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:36:27 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:28 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:36:28 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:28 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:36:28 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:56 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:36:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:56 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:36:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:56 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:36:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:56 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:36:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:56 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:36:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:56 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:36:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:56 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:36:56 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-12-01 15:36:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:56 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:36:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:36:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:58 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:36:58 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:36:58 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:36:58 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:37:48 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:37:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:37:48 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:37:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:37:48 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:37:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:37:48 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:37:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:37:48 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:37:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:37:48 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:37:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:37:48 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:37:48 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-12-01 15:37:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:37:48 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:37:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:37:48 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:37:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:37:48 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:37:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:37:48 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:37:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:37:48 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:37:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:37:48 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:37:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:37:48 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:37:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-12-01 15:37:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:37:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:37:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:37:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:37:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:37:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:37:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:37:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:37:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:37:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:37:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:37:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:37:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:37:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:37:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:37:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:37:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:37:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:37:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:37:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:37:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:37:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:37:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:37:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:37:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:37:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:37:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:37:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:37:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:37:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:37:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:37:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:37:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:37:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:37:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:37:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:37:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:37:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:37:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:37:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:37:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:37:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:37:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:37:49 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:37:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:37:49 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:37:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:37:49 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:37:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:17 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:38:17 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:17 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:38:17 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:17 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:38:17 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:17 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:38:17 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:17 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:38:17 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:17 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:38:17 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:17 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:38:17 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-12-01 15:38:17 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:17 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:38:17 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:17 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:38:17 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:17 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:38:17 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:17 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:38:17 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:17 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:38:17 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:17 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:38:17 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:17 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:38:17 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-12-01 15:38:17 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:17 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:38:17 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:17 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:38:17 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:17 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:38:17 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:17 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:38:17 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:17 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:38:17 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:17 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:38:17 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:18 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:38:18 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:18 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:38:18 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:18 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:38:18 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:18 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:38:18 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:18 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:38:18 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:18 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:38:18 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:18 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:38:18 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:18 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:38:18 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:18 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:38:18 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:18 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:38:18 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:18 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:38:18 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:18 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:38:18 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:18 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:38:18 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:18 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:38:18 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:18 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:38:18 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:18 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:38:18 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:18 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:38:18 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:18 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:38:18 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:41 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:38:41 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:41 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:38:41 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:41 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:38:41 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:41 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:38:41 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:41 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:38:41 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:41 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:38:41 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:41 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:38:41 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-12-01 15:38:41 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:41 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:38:41 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:41 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:38:41 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:41 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:38:41 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:41 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:38:41 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:41 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:38:41 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:41 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:38:41 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:41 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:38:41 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-12-01 15:38:41 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:42 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:38:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:42 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:38:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:42 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:38:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:42 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:38:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:42 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:38:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:42 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:38:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:42 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:38:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:42 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:38:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:42 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:38:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:42 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:38:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:42 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:38:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:42 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:38:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:42 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:38:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:42 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:38:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:42 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:38:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:42 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:38:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:42 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:38:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:42 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:38:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:42 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:38:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:42 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:38:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:42 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:38:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:42 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:38:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:43 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:38:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:38:43 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:38:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:10 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:40:10 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:10 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:40:10 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:10 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:40:10 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:10 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:40:10 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:10 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:40:10 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:10 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:40:10 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:10 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:40:10 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-12-01 15:40:10 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:10 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:40:10 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:10 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:40:10 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:10 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:40:10 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:10 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:40:10 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:10 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:40:10 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:10 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:40:10 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:10 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:40:10 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-12-01 15:40:10 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:40:11 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:40:11 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:40:11 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:40:11 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:40:11 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:40:11 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:40:11 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:40:11 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:40:11 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:40:11 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:40:11 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:40:11 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:40:11 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:40:11 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:40:11 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:40:11 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:40:11 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:40:11 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:40:11 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:40:11 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:40:11 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:11 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:40:11 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:11 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:40:11 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:11 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:40:11 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:47 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:40:47 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:47 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:40:47 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:47 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:40:47 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:47 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:40:47 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:47 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:40:47 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:48 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:40:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:48 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:40:48 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-12-01 15:40:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:48 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:40:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:48 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:40:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:48 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:40:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:48 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:40:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:48 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:40:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:48 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:40:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:48 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:40:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-12-01 15:40:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:40:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:40:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:40:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:40:48 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:40:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:40:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:40:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:40:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:40:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:40:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:40:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:40:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:40:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:40:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:40:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:40:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:40:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:40:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:40:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:40:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:40:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:49 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:40:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:49 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:40:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:40:49 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:40:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:42:37 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:42:38 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:42:38 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:42:38 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:42:38 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:42:38 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:42:38 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:42:38 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:42:38 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:42:38 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:42:38 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:05 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:49:06 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:07 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:49:07 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:07 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:49:07 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:07 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:49:07 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:07 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:49:07 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:07 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:49:07 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:24 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:49:24 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:24 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:49:24 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:24 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:49:24 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:24 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:49:24 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:24 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:49:24 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:24 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:49:24 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:24 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:49:24 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-12-01 15:49:24 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:49:25 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:26 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:49:26 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:49:26 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:49:26 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:50:12 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:50:12 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:50:12 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:50:12 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:50:12 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:50:12 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:50:12 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:50:12 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:50:12 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:50:12 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:50:12 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:50:12 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:50:12 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:50:12 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-12-01 15:50:12 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:50:12 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:50:12 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:50:12 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:50:12 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:50:12 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:50:12 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:50:12 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:50:12 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:50:12 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:50:12 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:50:12 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:50:12 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:50:12 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:50:12 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-12-01 15:50:12 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:50:12 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:50:12 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:50:12 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:50:12 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:50:12 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:50:12 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:50:12 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:50:12 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:50:13 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:50:13 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:50:13 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:50:14 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:50:14 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:50:14 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:50:14 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:50:14 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:50:14 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:50:14 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:50:14 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:50:14 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:50:14 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:50:14 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:50:14 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:50:14 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:50:14 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:50:14 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:50:14 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:50:14 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:50:14 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:50:14 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:50:14 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:50:14 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:50:14 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:50:14 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:50:14 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:50:14 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:50:14 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:50:14 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:50:14 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:50:14 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:50:14 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:50:14 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:50:14 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:50:14 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:50:15 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:50:15 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:50:15 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:50:15 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:15 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:52:15 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:15 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:52:15 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:15 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:52:15 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:15 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:52:15 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:15 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:52:15 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:15 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:52:15 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:15 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:52:15 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-12-01 15:52:15 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:15 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:52:15 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:15 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:52:15 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:15 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:52:15 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:15 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:52:15 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:15 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:52:15 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:15 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:52:15 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:15 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:52:15 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-12-01 15:52:15 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:16 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:52:16 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:16 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:52:16 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:16 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:52:16 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:16 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:52:16 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:16 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:52:16 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:16 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:52:16 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:16 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:52:16 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:16 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:52:16 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:16 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:52:16 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:16 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:52:16 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:16 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:52:16 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:16 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:52:16 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:16 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:52:16 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:16 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:52:16 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:16 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:52:16 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:16 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:52:16 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:16 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:52:16 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:16 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:52:16 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:16 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:52:16 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:16 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:52:16 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:16 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:52:16 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:16 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:52:16 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:16 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:52:16 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:17 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:52:17 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:52:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:37 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:52:37 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:37 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:52:37 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:59 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:52:59 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:59 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:52:59 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:59 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:52:59 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:59 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:52:59 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:59 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:52:59 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:59 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:52:59 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:59 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:52:59 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-12-01 15:52:59 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:59 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:52:59 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:59 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:52:59 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:59 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:52:59 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:59 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:52:59 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:59 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:52:59 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:59 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:52:59 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:52:59 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:52:59 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-12-01 15:52:59 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:00 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:53:00 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:00 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:53:00 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:00 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:53:00 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:00 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:53:02 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:02 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:53:02 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:02 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:53:02 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:02 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:53:02 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:02 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:53:02 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:02 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:53:02 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:02 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:53:02 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:02 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:53:02 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:02 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:53:02 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:02 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:53:02 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:02 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:53:02 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:02 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:53:02 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:02 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:53:02 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:02 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:53:02 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:02 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:53:02 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:02 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:53:02 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:02 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:53:02 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:02 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:53:02 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:02 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:53:02 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:02 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:53:02 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:02 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:53:02 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:54 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:53:54 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:54 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:53:54 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:54 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:53:54 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:54 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:53:54 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:54 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:53:54 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:54 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:53:54 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:54 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:53:54 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-12-01 15:53:54 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:56 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:53:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:56 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:53:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:56 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:53:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:56 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:53:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:56 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:53:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:56 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:53:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:56 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:53:56 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-12-01 15:53:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:56 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:53:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:56 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:53:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:56 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:53:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:56 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:53:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:56 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:53:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:56 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:53:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:56 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:53:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:56 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:53:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:56 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:53:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:56 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:53:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:56 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:53:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:56 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:53:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:56 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:53:56 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:53:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:53:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:53:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:53:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:53:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:53:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:53:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:53:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:57 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:53:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:57 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:53:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:53:57 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:53:57 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:55:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:55:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:55:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:55:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:55:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:55:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:55:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:55:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:55:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:55:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:55:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:55:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:55:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:55:30 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:55:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:55:30 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:55:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:55:30 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:55:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:57:49 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:57:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:57:49 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:57:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:57:49 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:57:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:57:49 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:57:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:57:49 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:57:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:57:49 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:57:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:57:49 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:57:49 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-12-01 15:57:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:57:49 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:57:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:57:49 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:57:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:57:49 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:57:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:57:49 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:57:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:57:49 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:57:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:57:49 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:57:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:57:49 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:57:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-12-01 15:57:49 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:57:50 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:57:50 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:57:50 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:57:50 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:57:50 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:57:50 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:57:50 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:57:50 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:57:50 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:57:50 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:57:50 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:57:50 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:57:50 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:57:50 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:57:50 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:57:50 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:57:50 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:57:50 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:57:50 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:57:50 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:57:50 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:57:50 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:57:50 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:57:50 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:57:50 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:57:50 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:57:50 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:57:50 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:57:50 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:57:50 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:57:50 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:57:50 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:57:50 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:57:50 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:57:50 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:57:50 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:57:50 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:57:50 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:57:50 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:57:50 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:57:50 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:57:50 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:57:50 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:57:50 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:57:51 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:57:51 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:57:51 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:57:51 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:59:36 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:59:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 15:59:37 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:59:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:59:37 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:59:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:59:37 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:59:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 15:59:37 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:59:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:59:37 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:59:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 15:59:37 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:59:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 15:59:37 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:59:37 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:59:37 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:59:37 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:59:37 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 15:59:37 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 15:59:37 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:00:29 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 16:00:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:00:29 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 16:00:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:00:29 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 16:00:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:00:29 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 16:00:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:00:29 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 16:00:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:00:29 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 16:00:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:00:29 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 16:00:29 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-12-01 16:00:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:00:29 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 16:00:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:00:29 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 16:00:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:00:29 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 16:00:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:00:29 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 16:00:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:00:29 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 16:00:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:00:29 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 16:00:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:00:29 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 16:00:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-12-01 16:00:29 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:00:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 16:00:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:00:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 16:00:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:00:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 16:00:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:00:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 16:00:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:00:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 16:00:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:00:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 16:00:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:00:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 16:00:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:00:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 16:00:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:00:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 16:00:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:00:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 16:00:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:00:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 16:00:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:00:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 16:00:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:00:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 16:00:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:00:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 16:00:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:00:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 16:00:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:00:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 16:00:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:00:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 16:00:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:00:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 16:00:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:00:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 16:00:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:00:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 16:00:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:00:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 16:00:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:00:30 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 16:00:30 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:00:31 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 16:00:31 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:00:31 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 16:00:31 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:10 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 16:01:10 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:10 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 16:01:10 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:10 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 16:01:10 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:10 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 16:01:10 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:10 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 16:01:10 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:10 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 16:01:10 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:10 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 16:01:10 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-12-01 16:01:10 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:10 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 16:01:10 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:10 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 16:01:10 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:10 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 16:01:10 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:10 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 16:01:10 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:10 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 16:01:10 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:10 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 16:01:10 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:10 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 16:01:10 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-12-01 16:01:10 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:10 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 16:01:10 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:10 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 16:01:10 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:10 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 16:01:10 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 16:01:11 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 16:01:11 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 16:01:11 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 16:01:11 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 16:01:11 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 16:01:11 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 16:01:11 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 16:01:11 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 16:01:11 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 16:01:11 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 16:01:11 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 16:01:11 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 16:01:11 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 16:01:11 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 16:01:11 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 16:01:11 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 16:01:11 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 16:01:11 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:11 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 16:01:11 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:11 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 16:01:11 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:11 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 16:01:11 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 16:01:42 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:43 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 16:01:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:43 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 16:01:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:43 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 16:01:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:43 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 16:01:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:43 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 16:01:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:43 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 16:01:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:43 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 16:01:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:43 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 16:01:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:01:43 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 16:01:43 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:02:03 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 16:02:03 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:02:03 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 16:02:03 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:02:03 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 16:02:03 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:02:03 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 16:02:03 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:02:03 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 16:02:03 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:02:03 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 16:02:03 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:02:03 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 16:02:03 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3 where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001' 2020-12-01 16:02:03 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:02:04 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode' 2020-12-01 16:02:04 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:02:04 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE() 2020-12-01 16:02:04 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:02:04 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' 2020-12-01 16:02:04 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:02:04 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 2020-12-01 16:02:04 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:02:04 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 2020-12-01 16:02:04 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:02:04 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1 2020-12-01 16:02:04 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:02:04 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit) 2020-12-01 16:02:04 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info` 2020-12-01 16:02:04 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:02:04 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 16:02:04 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:02:04 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 16:02:04 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:02:04 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC 2020-12-01 16:02:04 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:02:04 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 16:02:04 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:02:04 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 16:02:04 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:02:04 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC 2020-12-01 16:02:04 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:02:04 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 16:02:04 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:02:04 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 16:02:04 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:02:04 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC 2020-12-01 16:02:04 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:02:04 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 16:02:04 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:02:04 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 16:02:04 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:02:04 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC 2020-12-01 16:02:06 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:02:06 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 16:02:06 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:02:06 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 16:02:06 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:02:06 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC 2020-12-01 16:02:06 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:02:06 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 16:02:06 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:02:06 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 16:02:06 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:02:06 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC 2020-12-01 16:02:06 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:02:06 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 16:02:06 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:02:06 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC 2020-12-01 16:02:06 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:02:06 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC 2020-12-01 16:02:06 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:02:06 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 16:02:06 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:02:07 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 16:02:07 Tue sqlalchemy.engine.base.Engine INFO {} 2020-12-01 16:02:07 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M' order by price_date ASC 2020-12-01 16:02:07 Tue sqlalchemy.engine.base.Engine INFO {}