Polygon - работа с файлами SQLite3

Анонсы новых плагинов. Обсуждение плагинов ведется ниже.
Post Reply
Shmuel
Posts: 6815
Joined: Thu 23 Mar, 2006 21:36
Location: Israel
Has thanked: 41 times
Been thanked: 526 times

Polygon - работа с файлами SQLite3

Post by Shmuel »

Плагин сделан на основе плагина SQLiteDB Артёма Сеничева.
Для плагина требуется внешняя sqlite3.dll соответствующей битности, находящаяся в папке плагина или в папке Far или на PATH.

Обсуждение
PlugRing
GitHub repository

Code: Select all

Version 0.1
Changes with regards to the original SQLiteDB plugin.
    1. [change ] SQLite library is not embedded into plugin: external sqlite3.dll is required.
    2. [change ] Plugin exports files in UTF-8 encoding rather than UTF-16.
    3. [fix    ] DB file is not left locked by the plugin if another plugin is selected to open this DB.
    4. [fix    ] Normal work with selection when the panel displays a table contents.
    5. [add    ] Option "Honor foreign keys" (Settings dialog).
    6. [add    ] Option "Preserve line feeds" (Data Export dialog). This option preserves new lines in CSV-export.
    7. [add    ] Plugin can enter into "WITHOUT ROWID" tables (insert is supported; edit and delete are not).
    8. [add    ] Plugin can enter into and modify tables that have a "rowid"-named column that is not INTEGER PRIMARY KEY.
    9. [improve] Data Export dialog: change extension in the file name field when CSV/Text selection changes.
   10. [improve] Eliminate flickering with the progress window.
Last edited by Shmuel on Sun 08 Apr, 2018 13:42, edited 3 times in total.
Post Reply

Return to “Анонсы новых плагинов”