Skip to content

Commit abed00a

Browse files
committed
v0.1.0 release for SQLite/CEdit. Basic query editing and execution functionality
implemented. Tested and working on CE 2.0 SH3.
1 parent 70ce98e commit abed00a

7 files changed

Lines changed: 710 additions & 48 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 2-Clause License
22

3-
Copyright (c) 2026, ict
3+
Copyright (c) 2026, Intermountain Systems
44

55
Redistribution and use in source and binary forms, with or without
66
modification, are permitted provided that the following conditions are met:

src/sqlite-ce-edit/SQLiteCEdit.ico

4.6 KB
Binary file not shown.

src/sqlite-ce-edit/SQLiteCEdit.rc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
/* SQLiteCEdit Resources */
22

33
#define IDI_MAIN 1
4+
#define IDB_TOOLBAR 100
5+
#define IDB_LOGO 101
46

57
IDI_MAIN ICON "SQLiteCEdit.ico"
8+
IDB_TOOLBAR BITMAP "toolbar.bmp"
9+
IDB_LOGO BITMAP "logo.bmp"

src/sqlite-ce-edit/logo.bmp

4.12 KB
Binary file not shown.

0 commit comments

Comments
 (0)