sql-machine-learning / gomaxcompute

A Go driver for MaxCompute.
41 stars 11 forks source link

Return http response error #36

Closed weiguoz closed 5 years ago

weiguoz commented 5 years ago

fix #34 fix #21

After this PR, 400 error:

response error: 400, <?xml version="1.0" encoding="UTF-8"?>
                                <Error>
                                        <Code>InvalidParameter</Code>
                                        <Message><![CDATA[Query must ends with ';']]></Message>
                                        <RequestId>5D04527654CF64D877B33F89</RequestId>
                                        <HostId>odps.aliyun.com</HostId>
                                </Error>