Skip to content

Commit ad1aaa4

Browse files
Up to 1.0.2
* Value autocomplete * Sort columns by Ctrl + 1, Ctrl + 2, ... * Add row: for empty columns apply default values if they are set * Improve UI * New options: enable-foreign-keys, hide-service-tables, max-autocomplete-rowid and max-autocomplete-results * Up SQLite to 3.44.0 * Fix issue #6
1 parent 1714516 commit ad1aaa4

File tree

4 files changed

+9897
-4311
lines changed

4 files changed

+9897
-4311
lines changed

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
out/
2+
temp/
3+
lib/
4+
bin/
5+
obj/
26
*.sqlite
37
*.db
48
resource.res
59
sqlite-x.ini
610
*.bat
711
*.exe
812
logo.png
13+
ToDo.txt
14+
sqlite-x.cbp
15+
sqlite-x.depend
16+
sqlite-x.layout
17+
main.o
18+
sqlite3.dll

0 commit comments

Comments
 (0)