wiki:sqlitespy:index
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| wiki:sqlitespy:index [2021/03/01 10:37] – Answer "no auto-save on exit" feature suggestion admin | wiki:sqlitespy:index [2021/03/27 12:23] (current) – admin | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| ===== Delphi Components used in SQLiteSpy ===== | ===== Delphi Components used in SQLiteSpy ===== | ||
| - | * Unicode support is realized Delphi' | ||
| * Data grid and the schema treeview are implemented as [[https:// | * Data grid and the schema treeview are implemented as [[https:// | ||
| * Modern tabs are displayed by JVCL TJvTabBar (formerly with added Unicode support). | * Modern tabs are displayed by JVCL TJvTabBar (formerly with added Unicode support). | ||
| * [[https:// | * [[https:// | ||
| - | |||
| ===== Feature Suggestions ===== | ===== Feature Suggestions ===== | ||
| Line 21: | Line 19: | ||
| * Support of " | * Support of " | ||
| - | * CSV export | + | * CSV import |
| + | * For CSV import, use the [[https:// | ||
| + | CREATE VIRTUAL TABLE temp.t1 USING csv(filename=' | ||
| + | SELECT * FROM t1; | ||
| + | </ | ||
| + | * CSV export is not yet supported. The clipboard can be a workaround: Select rows, copy, and paste into a spreadsheet application. | ||
| * Create / Modify / Delete Tables by Wizard | * Create / Modify / Delete Tables by Wizard | ||
wiki/sqlitespy/index.1614595060.txt.gz · Last modified: 2021/03/01 10:37 by admin