Raywill

Results 7 issues of Raywill

### What changes were proposed in this pull request? ** DON'T MERGE THIS PR ** This PR is intended for demonstrating how to implement a simple show statement. It is...

type: feature
sample code

For example: select for update would lock up several rows. This could block other threads writing on these rows.

enhancement

https://github.com/rava-dosa/epub2pdf/blob/ab00a23abc50109e61c7442dfa604cec80c0024b/epub2pdf.py#L44 This can only handle one css file in epub. if there are more than one css file, only the first is used, which leads to unexpected layout / doc...

## Logs given ``` img_jpg= Image00000.jpg global_root_dir=/tmp/epub_temp/OEBPS/ ``` after https://github.com/rava-dosa/epub2pdf/blob/ab00a23abc50109e61c7442dfa604cec80c0024b/epub2pdf.py#L27 we have: ``` img_base=/tmp/epub_temp/OEBPS/Image00000.jpg/ ``` this is not an expected img_base. ## Analysis unexpected condition: > when `img_jpg= Image00000.jpg`, `img_jpg.split("/")[0]`...

format ugly display. "```shell " is shown to user.

docs

add `set autocommit = on` before execute direct insert, which can ensure no error raised even if user has set autocommit = off globally. ## Summary ## Solution Description