warezhao

Results 2 issues of warezhao

Modify the database type in the example to postgresql: ```c++ ExampleDatabase db("postgresql", "host=localhost;database=test-update-table;user=litesql;password=litesql"); ``` got this error: ``` joo liblitesql_backend_postgresql.so: cannot open shared object file: No such file or directory...

表格比较大时,转表会出现如下关键词错误。 ``` Zip bomb detected! The file would exceed the max. ratio of compressed file size to the size of the expanded data. ``` 建议提供如下功能开关选项 ```java ZipSecureFile.setMinInflateRatio(-1.0d); ```