VOID-Plugin icon indicating copy to clipboard operation
VOID-Plugin copied to clipboard

配合 VOID 主题使用

Results 6 VOID-Plugin issues
Sort by recently updated
recently updated
newest added

In `Plugin.php`, function [`hasColumn`](https://github.com/AlanDecode/VOID-Plugin/blob/2e2e6dd8a044d6516bcb7b519e068526a34b8046/Plugin.php#L22) and [`hasTable`](https://github.com/AlanDecode/VOID-Plugin/blob/2e2e6dd8a044d6516bcb7b519e068526a34b8046/Plugin.php#L28) use `SHOW COLUMNS` and `SHOW TABLES`, which is not supported by SQLite. Instead, we could use: ```php $sql = "SELECT * FROM pragma_table_info('" ....

为插件添加了 PostgreSQL 数据库支持。Fix #3. 希望可以作者开一个新分支存放 PostgreSQL 相关代码,因为目前没有做分开处理的逻辑...

![Snipaste_2023-07-11_08-19-24](https://github.com/AlanDecode/VOID-Plugin/assets/19471848/27068b6b-2b9a-4bd5-b60b-0aad6c6eafe6)

使用的是最新 Typecho 开发版,错误信息如下: ``` ERROR: syntax error at or near "FROM" LINE 1: SHOW COLUMNS FROM `naiv_contents` LIKE '%wordCount%' ^ Typecho_Db_Query_Exception: ERROR: syntax error at or near "FROM" LINE 1:...

插件版本 1.2 这是在后台评论管理页面看到的,显示IP的地方出现的。 ![一些信息打码了,但是应该不影响查看](https://user-images.githubusercontent.com/11648014/90950130-67b43980-e481-11ea-822c-414971df964d.png) 似乎是因为评论者的IP地址是IPv6格式的所以出现了问题? 我不确定是不是我的Typecho版本过旧了因为我也好久没有更新了。(Typecho 1.1 (17.10.30))