orca-zhang

Results 6 issues of orca-zhang

当年还是从codeproject下载的febird,设计得非常巧妙,深受启发,致敬雷总!

Dear Matt, Thanks to your great lib. What I'm working is optional compressed extensions, so non-compressed ones that they do nothing about compression/decompression are included. ## What would you like...

feature request

[orcas](https://github.com/orcastor/orcas) 在使用sqlite3+borm过程中发现一些差异: - `INSERT IGNORE INTO` -> `INSERT OR IGNORE INTO` - `FORCE INDEX(idx_name)` -> `INDEXED BY idx_name` - `ON DUPLICATE KEY UPDATE field1=value1, field2=value2...` -> `ON CONFLICT(field) DO UPDATE...

https://github.com/WuNein/borm-pg 感谢 @WuNein 提供

加密前数据是85860,加密后85872,解密时因为bug导致传递的数据大小为85860,但是返回err也为nil,buf也为空