Commit Graph

26 Commits

Author SHA1 Message Date
kjmtsh a6345fd8b3 Added the database maintenance utility. Fixed and Changed the procedure for ALTER TABLE and SHOW INDEX query. Fixed some bugs.
git-svn-id: https://plugins.svn.wordpress.org/sqlite-integration/trunk@770386 b8457f37-d9ea-0310-8a92-e5e31aec5664
2013-09-11 19:39:01 +00:00
kjmtsh a246ffa700 Fixed the bug of ALTER TABLE ALTER COLUMN query.
git-svn-id: https://plugins.svn.wordpress.org/sqlite-integration/trunk@768830 b8457f37-d9ea-0310-8a92-e5e31aec5664
2013-09-09 06:02:18 +00:00
kjmtsh 72bc68b45b Fixed the manipulation of SHOW INDEX query.
git-svn-id: https://plugins.svn.wordpress.org/sqlite-integration/trunk@768773 b8457f37-d9ea-0310-8a92-e5e31aec5664
2013-09-09 01:39:25 +00:00
kjmtsh 3ea3b0974d Changed the stable version to 1.3.
git-svn-id: https://plugins.svn.wordpress.org/sqlite-integration/trunk@766770 b8457f37-d9ea-0310-8a92-e5e31aec5664
2013-09-04 07:52:01 +00:00
kjmtsh bae9e47e0e Added a backup utility and updated the language catalog. Fixed the minor bugs.
git-svn-id: https://plugins.svn.wordpress.org/sqlite-integration/trunk@766763 b8457f37-d9ea-0310-8a92-e5e31aec5664
2013-09-04 07:45:37 +00:00
kjmtsh 953f18e719 Fix the database optimization bug. Add a new screenshot.
git-svn-id: https://plugins.svn.wordpress.org/sqlite-integration/trunk@765246 b8457f37-d9ea-0310-8a92-e5e31aec5664
2013-08-31 23:07:21 +00:00
kjmtsh be737aa08e Added NewsStatPress to compatible plugin list. BETWEEN statement is newly supported. Changed the style of Admin dashboard to match MP6 styles.
git-svn-id: https://plugins.svn.wordpress.org/sqlite-integration/trunk@760976 b8457f37-d9ea-0310-8a92-e5e31aec5664
2013-08-23 01:31:59 +00:00
kjmtsh 6401a9b0ec changed the handling of the error messages. Fixed the manipulation of ALTER TABLE CHANGE COLUMN query. Added the support for BETWEEN function.
git-svn-id: https://plugins.svn.wordpress.org/sqlite-integration/trunk@755392 b8457f37-d9ea-0310-8a92-e5e31aec5664
2013-08-13 00:34:40 +00:00
kjmtsh ce9c138473 added some plugin information to the compatiblity list
git-svn-id: https://plugins.svn.wordpress.org/sqlite-integration/trunk@752674 b8457f37-d9ea-0310-8a92-e5e31aec5664
2013-08-07 03:13:38 +00:00
kjmtsh aa897ce408 change the method of rewriting ALTER query to support ADD INDEX without index name, and the method of removing index hinting to support IGNORE and FORCE
git-svn-id: https://plugins.svn.wordpress.org/sqlite-integration/trunk@752352 b8457f37-d9ea-0310-8a92-e5e31aec5664
2013-08-06 14:59:31 +00:00
kjmtsh 4147af7334 changed the regular expression in _handle_show_query() to manipulate FROM or IN db_name
git-svn-id: https://plugins.svn.wordpress.org/sqlite-integration/trunk@751138 b8457f37-d9ea-0310-8a92-e5e31aec5664
2013-08-04 15:08:47 +00:00
kjmtsh d48bb8ab28 changes of PDODB class to make it comapatible with WordPress 3.6
git-svn-id: https://plugins.svn.wordpress.org/sqlite-integration/trunk@750261 b8457f37-d9ea-0310-8a92-e5e31aec5664
2013-08-02 20:24:47 +00:00
kjmtsh 8b14aafcd2 fixed typo in plugin_lists.json
git-svn-id: https://plugins.svn.wordpress.org/sqlite-integration/trunk@750228 b8457f37-d9ea-0310-8a92-e5e31aec5664
2013-08-02 19:24:15 +00:00
kjmtsh 6e31b4e3ca update the plugin version to 1.2 and WordPress version 3.6
git-svn-id: https://plugins.svn.wordpress.org/sqlite-integration/trunk@750182 b8457f37-d9ea-0310-8a92-e5e31aec5664
2013-08-02 18:12:49 +00:00
kjmtsh b1398156dc fixed the date format and quote style in query.class.php
git-svn-id: https://plugins.svn.wordpress.org/sqlite-integration/trunk@750153 b8457f37-d9ea-0310-8a92-e5e31aec5664
2013-08-02 17:40:12 +00:00
kjmtsh 0124a71687 updated compatible plugin list
git-svn-id: https://plugins.svn.wordpress.org/sqlite-integration/trunk@748973 b8457f37-d9ea-0310-8a92-e5e31aec5664
2013-07-31 23:49:15 +00:00
kjmtsh 6b66c23718 fixed the patch utility for Windows and the manipulation of 'ON DUPLICATE KEY UPDATE' query.
git-svn-id: https://plugins.svn.wordpress.org/sqlite-integration/trunk@748127 b8457f37-d9ea-0310-8a92-e5e31aec5664
2013-07-30 03:18:31 +00:00
kjmtsh d8314baf48 bug fix: _execute_duplicate_key_update() in query.class.php
git-svn-id: https://plugins.svn.wordpress.org/sqlite-integration/trunk@746595 b8457f37-d9ea-0310-8a92-e5e31aec5664
2013-07-26 05:14:04 +00:00
kjmtsh e17d3a382a change the version number
git-svn-id: https://plugins.svn.wordpress.org/sqlite-integration/trunk@745536 b8457f37-d9ea-0310-8a92-e5e31aec5664
2013-07-24 08:08:26 +00:00
kjmtsh 65feb6f6ae remove extra code from pdodb.class.php
git-svn-id: https://plugins.svn.wordpress.org/sqlite-integration/trunk@745519 b8457f37-d9ea-0310-8a92-e5e31aec5664
2013-07-24 07:27:57 +00:00
kjmtsh c6cdb13211 fixed the upgrade notice in the readme.txt
git-svn-id: https://plugins.svn.wordpress.org/sqlite-integration/trunk@745517 b8457f37-d9ea-0310-8a92-e5e31aec5664
2013-07-24 07:22:46 +00:00
kjmtsh 2f53a02728 enabled LOCATE() function and removed destructor from shutdown_hook
git-svn-id: https://plugins.svn.wordpress.org/sqlite-integration/trunk@745484 b8457f37-d9ea-0310-8a92-e5e31aec5664
2013-07-24 06:47:44 +00:00
kjmtsh 9322343898 bug fix: CREATE INDEX and DROP INDEX query didn't work well
git-svn-id: https://plugins.svn.wordpress.org/sqlite-integration/trunk@745344 b8457f37-d9ea-0310-8a92-e5e31aec5664
2013-07-24 02:31:01 +00:00
kjmtsh b8b7cfc9e5 remove screenshots-1.png
git-svn-id: https://plugins.svn.wordpress.org/sqlite-integration/trunk@737614 b8457f37-d9ea-0310-8a92-e5e31aec5664
2013-07-08 06:53:25 +00:00
kjmtsh e8312985a2 first release
git-svn-id: https://plugins.svn.wordpress.org/sqlite-integration/trunk@737264 b8457f37-d9ea-0310-8a92-e5e31aec5664
2013-07-07 06:49:38 +00:00
plugin-master 290bd89db5 adding sqlite-integration by kjmtsh
git-svn-id: https://plugins.svn.wordpress.org/sqlite-integration/trunk@735609 b8457f37-d9ea-0310-8a92-e5e31aec5664
2013-07-03 18:45:36 +00:00