You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ To install the full SQLite/CE distribution:
69
69
- Place the binaries `SQLiteCEdit.exe` and `SQLiteCETest.exe` in a location of your choosing, such as a directory in `\Program Files` or on your storage card.
70
70
- Create shortcuts on the desktop and Start menu (`\Windows\Programs`) as desired
71
71
72
-
# Notes and limitations
72
+
# Limitations
73
73
74
74
SQLite/CE is based on SQLite 2.8, which is quite old (from 2004,) but also much simpler and lighter on memory than newer 3.x releases, while still being much more powerful than the majority of extant database management systems available for Windows CE. But while SQLite/CE can still be very useful, it's important to keep its limitations in mind.
75
75
@@ -160,7 +160,7 @@ the public domain.
160
160
161
161
## Generative AI
162
162
163
-
The SQLite/CE port and front-end applications have been developed with a lot of
163
+
The SQLite/CE port and front-end applications have been developed with significant
164
164
AI assistance, primarily from Claude Opus 4.5. While each new feature and change
165
165
is fairly well-tested after implementation and during daily use, be aware that
166
166
this codebase may have some strange patterns or bugs littered throughout it. The
0 commit comments